Volume by Level Map
Category: volume, market_structure
Aggregates trading volume at discrete price levels using a map data structure to track cumulative activity per rounded price point.
Formula
V_{level} = \sum_{i=0}^{n} \text{volume}_i \text{ where } \text{round}(close_i) = \text{level}
See signal primitives, usage in published strategies and more on WOBR StrategyVerse.