TF-Selective-AAVWAP (V2) generates three distinct VWAP time series, anchored at swing-low, swing-high, and swing-high-volume candle indices within a given lookback period.
The TF-Selective-AAVWAP (V2) method provides an enhanced VWAP approach, generating three distinct VWAP time series based on different anchoring points within a given lookback period: swing-low, swing-high, and swing-high-volume candle indices.
TradingView Release (V2) - TF-Selective-AAVWAP
Release Notes:
- Data matches chart timeframe using 'timeframe.period'.
- Consistent use of bar merge and lookahead. Labels fixed. Datetime of LL and LH are reported on the correct timeframe.
- Automated H, L and HV anchors. Displays the date of occurrence of swing H/L on daily timeframe.
TradingView Hyperlink - Custom_AVWAP_Harpal's-Anchors
Automated VWAP Indicator written in PineScript for TradingView charts. Anchored at key swing H/L levels extracted from price and volume time-series.
-
Ensure that '//@version=5' is specified ontop of the indicator("...") call.
-
Open TradingView's Pine Editor and create a new blank Indicator Script. Paste the Script into the Pine Editor and select the "Add To chart" option to display AAVWAP plots.