Dear team,
with Combo bots I’m testing the beta feature “Stop after X losing deals” with the bot controller enabled. My intentioned function was to stop the bot after as StopLoss has closed a deal. So for number X of losing deals I have 1.
For some reason, the bot stops sometimes after a winning deal. I’ve observed this with several of my bots, and happens again and again, but not after every deal. And it only happens in live bots, I’ve never observed this in paper trading.
I have a link of a bot there this happens two times one after another: After deal close 02.07.2025 23:01:54 and after deal closing 03.07.2025 10:30:02. Each time I started the bot manually again some time later. I can not see any unusual in the events history. Would be fine if you could find the bug. Or am I missing something? Thanx.
Bug details:
Bot URL → 6849a748e0667d7d767e7aa2
[Optional] Steps to reproduce →
Expected result → bot should not stop after a winning deal
Thank you for reporting this issue with the “Stop bot after X losing deals” feature. We have received your report and will investigate the bug you’ve described, where the bot stops after a winning deal instead of a losing one. Thank you for providing the bot URL 6849a748e0667d7d767e7aa2. We will provide an update as soon as possible.
Stop after X losing deals doesn’t meant to stop only after losing deal. After deal is closed bot checks history of all its deals and close itself if it number of deals more than trigger.
In you bot you have 1 loss deal, so bot is likely to close itself after every deal.
Ah, okay, so all losing deals in whole history of the bot count, not only the ones after starting the bot. Not as expected but good to know. But in my experience this is not always the case, because the bot does not stop after all deals. Maybe this feature is not completely working. I will monitor this, I have several bots with this feature enabled.
Thanky you for now, I will come back if I have more insights.
Sorry, one more question: “losing deal” means Profit < 0$ of the deal close? is this correct?
So before determing the number “X”, I have to search the whole history of deals for all deals that closed in “red”. Then I can set in the X. Maybe it would be better to change this to “losing deals after start of the bot”? Would be more convenient for the users I think.