Page 1 of 1

Only if selected strategy has X wins/losses

Posted: Tue Apr 08, 2025 10:00 pm
by Albannach
Is zero a valid number for this condition?

I'm trying to prevent a strategy from firing if other strategies have already placed winning bets (on different sports). I have it running in test and it appears to work, but the times this condition will fire are very rare, hence the valid input question.

I cant use profit or loss as a condition, because it may be either and because of the staking plans, I don't want to link the strategies.

Re: Only if selected strategy has X wins/losses

Posted: Tue Apr 08, 2025 10:45 pm
by BfBotManager
If it works in simulation mode like you want it to, then it will work in real mode too as this rule is just counting number of winning/losing bets.

Re: Only if selected strategy has X wins/losses

Posted: Tue Apr 08, 2025 10:52 pm
by Albannach
Thanks. It's allowing bets at the moment, because the other systems aren't placing bets; that's where my assumption that zero is a valid input came from.

I'll do some further testing before going live, but it's good to have confirmation that a zero is valid.