OPEN-SOURCE SCRIPT
已更新

VWAP BANDS

234
The VWAP bands are like moving-average bands, but instead of being based on a simple or exponential moving average, they are calculated around the Volume Weighted Average Price (VWAP).

Here’s the breakdown:

1. VWAP (Volume Weighted Average Price)
VWAP is the average price a security has traded at throughout the day, weighted by volume.
Formula:

𝑉
𝑊
𝐴
𝑃
=

(
𝑃
𝑟
𝑖
𝑐
𝑒
×
𝑉
𝑜
𝑙
𝑢
𝑚
𝑒
)

𝑉
𝑜
𝑙
𝑢
𝑚
𝑒
VWAP=
∑Volume
∑(Price×Volume)


It tells you the “fair” intraday price based on where most trading happened.

2. VWAP Bands
VWAP bands are created by placing upper and lower boundaries around the VWAP line, usually using standard deviations or a fixed percentage distance.

Upper Band = VWAP + (k × standard deviation)

Lower Band = VWAP − (k × standard deviation)
Here, k is how many standard deviations you want (often 1 or 2).

3. Purpose
Shows potential overbought/oversold zones relative to the day's VWAP.

Works like Bollinger Bands, but tied to VWAP instead of a moving average.

Used by day traders and scalpers to spot extremes where price may revert toward VWAP.

4. Interpretation
Price near upper VWAP band → market extended above “fair” value, possible pullback.

Price near lower VWAP band → market extended below “fair” value, possible bounce.

Price crossing VWAP → potential change in short-term trend sentiment.
版本注释
same as old

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。