Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

Heiken_Ashi_Smoothed_VolatilityStep_Alerts - MetaTrader 5 script

author EAcpu | 2 reads | 0 comments |

Heiken_Ashi_Smoothed_VolatilityStep_Alerts - indicator for MetaTrader 5

Heiken_Ashi_Smoothed_VolatilityStep_Alerts - indicator for MetaTrader 5

Original author:

The Heiken_Ashi_Smoothed_VolatilityStep indicator is capable of sending alerts, emails and push notifications when the indicator breaks the trigger level specified in the input.

Input parameters for activation signal:

 Input unit alarm level = 150 ; // trigger level
Input unit number = 1 ; // Number of bars of the signal
Input boolean sound on = true ; // Enable alert
Input unit alarm number = 2 ; // number of alarms
input boolean email-on = false ; // Enable mailing signal
input boolean pressed = false ; // Enable signaling to mobile devices
Input color alert level color = magenta ; // trigger level color

The indicator uses the SmoothAlgorithms.mqh library class (copy it to terminal_data_folder\MQL5\Include). The use of the class "Average price series for intermediate calculations without using additional buffers" is described in detail in the article.

Heiken_Ashi_Smoothed_VolatilityStep_Alerts - indicator for MetaTrader 5

Figure 1. Heiken_Ashi_Smoothed_VolatilityStep_Alerts. The indicator exceeds the threshold of the first bar.

Heiken_Ashi_Smoothed_VolatilityStep_Alerts - indicator for MetaTrader 5

Figure 2. Heiken_Ashi_Smoothed_VolatilityStep_Alerts. alarm.


Attachment download

📎 Heiken_Ashi_Smoothed_VolatilityStep_Alerts.mq5 (23.5 KB)

📎 SmoothAlgorithms.mqh (130.2 KB)

Source: MQL5 #23215

Verification code Refresh