Maximize Your Trading with the Heiken Ashi Smoothed Volatility Step Alert for MetaTrader 5

Mike 2019.01.02 23:38 102 0 0
Attachments

If you're looking to level up your trading game, the Heiken Ashi Smoothed Volatility Step Alert indicator could be just what you need. This nifty tool lets you highlight specific trading time zones right from the input parameters, making it easier to pinpoint your best trading opportunities. The highlighted zones are displayed in a different histogram color, giving you visual cues to work with.

Setting Up the Indicator

To get started, you can enable the highlighting feature for trading time zones by adjusting the settings in the indicator:

inputbool   TimeTrade=true;      //Enable highlighting of trading time zones
input HOURS  StartH=ENUM_HOUR_4;  //Trading start (hours)
input MINUTS StartM=ENUM_MINUT_0; //Trading start (minutes)
input HOURS  EndH=ENUM_HOUR_17;   //Trading end (hours)
input MINUTS EndM=ENUM_MINUT_59;  //Trading end (minutes)

With this setup, histogram bars that fall outside your specified trading hours will appear in a pale gray color. Bars that exceed your trigger level will be highlighted in yellow, while those below this level will be shown in a steel gray color. This color-coding helps you quickly assess market conditions during your trading sessions.

Alerts and Notifications

Another fantastic feature of this indicator is that alerts, push notifications, and emails are only sent during the designated trading sessions. You can set your trigger level like this:

inputuint AlertLevel=150;                      // Trigger level

This way, you won’t be distracted by alerts when the market is quiet.

To get the most out of this indicator, it utilizes the SmoothAlgorithms.mqh library classes, which you’ll need to copy into your terminal’s data folder at MQL5\Include. You can find a detailed explanation of how to use these classes in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

Heiken Ashi Smoothed Volatility Step Alert Indicator

Fig.1. The Heiken Ashi Smoothed Volatility Step Alert Indicator 

List
Comments 0