Adaptive Pip Step (Smart Spacing)
Adjust grid spacing based on market volatility
Adaptive Pip Step (Smart Spacing)
This makes the gap between trades bigger when markets are wild, smaller when calm.
| Setting | Value | Simple Explanation |
|---|---|---|
| Enable Adaptive Pip Step | true | Turns on smart spacing. |
| Auto-Calculate Base from ATR | true | Uses ATR (volatility measure) as base. |
| ATR Multiplier for Base | 2.0 | Multiplies ATR to get base step size. |
| Adaptive Method | Bollinger Band Width | Uses Bollinger Bands to measure volatility. |
| Lookback Period | 100 | Looks at last 100 candles to calculate. |
| Bollinger Bands Period | 20 | Standard Bollinger Band setting. |
| Bollinger Bands Deviation | 2.0 | Standard deviation setting. |
| Min Pip Step (% of Base) | 50.0 | Smallest gap allowed (50% of base). |
| Max Pip Step (% of Base) | 300.0 | Biggest gap allowed (300% of base). |
Available Methods:
- ATR Percentile (Smarter)
- Bollinger Band Width
- Recent Price Range
- Hybrid (all Methods)