Unlock Your Trading Potential with Heiken Ashi Smoothed Volatility Step Alerts for MetaTrader 5

Mike 2019.01.02 23:35 77 0 0
Attachments

Original Author:

Eva Ruft

The Heiken Ashi Smoothed Volatility Step indicator is a game-changer for traders using MetaTrader 5. With its alert features, you can stay ahead of the market by receiving notifications via alerts, emails, or push notifications whenever the indicator breaks through your predefined trigger level.

Setting Up Your Alerts

Here’s a quick look at the input parameters you can customize to activate your alerts:

  • AlertLevel: input uint AlertLevel = 150;
  • Number of Bars: input uint NumberofBar = 1;
  • Sound Notifications: input bool SoundON = true;
  • Number of Alerts: input uint NumberofAlerts = 2;
  • Email Notifications: input bool EMailON = false;
  • Push Notifications: input bool PushON = false;
  • Alert Level Color: input color AlertLevelColor = clrMagenta;

To get the most out of this indicator, make sure you have the SmoothAlgorithms.mqh library classes installed in your MetaTrader 5 platform. You can find detailed instructions in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

Visual Insights

Check out the following images to see the Heiken Ashi Smoothed Volatility Step Alerts in action:

Heiken Ashi Smoothed Volatility Step Alerts exceeding threshold
Fig. 1: The indicator exceeds the threshold value on the first bar.

Heiken Ashi Smoothed Volatility Step Alert
Fig. 2: Alert triggered by the indicator.

List
Comments 0