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