ZigZag+ v5

Category: market_structure, trend

A ZigZag implementation that identifies market structure shifts (HH, HL, LH, LL) based on Depth, Deviation, and Backstep parameters. It visualizes price swings and trends.

Formula

SwingHigh = high[ta.highestbars(Depth)]; SwingLow = low[ta.lowestbars(Depth)]; Validation = (PriceChange > Deviation * TickSize) AND (BarsSinceLastChange >= Backstep)

Inputs

See signal primitives and every published strategy that uses ZigZag+ v5 on WOBR StrategyVerse.


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