Type/to search

Anchored Rolling CVDVWAP Signal Strategy

Common strategy
Created: 2023-12-29 14:56:03
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

The Anchored Rolling CVDVWAP Signal strategy is a complex technical analysis indicator designed for the TradingView platform. It integrates the concepts of Anchored Volume Weighted Average Price (VWAP), Cumulative Volume Delta (CVD), and standard deviation analysis to generate entry and exit signals for trading.

Strategy Logic

The core of this strategy is to calculate an anchored VWAP, which starts the VWAP calculation from a specific "anchor bar" that has the highest volume over a user-defined period. Then an envelope band calculated through standard deviation is plotted based on this anchored VWAP to reflect overbought/oversold areas. Meanwhile, the Rate of Change (ROC) indicator detects "dips" and "rips" patterns combined with CVD filter signals to generate buy and sell signals. These signals can be toggled to repeat or wait for current signal to exit before sending next signal.

Advantages

  1. Utilize volume weighted average price to identify value areas and support/resistance levels
  2. Standard deviation envelope bands highlight overextended price moves
  3. CVD volume indicator reflects underlying buying/selling pressure
  4. Clear entry and exit signals
  5. Auto stop loss and take profit for risk management

Risk Analysis

  1. Improper parameter settings may cause missed trades or invalid signals
  2. Needs to combine with more indicators for decision making instead of using alone
  3. Requires optimization for different products and timeframes
  4. Poor stop loss and take profit positioning brings larger losses

Optimization Directions

  1. Adjust anchor bar selection logic with moving averages etc.
  2. Try different standard deviation multiples for envelope bands
  3. Optimize ROC parameters to suit volatility characteristics
  4. Set dynamic slippage or adaptive stops for volatile markets

Conclusion

The Anchored Rolling CVDVWAP Signal strategy synthesizes various indicators to assess price action and buying/selling momentum, which is very helpful for discovering trading opportunities. But still needs to be used cautiously, requiring continual testing and optimizations to fit one's own trading strategy.

Source
Pine
/*backtest
start: 2022-12-28 00:00:00
end: 2023-12-28 00:00:00
period: 1d
basePeriod: 1h
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=5
strategy('Anchored Rolling CVDVWAP Signal Strategy', overlay=true)

// User-defined settings
Strategy parameters
Strategy parameters
Settings
Rolling VWAP Anchor Period
Standard Deviation Multiplier for Envelope
Analysis Period
Toggle Signals
Down (%)
Up (%)
Filters
Use Anchored VWAP Filter
Use CVD Filter
CVD Length
Trade Settings
Take Profit % of SL Distance
Stop Loss Lookback Period
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)