Any help would be greatly appreciated.
I have an in running bot that I want to fire a max of 3 times,ie once each time on 3 seperate horses.
The conditions of stake and price works fine with each bet.
However it may fire 3 bets on same horse or 2 on same horse and 1 on another .In these 2 examples the bot fires all bets at exact same time.
Here is part of the rules file.
I have omitted the price and stake conditions of each of the 3 selections as they always work perfectly
Rule 1
In the conditions tab
Matched bet on market = 0
Unmatched bet on market =0
Matched bet on any nominated selection = 0
Unmatched bet on any nominated selection=0
Rule 2
Matched bet on market = 1
Unmatched bet on market =0
Matched bet on any nominated selection = 0
Unmatched bet on any nominated selection=0
Rule 3
Matched bet on market = 2
Unmatched bet on market =0
Matched bet on any nominated selection = 0
Unmatched bet on any nominated selection=0
I hope above makes sense
In play firing problem
Instead of the matched/unmatched conditions you can just use
'Number of place bet triggers'
on selection
is equal to 0
But if you have seperate rules for each selection you could also just set the triggers as 1 then you wont need any conditions to control the bets
'Number of place bet triggers'
on selection
is equal to 0
But if you have seperate rules for each selection you could also just set the triggers as 1 then you wont need any conditions to control the bets