NNFX Squeeze (Volatility Breakout)

Category: volatility, momentum

A volatility breakout indicator that compares Bollinger Band width (Standard Deviation) against Keltner Channel width (ATR) to identify 'squeezes' and momentum releases.

Formula

\text{Squeeze} = \begin{cases} \text{High} > \text{SMA} \implies 1 & \text{if } (k_1 \cdot \sigma) > (k_2 \cdot \text{ATR}) \\ \text{Low} < \text{SMA} \implies -1 & \text{if } (k_1 \cdot \sigma) > (k_2 \cdot \text{ATR}) \\ 0 & \text{otherwise} \end{cases} \text{ where } \sigma = \text{StdDev}, \text{ ATR} = \text{Average True Range}

Inputs

See signal primitives and every published strategy that uses NNFX Squeeze (Volatility Breakout) on WOBR StrategyVerse.


Open the interactive page on WOBR AI → · WOBR.AI home