Page 1 of 1
How do I ensure both strategies fire on the same match
Posted: Wed Oct 07, 2020 4:44 pm
by DaveJessop2112
I want to make sure that BOTH of my strategies fire on the same match - not just one of them
The only way I can think of is copying the fixture either into market filter or selections filter on both bots - is there a better way?
Maybe using My Selections?
Re: How do I ensure both strategies fire on the same match
Posted: Wed Oct 07, 2020 4:48 pm
by BfBotManager
Set one strategy to bet on your matches and then create second strategy with basic rules (bet type, price, stake). This second strategy should use "Selection conditions->Only if specified strategy has bets" to check if first strategy has matched bets on selection. That way second strategy will only bet on selections at which first strategy has matched bets.
Make sure you test it in simulation mode to ensure that it works like you want it to.
Re: How do I ensure both strategies fire on the same match
Posted: Wed Oct 07, 2020 4:57 pm
by DaveJessop2112
Wouldn't there be the possibility that bot 1 would fire and bot 2 doesn't?
Re: How do I ensure both strategies fire on the same match
Posted: Wed Oct 07, 2020 5:09 pm
by BfBotManager
It all depends on your settings, refresh rate etc. Make sure you give both bots enough time to place bets e.g. place bets early.
There will be a delay between first bot bet and second bot bet, so it is possible that second bet does not get placed if market gets suspended etc.