Tab: Grid Distance
Distance between grid orders — fixed, progressive, variable, zone fill, or ATR-based
Grid Distance Mode
Controls how the distance between grid orders is determined:
- FIXED — Same distance between every consecutive grid order (uses Grid Distance pips from Orders tab).
- PROGRESSIVE — Each distance is the previous one multiplied by the Grid Distance Multiplier (widening grid).
- VARIABLE — Each gap between positions is individually configured (Dist 1 through Dist 20).
- ZONE FILL — Orders are distributed uniformly across the full price range of the signal (price_low to price_high). The step is calculated automatically as range ÷ (N orders − 1), so the first order always lands at one end of the zone and the last at the opposite end. Requires the signal to contain a price range; falls back to FIXED mode if the signal has only a single entry price.
Grid Distance Multiplier
Only used in PROGRESSIVE mode. Each distance = previous distance × this multiplier. Creates an expanding grid that gives more room between deeper positions.
Variable Distances (Dist 1 – Dist 20)
Custom distance in pips for each individual grid level when Grid Distance Mode = VARIABLE. Dist 1 is the gap between order 1 and order 2, Dist 2 is the gap between order 2 and order 3, etc.
Use ATR Grid ⭐ New
Enables dynamic grid distance calculation based on the Average True Range (ATR) indicator. Instead of fixed pip distances, the grid automatically adapts to current market volatility — wider distances in volatile markets, narrower distances in calm markets.
This prevents the common grid problem where fixed distances cause too-dense or too-sparse grids depending on market conditions.
ATR Period ⭐ New
Number of candles used to calculate the ATR value. A higher period produces smoother, more stable distances. A lower period reacts faster to recent volatility changes.
ATR Timeframe ⭐ New
The chart timeframe used to calculate ATR. The ATR on higher timeframes gives larger, more stable distances. Lower timeframes give tighter, more reactive distances.
ATR Multiplier ⭐ New
Scales the raw ATR value to produce the final grid distance in pips. Grid Distance = ATR(period) × multiplier.