RSI_Slowdown - MetaTrader 5 Script | Forex Indicator Download - MT4/MT5 Resources


Semaphore signal indicator based on RSI indicator with functionality of alerts, sending emails and push notifications to mobile devices.
This indicator is based on the idea that a price reversal occurs before a decrease in the indicator's rate of change and its reversal. To do this, it searches for a range where price starts to stall in the overbought or oversold zones of the fast RSI indicator.
This indicator provides the ability to mark these areas with arrows on the chart. It is also possible to disable the RSI slowdown search. In this case, the indicator will only show exceedances of the RSI levels specified in the settings - the maximum level and the minimum level .
//+------------------------------------------------------------------------+ //|Indicator input parameters | //+------------------------------------------------------------------------+ Input unit RSIP period = 2 ; // RSI period Input ENUM_APPLIED_PRICE RSI_Price = PRICE_CLOSE ; // RSI price Input double maximum level = 90 ; // maximum signal level Enter double minimum level = 10 ; // minimum signal level Input boolean seek_slow_true ; // seek_slow_down Enter integer shift = 0 ; // indicator moves horizontally (in bars) //---- Input variables for alerts 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
The indicator was originally written in MQL4 and first published in the code base on October 5, 2016.

Figure 1. RSI_Slowdown indicator

Figure 2. RSI_Slowdown indicator generates alert
Attachment download
📎 rsi_slowdown.mq5 (25.85 KB)
Source: MQL5 #16514
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •