1. Take the price of a horse at T0 = 20 sec before the off
2. Individually compare it to each and every at the prices the horse has got at T1 = 60 min, T2 = 45 min, T3 = 30 min, T4 = 15 min, T5 = 10 min, T6 = 5 min, all times before the off and only, and only if the price at T0 is bigger than each and every of those other six prices, place a bet!
@ Dallas: I'd be very grateful to find out what you think, it seems an easy one, yet most of the bots on the market can't seem to be able to do this ( not a connoisseur myself, I was told by "experts" on different forums.... something to do with a bot not being able to make a decision based on the six results of the same measurement? - don't seem the same to me, but again, I'm not good at these....)
Thank you!
Can this be done?!
Yes it can be done and in a few different ways, the first thing though is just to clarify your exact criteria
assuming T0 was higher than all previous checks but something like T4 wasn't higher than T3 is the rule still to trigger?
ie, do it need to of increased every at every interval until T0 or is it just that T0 was higher than each of those earlier checks?
assuming T0 was higher than all previous checks but something like T4 wasn't higher than T3 is the rule still to trigger?
ie, do it need to of increased every at every interval until T0 or is it just that T0 was higher than each of those earlier checks?
-
- Posts: 10
- Joined: Thu Nov 29, 2012 4:32 pm
Thank you for the reply, I knew if there's one who can make it he can only be Dallas!
It's as simple as I stated, all it needs is the T0 price to be higher than EACH AND EVERY of the other six prices, that's all, don't matter how those compare to each other!

It's as simple as I stated, all it needs is the T0 price to be higher than EACH AND EVERY of the other six prices, that's all, don't matter how those compare to each other!
No problem, and thanks for clarifying, so all you'd need is a 'Set/Modify Stored Value rule' armed 60mins before the off to store the price with a stored value name of your choice (ie, you could call it '60mins')Randomizer wrote: ↑Mon Mar 29, 2021 11:57 amThank you for the reply, I knew if there's one who can make it he can only be Dallas!![]()
It's as simple as I stated, all it needs is the T0 price to be higher than EACH AND EVERY of the other six prices, that's all, don't matter how those compare to each other!
Then add another 'Set/Modify Stored Value rule' armed 45mins before the off to store the price with a stored value name of your choice (ie, you could call it '45mins')
and so on till you have for for each 'T' that you want
Then on your back/lay bet rule add a 'Stored Value condition' to test
Selections price
is greater than
Another Stored value
Named 60mins (or whatever you called it)
plus 1 tick
Then keep adding more of the same condition to test each of the stored values you've set, so the next condition would be
Then on your back/lay bet rule add a 'Stored Value condition' to test
Selections price
is greater than
Another Stored value
Named 45mins (or whatever you called it)
plus 1 tick
That will do it
Depending which selection you are targeting you might need to add a 'Fix order of market selections' before the SV rules above start triggering
ie, if you were applying it to the Fav this would ensure its always checking the same runner even if the order of favouritism changed during the 60mins
-
- Posts: 10
- Joined: Thu Nov 29, 2012 4:32 pm
Well, thank you much! I hope I'll manage 
Wow, now I realize, I forgot to say this is applying to the three favs in Betfair's order (sequence)!
And it's a bet only if one and only one verifies the condition!
Sorry for forgetting this quite important rule....

Wow, now I realize, I forgot to say this is applying to the three favs in Betfair's order (sequence)!
And it's a bet only if one and only one verifies the condition!
Sorry for forgetting this quite important rule....
In that case add the fix market order rule and arm it 61 mins before the start time (1 trigger)Randomizer wrote: ↑Mon Mar 29, 2021 12:46 pmWell, thank you much! I hope I'll manage
Wow, now I realize, I forgot to say this is applying to the three favs in Betfair's order (sequence)!
And it's a bet only if one and only one verifies the condition!
Sorry for forgetting this quite important rule....
It's quite straight forward, once you've done the first its just a case of repeating the but changing the times and of course need to do them for each of the first 3 runners
So you'd have 6 x Stored value rules applied to selection in Betfair row 1, and a back/lay bet rule applied to it also
then 6 x Stored value rules applied to selection in Betfair row 2, and a back/lay bet rule applied to it
and same for last runner
but you just need the one fix order rule at the start. If you get stuck just post back
-
- Posts: 10
- Joined: Thu Nov 29, 2012 4:32 pm
Thanks again, Dallas, will do!Dallas wrote: ↑Mon Mar 29, 2021 1:26 pmIn that case add the fix market order rule and arm it 61 mins before the start time (1 trigger)Randomizer wrote: ↑Mon Mar 29, 2021 12:46 pmWell, thank you much! I hope I'll manage
Wow, now I realize, I forgot to say this is applying to the three favs in Betfair's order (sequence)!
And it's a bet only if one and only one verifies the condition!
Sorry for forgetting this quite important rule....
It's quite straight forward, once you've done the first its just a case of repeating the but changing the times and of course need to do them for each of the first 3 runners
So you'd have 6 x Stored value rules applied to selection in Betfair row 1, and a back/lay bet rule applied to it also
then 6 x Stored value rules applied to selection in Betfair row 2, and a back/lay bet rule applied to it
and same for last runner
but you just need the one fix order rule at the start. If you get stuck just post back
-
- Posts: 10
- Joined: Thu Nov 29, 2012 4:32 pm
?!?