
I need to be able to manage SL/TP parameters for already opened positions via a Telegram channel.
For example, when my bot detects that the price has moved significantly in profit but there is a risk of a pullback, it moves the stop loss to the break-even (BE) level. To do this, I edit a previously sent signal message.
However, the Cornix bot cannot apply this change because it treats it as an error when the SL is equal to or higher than the entry price.
Because of this limitation, some potentially profitable trades end up becoming losing ones.
Manually editing signals is very inconvenient, and the bot still does not allow setting SL above the entry price.
Please add the ability to modify parameters of open trades via Telegram messages. Thank you.