What problem does it solve?
Strategy modifications need a precise way to configure how a bot transforms a position into multiple grid orders, selected conditionally at position spawn time, without manually rewriting strategy logic.
Core Features & Use Cases
- Position-level modification selection: Applies the first matching entry from
professional.modifications for the lifetime of each opened position.
- Grid modification reference: Defines how to configure
"type": "Grid" for spawning buy/sell levels across a price range.
- Deterministic grid spacing modes: Supports
Arithmetic, Static, Geometric, and conditional Pick grid type selection.
- Runtime spawn-time price resolution: Documents valid
from_price / to_price anchors (e.g., Price with Percentage offsets, Indicator, Variable) and the constraints for grid price resolution.
Quick Start
Ask your AI to generate a BotGroupSetting that includes a professional.modifications entry using a Grid modification with Arithmetic spacing and symmetric percentage from_price/to_price, so each forced position opens a 10-level grid.