stop_botStop a running trading bot. The bot will stop taking new trades but existing positions remain open unless you also close them. Use close_position to exit open positions.
| Name | Type | Description |
|---|---|---|
botId | string | The bot ID to stop |
Try asking your AI assistant any of these:
list_botsList all your trading bots with their current status (running, stopped, error), strategy, exchange,
get_bot_statusGet detailed status for a specific trading bot including current position, P&L, runtime, last signal
close_positionClose an open trading position at market price. Use this for emergency exits, taking profits, or cle