CumulativeVolumeDeltaClassic
- Indicatori
- Vladimir Utkin
- Versione: 1.0
- Attivazioni: 5
### **User Guide for CVD Indicator Installation and Usage in MT5**
**Indicator Name:** Cumulative Volume Delta (CVD)
**Version:** 1.00
**Purpose:** Visualizes buy/sell pressure balance through volume analysis.
---
### 🔧 **Installation**
1. Download `CVD.mq5` file.
2. In MT5:
- `File` → `Open Data Folder`
- Navigate to `MQL5/Indicators`
- Paste the file into the folder.
3. Restart MT5.
4. In the "Navigator" panel:
- Right-click `CVD` → "Attach to Chart"
- Configure `CumulationLength` (smoothing period).
---
### 🌟 **Key Advantages**
1. **Comprehensive Volume Visualization**
- 4 components in one window:
- `Buying Volume` (green line)
- `Selling Volume` (red line)
- `Volume Strength` (gray dotted line)
- `Volume Delta` (colored histogram).
2. **Smart Volume Allocation**
Analyzes candle structure:
- **Candle body** → Core volume (assigned to bulls/bears).
- **Wicks** → Evenly distributed volume.
- **Doji** → 50/50 split between buys/sells.
3. **Adaptive Smoothing (EMA)**
- Eliminates market noise → Focuses on trends.
4. **Intuitive Delta Histogram**
- **Green bar**: Buy volume > Sell volume.
- **Red bar**: Sell volume > Buy volume.
- Bar height = Volume difference.
---
### 💡 **Trading Signals (Logic)**
#### 📈 Analytical Strengths:
1. **Divergences**
- Price makes new high + **delta decreases** → Trend weakness.
- Price makes new low + **delta increases** → Seller exhaustion.
2. **Breakout Confirmation**
- Resistance breakout + **strong green histogram** → Valid signal.
3. **Reversal Points**
- `Volume Strength` extremes + sharp delta shift → Trend reversal.
*Example: Gray peak + histogram flip from red to green → Bullish reversal*.
4. **Candlestick Pattern Confirmation**
- **Bullish engulfing** + green delta → Enhanced signal.
- **Evening star** + red delta → Confirmed bearish trend.
---
### ⚙️ **Optimal Settings**
| Timeframe | CumulationLength | Use Case |
|-----------|------------------|-------------------|
| M1-M5 | 14-20 | Scalping |
| M15-H1 | 20-50 | Day trading |
| H4-D1 | 50-100 | Swing trading |
---
### 📊 **Strategy Example**
**Scenario: Long Entry**
1. **Conditions**:
- `Volume Delta` histogram turns **green**.
- `Volume Strength` starts rising.
- Price above EMA(20) on the chart.
2. **Stop-loss**: Below the last swing low.
3. **Take-profit**: 2:1 risk-reward ratio.
---
### ⚠️ **Limitations & Solutions**
- **False signals during news** → Filter using ATR (volatility < 5%).
- **Lag on low timeframes** → Use smoothing period ≥20.
- **Noise in sideways markets** → Trade only when delta deviates >15% from average.
---
### 💎 **Unique Advantages**
1. **Depth of Analysis**: Combines 4 key volume metrics in one window.
2. **Adaptability**: Works on all assets (crypto, stocks, forex).
3. **Professional Visualization**:
- Fill between buy/sell lines → intuitive comparison.
- Colored histogram → instant imbalance recognition.
4. **Algorithmic Precision**: Volume allocation by candle structure → objective data.
> **Pro Tip**: Maximize effectiveness by combining CVD with:
> - POC levels (Volume Profile)
> - Market Profile clustering
> - Moving averages on the price chart
