how can i change the % of martingale trades? The bot automatically change the next trade to 100% (1<2<4...). I want change for exemple to (1<2.3<5.7...)
you only expand Martingale Core Functionality and change number you want
I finally got to adjust the value of the martingale when the robot loses. But now the problem is that the robot does martingale too when he wins. How can I do it when the robot wins it back to the value of the initial bets?
Add if result loss -> marti.
@jonathancosta746 you need to use extra variables which would store martingale trades count and you also would need to add an extra if condition which would rely on that variable (s)
Thanks for the suport guys, the bot is functional

If anyone needs...
Most helpful comment
you only expand Martingale Core Functionality and change number you want
