Magnet Map: AVWAP + Locked HVNs & LVNsMagnet Map: AAVWAP + Locked HVNs & LVNs
Magnet Map is a price-structure indicator designed to reveal where the market is statistically most likely to pause, react, or accelerate. It combines Daily VWAP, High-Volume Nodes (HVNs), and Low-Volume Nodes (LVNs) into a clean visual map of intraday “price magnets” and liquidity voids.
The indicator is intended to do one thing: highlight where price is likely to gravitate toward and where it may move quickly through to better gauge breakouts versus false flags that end up reversing.
Core Concepts:
All calculations work across all timeframes, but given its VWAP-focused nature, 5M, 15M, 30M and 1H charts work best, but has toggle features for everything, including number of bars or minutes to look back.
VWAP is auto anchored to the start of each day.
High-Volume Nodes (HVNs)
HVNs represent price levels where large amounts of volume have traded within the customized lookback window. The indicator identifies HVNs by scanning historical volume distribution and selecting the highest-volume price bins. (Not as accurate as real GEX/VEX data as it's not retrievable by TradingView just yet), but it has given a close approximation for much of my trading which has helped avoid making scalp plays only to see the setup invalidated by a key price point, i.e. SPY at $675, QQQ at $600, NVDA at $190, etc.
For anyone unfamiliar, these areas tend to act as price magnets where market makers either absorb the momentum, or have to buy back in, creating a gamma flip/squeeze-like condition.
Key features:
• Adjustable number of HVNs
• Optional strike-price snapping to round levels
• Minimum spacing logic to prevent clustering
• Optional zone bands based on ATR
Low-Volume Nodes (LVNs)
LVNs represent thinly traded areas, and for anyone unfamiliar, are usually described as liquidity gaps or air pockets.
The indicator performs the following two steps:
1. Build a Volume Distribution
The highest and lowest prices in the lookback window are found, and the entire price range is divided into a configurable number of price bins.
Each bar’s typical price (HLC3) is assigned to one of these bins, and the bar’s volume is added to that bin. (Simply put, this creates a simplified volume profile histogram of where trading activity has occurred, almost acting opposite to how a standard VRVP would make accumulate data to find high volume areas).
2. Identify Low-Volume Areas
Once the histogram is built, the script searches for bins with the lowest accumulated volume.
These bins represent price levels where very little trading occurred, which often correspond to:
• Liquidity gaps
• Fast-moving price areas
• Breakout acceleration zones
These create LVNs that signal on your chart.
3. Maintain Consistent Structure
To keep the levels it signals meaningful, readable, and not constantly moving, several filters are applied:
Zero-volume filtering (optional)
Bins with zero volume can be ignored to prevent selecting artificial gaps.
Minimum spacing rules
LVNs must be separated by a minimum distance determined by one of three modes:
• Grid multiple (based on strike increments)
• Fixed dollar distance
• ATR-based spacing
HVN separation
LVNs can optionally be prevented from appearing too close to HVNs.
4. Price Level Placement
The final LVN level is placed at the center of the selected bin.
If grid snapping is enabled, the level is rounded to the nearest strike or round price increment (e.g., $0.50, $1, $5).
Personally, I look at LVNs as the "path of least resistance;" not much price action at those levels, giving signals that nobody is going to go bankrupt if the price moves through those levels towards an HVN. HVNs are where hedge funds go bankrupt if not attended to properly, giving rise to big rejection levels as well as clearing significant breakout levels.
Level Locking
Magnet Map avoids dynamically constant shifting zones with a configurable locking logic, allowing levels to stabilize after the early session.
Lock options:
• Lock after X minutes
• Lock after X bars
• Never lock (fully dynamic)
Once locked, HVN and LVN levels remain fixed for the rest of the session.
Toggleable Filtering for Chart Clarity/Ease of Access
Grid Snap
• Optionally align levels to common strike increments ($0.50 / $1 / $2.50 / $5 etc. intended to behave as PTs with the highest OI. Can't backtest against OI directly without manually doing it, but it aligns almost perfectly with the highest volume areas on a VRVP across multiple indices and stocks, from MAG7 names to highly liquid penny stocks)
Minimum Spacing
Levels can be filtered using:
• Grid multiples
• Fixed dollar spacing
• ATR-based spacing
Zone Visualization
Each level can display an ATR-based band, creating a realistic reaction zone rather than a single line.
How To (And Who Should) Use This: Day traders and short-term options traders who want a quick view of where liquidity and structure are concentrated:
Mean Reversion when price returns to VWAP or HVN
Target Projection when price moves from an LVN toward an HVN
Support / Resistance at the HVN levels (particularly the $2.50 and $5 spacing for indices and other big names)
Breakout Validation when price either enters an LVN or clears a previously rejected HVN.
Pine Script® indicator






















