Are you looking to boost your trading strategy? The XCCI Histogram Vol Direct Alerts indicator is a game changer for traders using MetaTrader 5. This powerful tool not only provides alerts but also sends email and push notifications when trading signals come in. Let’s dive into the key features!
What Signals Can You Expect?
- Zero breakthrough by the histogram.
- Change in histogram movement direction.
- Breakthrough of overbought or oversold levels.
- Exiting overbought or oversold areas.
Input Parameters for Signal Activation:
input uint NumberofBar=1; // Bar number for signal activation input bool SoundON=true; // Enable alerts input uint NumberofAlerts=2; // Number of alerts input bool EMailON=false; // Enable email notifications input bool PushON=false; // Enable push notifications to mobile
This indicator leverages the SmoothAlgorithms.mqh library classes, which you’ll need to copy to your <terminal_data_folder>\MQL5\Include directory. For a detailed guide on using these classes, check out the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

Fig. 1. XCCI Histogram Vol Direct Alerts. Changing the histogram movement direction

Fig. 2. XCCI Histogram Vol Direct Alerts. Activating an alert
Comments 0