Volume Analysis¶
Difficulty beginner
Overview¶
Volume confirms price action. Price moves on high volume are more significant than moves on low volume.
Volume Principles¶
- Volume precedes price — Volume often changes before price direction
- Volume confirms trend — Uptrend with increasing volume is healthy
- Volume divergence warns — Price rising on declining volume = weakness
- Climax volume signals extremes — Extreme volume often marks tops/bottoms
price healthy uptrend
│ ╱● (price + volume up)
│ ╱
│ ╱╲ ╱
│ ╱ ╲ ╱
│ ╱ ╳
│ ●←─divergence: price up, volume DOWN
│ ╱ ╲ ╱
│ ╱ ╲ ╱
│ ●────●╱ ╲ ╱
│ ●
│
└──────────────────────────────────────────────────────────────────
volume
│ ███
│ ███ ███
│ ███ ███ ███
│ ███ ███ ███ ███ ███
│ ███ ███ ███ ███ ███ ███ ███ ███
│ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███
│ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███
└──────────────────────────────────────────────────────────────────
↑ ↑ ↑
volume drying up divergence confirming new trend
Volume Indicators¶
On-Balance Volume (OBV)¶
If Close > PrevClose: OBV = PrevOBV + Volume
If Close < PrevClose: OBV = PrevOBV - Volume
If Close = PrevClose: OBV = PrevOBV
where:
Closecurrent bar's close ·PrevCloseprior bar's close ·Volumebar's traded volume ·OBVrunning cumulative volume tagged by direction ·PrevOBVOBV from the previous bar. does: accumulates volume signed by the day's close direction so that net buying pressure compounds upward and net selling pressure compounds downward. Traders read OBV against price for divergence — when OBV makes a new high before price does, it signals accumulation and confirms an emerging uptrend; OBV failing to make a new high while price does flags distribution and warns of a coming reversal.
Signals: - OBV rising with price → trend confirmed - OBV falling while price rises → distribution (bearish divergence) - OBV rising while price falls → accumulation (bullish divergence)
Volume Weighted Average Price (VWAP)¶
where:
Pricetypical price of each bar, usually(High+Low+Close)/3·Volumeshares/contracts traded during that bar ·Σcumulative sum since the session open. does: computes the volume-weighted mean price for the session, giving an objective "fair value" reference institutions benchmark fills against. Intraday traders use VWAP as dynamic support/resistance and a bias filter — longs above VWAP, shorts below — and treat pullbacks to VWAP in a trend as preferred entries with stops on a clean break of the line.
Trading: - Price above VWAP → bullish intraday bias - Price below VWAP → bearish intraday bias - VWAP acts as dynamic S/R
Accumulation/Distribution Line¶
Money Flow Multiplier = ((Close - Low) - (High - Close)) / (High - Low)
Money Flow Volume = MFM × Volume
A/D Line = Cumulative MFV
where:
Closebar close ·Lowbar low ·Highbar high ·MFMmoney flow multiplier in [-1, +1] — +1 when close prints on the high, -1 on the low ·MFVsigned money flow volume for the bar ·A/D Linerunning sum of MFV across all bars. does: weights each bar's volume by where the close lands inside the range, then accumulates that signed volume to estimate net buying versus selling pressure. Traders compare the A/D Line slope to price for divergences — a rising A/D Line into falling price signals stealth accumulation, while a falling A/D Line into rising price signals distribution and warns the rally lacks volume conviction.
Volume Profile¶
Key Levels: - POC (Point of Control): Price with highest volume - Value Area: Range containing 70% of volume - High Volume Nodes (HVN): Support/resistance - Low Volume Nodes (LVN): Price moves through quickly
Volume Patterns¶
| Pattern | Interpretation |
|---|---|
| Price up, Volume up | Healthy uptrend |
| Price up, Volume down | Weakness, potential reversal |
| Price down, Volume up | Strong selling pressure |
| Price down, Volume down | Selling drying up |
| Volume spike | Climax, potential reversal point |
| Volume dry-up | Consolidation, waiting for catalyst |
Practical Guidelines¶
- Volume is Context — Always check volume alongside price
- Compare to Average — Current volume vs. 20-day average
- Intraday Pattern — Volume U-shaped (high at open/close)
- Relative Volume — Volume relative to same time of day
- Divergence is Key — Volume/price divergence warns of changes
Next Steps¶
- Multi-Timeframe Analysis — Combining timeframes
- Custom Indicators — Building your own indicators