apply_preset
Fetch a curated strategy preset and create a bot in one call. Specify coin, exchange, tier, and strategy; optionally override pair, name, or sizing.
Instructions
Create a bot from a curated preset in one call: fetches the preset for the given coin/exchange/tier/strategy, then creates a bot from its settings. Override pair, name, or sizing as needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| botType | Yes | Bot type | |
| coin | Yes | Base asset, e.g. "BTC" | |
| exchange | Yes | Preset exchange, e.g. "binance" | |
| tier | Yes | Risk tier: short (tight), mid (balanced), long (wide) | |
| strategy | No | Direction (default "long") | |
| exchangeUUID | Yes | UUID of YOUR connected exchange to create the bot on (from get_account info:"exchanges") | |
| paperContext | No | Paper trading context (true = paper, false = real). Default: false | |
| pair | No | Override the preset pair(s), underscore format e.g. ["BTC_USDT"] (optional) | |
| name | No | Override the bot name (optional) |