Recent Posts

Pages: « 1 2 3 4 5 6 7 8 9 10 »
21
Triggered betting / Re: Modify trigger request
« Last post by Oxa (WellDoneSoft) on 16 Mar 2024, 20:59 »
Hello!

Please see your amended triggers attached. Configure market scheduler in Monitoring Options to run this search every hour.

Use the constants inside the file to adjust the new trigger settings (max_liab, max_profit).

Make sure you've tested the triggers in Test Mode before you switch to real money. I recommend testing triggers in Time Machine, as you can run your strategy by multiple markets in minutes, and the data is very cheap.

If you'd like to make any changes to the original trigger description, please make a new trigger request.

Looking to model the profit/loss from your strategy based on thousands of historical markets? Check BFStats for ready-to-use or bespoke simulation reports. You can prove or disprove your strategy without the risk and hassle of placing real bets.
22
traded_minp_100 is 100 in my account's currency right? I would have to convert it to gbp punds?

yes that is correct
23
Awsome! Thank you very much for your support

traded_minp_100 is 100 in my account's currency right? I would have to convert it to gbp punds?
24
Hi Mark!

As always, very good questions! Addressing them one by one:

Quote
What level of granularity could be applied to these market searches?

We plan to split the user input for market search and actions that you want to apply to the markets you have found. There is a limited amount of information you can obtain by calling BetFair API's listMarketsCatalogue endpoint, and it does not include selections' prices or volumes. So the search will cover the data available through listMarketsCatalogue and stage 2, namely triggers, will cover actions or further filters that you want to apply to the initial pool of markets retrieved from the search. This will involve repeatedly calling listMarketsBook - another API endpoint.

Quote
Could a search like this be run continuously not worrying about data requests?

In fact no, you should always be cognisant and wary of your data requests, as there is no such thing as free lunch when it comes to API usage. That is partly the reason we want to limit the parameters of the initial search, so as to not incur additional data costs by making too many requests.

Quote
Next question of course is will conditional betting follow in forthcoming steps of the software development?

Of course, this is going to be emerging soon as the next logical steps. We will try to shift away from the traditional "triggers editor" and offer intuitive UI that could generate snippets of actions that you could then mix and match inside the code directly (or dive straight into the code if you feel inspired).

Quote
Thanks for posting this info. I will sign up for testing.

Thank you for your feedback, I will reply to your request in the email.
25
Hi
Have a look at this variable

traded_minp_{minvlm}The minimum price at which at least {minvlm} has been matched on this selection.
so: traded_minp_100

for this variable to work, in the settings tick: load traded volume for all prices
26
What i meant is, using selection last_traded_price

I mean, to make a condition like: "selection trigger extression last_traded_price_witch_had_at_least_100gbp_in_volume is greater than 1.01"

In essence, i need to know selection's minimum price with at least 100gbp matched
27
Hi
Process the Betfair csv file to a tab separated txt file (find and replace) with the data you need starting with selection name. For example:
Selection Name<tab>PPMAX<tab>PPMIN<tab>IPMAX<tab>IPMIN

Use MFP Import Selections procedure 

The data will imported for each selection as: selection name imported_1 imported_2 imported_3 imported_4

How can i make this example trigger?
and selection back_price is between "betfairs IPMAX" and "betfairs IPMIN"

and selections back price is between imported_4 and imported_3

 

28
Maybe i'm too dumb, but i can't make a formula or trigger to match how betfair settles PPMAX PPMIN IPMAX IPMIN in their promo csv files

I mean this files:
https://promo.betfair.com/betfairsp/prices

They only "record" prices if payout is at least GBP100
PPMAXMaximum price placed before the off (only bets of a payout of more than GBP100 included)
PPMINMinimum price placed before the off (only bets of a payout of more than GBP100 included)
IPMAXMaximum price placed in-play (only bets of a payout of more than GBP100 included)
IPMINMinimum price placed in-play (only bets of a payout of more than GBP100 included)

How can i make this example trigger?
and selection back_price is between "betfairs IPMAX" and "betfairs IPMIN"?

My account is in Euros, if that's useful
29
Hi Oxa

Interesting.

What level of granularity could be applied to these market searches?
For example could you drill down to markets starting in the next 10 mins where any selection within a given price range has a 2 tick gap between back and lay price and has a WOM greater than 0.75? Could a search like this be run continuously not worrying about data requests?

Next question of course is will conditional betting follow in forthcoming steps of the software development?

Thanks for posting this info. I will sign up for testing.

regards
Mark
30
Troubleshooting / Re: accessing statement records
« Last post by dac11 on 15 Mar 2024, 12:29 »
Hi Mark, 
Clearing the files has seemingly returned MFP to normal. I will check if this continues to work. If not I will load a new profile as you suggest. Thanks for all the help and advice. I am very grateful!!!! dac11
Pages: « 1 2 3 4 5 6 7 8 9 10 »
Please note, BetFair is seems to be currently OFFLINE