I would like there to be a permanent shutdown of the combo bots, What I mean is, if I turn off a bot manually, I don’t want it to turn on again, this happens because I use bot controller functions, while the bot is executing the strategy it’s fine for it to turn off and turn on, but it happens that I turn it off because I want to make adjustments or analysis, and it turns on again when it receives the power signal. I’d like a sort of Manual shutdown (indefinite) and an automated shutdown.
It’s already available. If you have selected price or TA for bot start AND bot stop, you can select how the stop should be.
Well, I know that tool and I use it, what happens is that the turnoff of the bot basically I use it as a kind of “Takeprofit with indicator signal” since the Takeprofit and the stop loss can only be put percentages. Perhaps the approach to my feacture It is correct, “Deal stop signal with indicators”
The thing is, if I want to turn off a bot, I don’t want it to turn on again even if the conditions are met.
Sounds to me like you want another option under the STOP BOT menu, which allows it to gracefully quit, meaning it should run all deals until they close, but dont open any new deals. I did that when I coded in Haasscript, and it’s a nice function to have.
Well, that function can be done with the current turnoff. What I mean is, if I manually turn off the bot, I don’t want it to turn back on even if it gets the power signal. It happens to me that I turn off the bot because I’m doing an analysis or I’m just making adjustments and changing things, and suddenly the bot turns on because it receives the power signal and executes a trade. It’s fine, it works well and I like those options, but I use the turnoff as an exit signal, since in Takeprofit and stop loss I only have percentages and I don’t have the option to exit when X indicator gives me exit signal. That’s why I use turnoff as a position closer. Perhaps it is a better idea to put an option that is the same as deal start, but another that is deal stop, without touching the current options that are good and useful.