RVI_Histogram_Alert - MetaTrader 5 Script - MT4/MT5 Resource


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

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

Figure 2.RVI_Histogram_Alert. Activate alarm.
Attachment download
📎rvi_histogram_alert.mq5 (26.82 KB)
Source: MQL5 #22863
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •