Spread Monitor (Tick-Level)
Category: volatility
Tracks the intraday spread fluctuations within each candle, recording the maximum and minimum spread values encountered during the bar's duration.
Formula
Spread_{max} = \max(\text{Spread}_{current}, \text{Spread}_{max}), \quad Spread_{min} = \min(\text{Spread}_{current}, \text{Spread}_{min}) \quad \text{per candle period}
See signal primitives and every published strategy that uses Spread Monitor (Tick-Level) on WOBR StrategyVerse.