Mn Fractal Store

Category: market_structure

An asymmetric Bill Williams-style fractal indicator that stores historical pivot peaks and troughs to identify breakout levels and support/resistance zones.

Formula

Peak = High[i] \text{ where } High[i] = \max(High[i..i+mSizeL]) \text{ and } High[i] = \max(High[i-mSizeR+1..i]) \\ Trough = Low[i] \text{ where } Low[i] = \min(Low[i..i+mSizeL]) \text{ and } Low[i] = \min(Low[i-mSizeR+1..i])

Inputs

See signal primitives and every published strategy that uses Mn Fractal Store on WOBR StrategyVerse.


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