FractalScanner

Category: market_structure

Identifies local swing highs and lows (fractals) by comparing a central bar to a configurable number of neighboring bars on both sides.

Formula

UpFractal_i = P_i \text{ IF } (P_i > P_{i-j}) \text{ AND } (P_i > P_{i+j}) \text{ for } j \in [1, FractalRange] \\ DownFractal_i = P_i \text{ IF } (P_i < P_{i-j}) \text{ AND } (P_i < P_{i+j}) \text{ for } j \in [1, FractalRange]

Inputs

See signal primitives and every published strategy that uses FractalScanner on WOBR StrategyVerse.


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