start_grid_strategy
Calculate and optionally place grid trading orders around the current price
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Preview grid without placing orders (default: true) | |
| levels | No | Grid levels per side (default: 5) | |
| symbol | Yes | Trading pair symbol (e.g., BTC/USDT, INDY/USDT) | |
| spacing | No | Base spacing as decimal (default: 0.02 = 2%) | |
| exchange | Yes | Exchange to query. Supported: mexc, gateio, bitget, kraken | |
| orderSize | No | Base order size in quote currency (default: 50) | |
| sizeModel | No | Size model | flat |
| spacingModel | No | Spacing model | linear |
| spacingFactor | No | Factor for geometric spacing (default: 1.3) |