OPEN-SOURCE SCRIPT
已更新

VWAP BANDS

209
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提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。