Forum

FAQs and other general questions are answered here
By marianionuta
#29633
Hi,
I have 2 strategies that are connected.
The first strategy is checking for the market conditions and is placing a bet when the score is 0-1.
How can I make the settings so that the second strategy number 2, does not check again for the market condition? Only to check if the first strategy placed a bet?
What I want is:
1. the second strategy is to check if the first one placed a bet
2. Use that event as a base to place the next bet when the score is 1-1
3. Strategy 2 is a continuation of the first one and to add more conditions
You do not have the required permissions to view the files attached to this post.
User avatar
By BfBotManager
#29635
Second strategy does not need those market conditions as you already used them in first strategy that placed bet.

Please use simulation mode to test it all.