I bought a coin using remote control command and I want to enable stop loss using trust command at a certain price, but when I send a command of the form cmd_SetStop BNB 215, the stop loss does not appear and is not moved to that price, what could be the problem?

: Control via Telegram

The cmd_SetStop trust management command does not include a stop loss, it can only move a previously set stop loss to a specified price. You should check in the strategy that accepts your trust management commands on the Stops tab that the UseStopLoss=YES parameter is ticked so that after buying a coin a stop loss is set to the value specified in the settings, and after that you can send a trust management command and move this stop loss to the value specified in the command.