deploy_bot
Deploy a trading strategy as a bot. Defaults to paper trading, with option for live trading on specified exchange.
Instructions
Deploy a strategy as a trading bot. Defaults to paper trading for safety.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| live | No | If true, trades with real money. Defaults to paper. | |
| name | No | ||
| symbol | No | BTC/USDT | |
| leverage | No | ||
| stopLoss | No | Stop loss % (e.g. 5) | |
| exchangeId | Yes | Exchange account ID | |
| strategyId | Yes | Strategy ID to deploy | |
| takeProfit | No | Take profit % (e.g. 10) |