← Back to DYNA

VWAP Bands

VWAP Bands plots a session-anchored Volume Weighted Average Price together with three pairs of standard-deviation bands at ±1σ, ±2σ, and ±3σ. VWAP is the session's dynamic fair value, and the bands are its statistical envelope: inside ±1σ is normal, beyond ±2σ is stretched, beyond ±3σ is extreme. The result is a single overlay that tells you where price sits relative to the day's mean and how volatile that session actually is.

Most VWAP indicators give you only the line. Most band indicators (Bollinger, Keltner) use a rolling window that carries yesterday's noise into today. VWAP Bands combines the two: volume-weighted anchoring plus intraday-only σ bands that widen and contract with the current session's realised volatility. At session open the bands reset to zero and fan out as the session develops.

Key Features

How It Works

At the start of each session — determined by your session window and timezone — the indicator begins accumulating the typical price weighted by volume: Σ(src × vol) divided by Σ(vol) gives the VWAP. In parallel it tracks Σ(src² × vol) to compute the volume-weighted variance, then the square root is the standard deviation. Bands are plotted at VWAP ± (multiplier × σ) for each of the three multipliers.

Because the sums are cumulative from session open, every bar updates VWAP and the bands. At the start of the session the bands collapse onto the VWAP line; as the session progresses they fan out and reflect the volatility the market is actually producing that day.

When the session ends and a new one begins, all accumulators reset. The lines are drawn only inside the configured session window — no stale levels during off-hours.

Settings

Session Time (default: 0915-1530) and Timezone (default: Asia/Kolkata) define the session window. VWAP Source (default: hlc3) sets the price used in the weighted average; hlc3 matches TradingView's built-in VWAP.

Band 1 / 2 / 3 Multiplier (defaults 1.0, 2.0, 3.0) set each band pair's offset in standard deviations. The defaults match the statistical convention — ±1σ covers roughly 68% of in-session variation, ±2σ ~95%, ±3σ ~99.7% under a normal distribution. Adjust upward if the default envelopes feel too tight for your instrument.

Show VWAP Line and the three Show ±Nσ Bands toggles let you hide any line you do not want on the chart. Shade Between Bands enables gradient fills between adjacent bands; Fill Transparency (default: 85) controls how subtle those fills are.

The two alert toggles enable or disable the VWAP-cross and ±2σ-touch alerts independently.

Alerts

To set up alerts: click TradingView's Alerts button, choose "VWAP Bands [DYNA]" from the condition dropdown, pick one of the four alert variants, and select your notification channel.

Best Practices

Part of the DYNA Ecosystem

VWAP Bands is a free indicator built with the same design standards as the DYNA premium suite. For complete trade management with automatic stop loss, break-even, trailing stops, and multi-target systems, explore the full DYNA indicator collection.

Disclaimer

This indicator is a technical analysis and educational tool only — it is not financial advice and makes no guarantee of any outcome. Past performance does not predict future results. Always do your own research and use proper position sizing and risk management.