deploy_botDeploy a new trading bot with a strategy on your connected exchange. Configure the trading pair, position size, leverage, and risk parameters. The bot starts trading automatically once deployed.
| Name | Type | Description |
|---|---|---|
strategyId | string | Strategy to run |
exchange | string | Exchange to trade on |
symbol | string | Trading pair (e.g., BTC/USDT) |
amount | number | Position size in quote currency |
leverage | number | Leverage for futures (1 for spot)(default: 1) |
Try asking your AI assistant any of these:
list_strategiesBrowse all available trading strategies in the TradeStaq marketplace. Filter by market type (spot/fu
get_strategyGet detailed information about a specific trading strategy including its logic, indicators used, ris
list_botsList all your trading bots with their current status (running, stopped, error), strategy, exchange,
stop_botStop a running trading bot. The bot will stop taking new trades but existing positions remain open u