Custom 004 Liquidity Map with Drawings
Category: market_structure, volatility
Identifies recent liquidity pools by tracking the 20-period highest high and lowest low, visualizing them as dynamic price levels using drawing objects.
Formula
\text{BuyLiq} = \max(\text{High}, 20) \\ \text{SellLiq} = \min(\text{Low}, 20)
See signal primitives, usage in published strategies and more on WOBR StrategyVerse.