update_botUpdate a bot's risk configuration — leverage, position size, stop loss, take profit, or trade notifications — without redeploying it.
| Name | Type | Description |
|---|---|---|
id | string | The bot ID to update |
leverage | number | New leverage (futures only) |
positionSizePercent | number | New position size as % of account balance |
stopLoss | number | New stop loss % |
takeProfit | number | New take profit % |
notifyOnTrade | boolean | Send a Telegram notification per trade |
Try asking your AI assistant any of these:
get_bot_statusGet detailed status for a specific trading bot including current position, P&L, runtime, last signal
deploy_botDeploy a new trading bot with a strategy on your connected exchange. Configure the trading pair, pos
list_botsList all your trading bots with their current status (running, stopped, error), strategy, exchange,