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

RVI_Histogram_Alert - MetaTrader 5 Script - MT4/MT5 Resource

author EAcpu | 3 reads | 0 comments |

RVI_Histogram_Alert - indicator for MetaTrader 5

RVI_Histogram_Alert - indicator for MetaTrader 5

The indicator RVI_Histogram provides alerts and sends emails and push notifications when the main and signal lines intersect, accompanied by a change in the color of the signal cloud.

 //+------------------------------------------------+
//| Indicator input parameters
//+------------------------------------------------+
Input unit RVIP period = 14 ; // indicator period
Enter double high level = + 0.3 ; // Overbought level
Enter double low level = - 0.3 ; // oversold level
Enter integer shift = 0 ; // horizontal movement of the indicator in bars
Number of input units = 1 ; // Number of bars to activate 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


RVI_Histogram_Alert - indicator for MetaTrader 5

Figure 1. Indicator RVI_Histogram_Alert. Intersection point of main line and signal line

RVI_Histogram_Alert - indicator for MetaTrader 5

Figure 2.RVI_Histogram_Alert. Activate alarm.


Attachment download

📎rvi_histogram_alert.mq5 (26.82 KB)

Source: MQL5 #22863

Verification code Refresh