bybit_futures_grid_validate
Validate futures grid bot parameters using the official Bybit endpoint to ensure correct configuration before deployment.
Instructions
Validate Futures Grid Bot parameters via official Bybit bot endpoint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| leverage | Yes | ||
| grid_mode | No | ||
| grid_type | Yes | ||
| max_price | Yes | ||
| min_price | Yes | ||
| cell_number | Yes | ||
| move_up_price | No | ||
| stop_loss_per | No | ||
| move_down_price | No | ||
| take_profit_per | No | ||
| total_investment | Yes | ||
| trailing_stop_per | No |