After discussing it with Ares and not finding a completely logical solution, I’m bringing the problem to the developers behind the code to see what solution they might have.
Using the Bot Controller and ASAP in Combo Hedge:
°Start:
Condition: Supertrend downtrend 1h → Opens a short position.
°Stop (in monitoring mode to listen for new start signals):
Condition: RSI(15) lower than 30 → Stops the bot.
Problem: The bot started making trades in ASAP with only the ST downtrend bot controller configured, and then I added the Stop signal (RSI). It then successfully deactivated when the RSI was below 30. The problem is that when the price returns to the RSI level (above 30), the bot cannot be reactivated in any way. When it should be, since ‘Start: ST Downtrend=True’ and ‘Stop: RSI<30=False’
***********************************************************
Test with a paper account:
Then, to see if the condition made sense for starting the bot, I used the same bot controller configuration on a simple DCA bot on a paper account, starting from scratch, and the bot started without problems, with the price in a similar condition. However, the bot hasn’t touched its stop-zone, so I don’t know if it will have the same problem as the hedge bot..
***********************************************************
Observation: I don’t know if what I’m saying is a bit silly, but I see that the bot appears to be running from here.

Could it be that it can’t be reactivated simply because, since the Long side is already running, the bot thinks it doesn’t need to turn on the Short side since the bot itself sees it as running?


