Dynamic Supply and Demand Zones [AlgoAlpha]

Category: volume, market_structure

Identifies supply and demand zones based on volume profile distribution and pivot points, highlighting areas of low volume node (LVN) as potential reversal or support/resistance zones.

Formula

1. \text{Length} = \text{Dynamic Pivot Lookback} \text{ or } \text{Fixed Input} \\ 2. \text{Range} = [\min(L), \max(H)] \in \text{Length} \\ 3. \text{BinWidth} = \frac{\text{Range}}{\text{Resolution}} \\ 4. \text{BinVolume} = \sum \text{volume if candle overlaps Price Bin} \\ 5. \text{Zone} = \text{BinVolume}_i < \text{BinVolume}_{i\pm1} \times \text{Tolerance} \text{ (Local Minima)}

Inputs

See signal primitives and every published strategy that uses Dynamic Supply and Demand Zones [AlgoAlpha] on WOBR StrategyVerse.


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