Page 1 of 1

start strategy after WIN or LOSE of another

Posted: Tue Jan 07, 2025 9:16 am
by italo
Hello,

I’m working on a staking plan where the outcome of the first strategy determines which second-level strategy is triggered. Here’s what I’d like to achieve:

After the first strategy (Level 1), if it results in a win, I’d like to automatically trigger a second strategy (Level 2 - WIN) with specific stakes.
If the first strategy loses, I want to trigger a different second strategy (Level 2 - LOSE) with different stakes.
Essentially, I need a way to start one of two second-level strategies (WIN or LOSE) depending on the result of the first strategy.

Could you please guide me on how to set this up? Any advice or examples would be greatly appreciated!

Thank you for your time and help!

Luck is an attitude!

Italo

Re: start strategy after WIN or LOSE of another

Posted: Tue Jan 07, 2025 11:47 am
by BfBotManager
Hi Italo,

You can try using "Market conditions->Only if selected strategy has bets" rule to check if first strategy has bets that made profit or loss on same event.

Re: start strategy after WIN or LOSE of another

Posted: Tue Jan 07, 2025 11:58 am
by italo
I saw this, but I'm not betting on the same event...it is all part of a staking plan , if I win I will do this...if I lose this.
At the moment I'm waiting the strategy ends (win od lose) and I start the next strategy manually.
But if would be automated would be great...and I could compose multiple different staking plans...

Re: start strategy after WIN or LOSE of another

Posted: Tue Jan 07, 2025 12:20 pm
by BfBotManager
You can also try using "Only if selected strategy has X wins/loses"c, but please note that you should also use one safety settings to stop first strategy from placing further bets.

Re: start strategy after WIN or LOSE of another

Posted: Tue Jan 07, 2025 4:12 pm
by italo
Thank you!!!