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

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

author EAcpu | 4 reads | 0 comments |

WPR_Slowdown - indicator for MetaTrader 5

WPR_Slowdown - indicator for MetaTrader 5

Semaphore signal indicator based on WPR 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 WPR indicator.

This indicator provides the ability to mark these areas with arrows on the chart. Search WPR slowdown can also be disabled. In this case, the indicator will only show the WPR levels specified in the settings - the maximum level and the minimum level .

 //+------------------------------------------------------------------------+
//|Indicator input parameters |
//+------------------------------------------------------------------------+
Input unit WPRP period = 12 ; // WPR period
Input double maximum level = - 20 ; // maximum signal level
Enter double minimum level = - 80 ; // 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

WPR_Slowdown - indicator for MetaTrader 5

Figure 1. WPR_Slowdown indicator

WPR_Slowdown - indicator for MetaTrader 5

Figure 2. WPR_Slowdown indicator generates alert


Attachment download

📎 wpr_slowdown.mq5 (25.72 KB)

Source: MQL5 #16528

Verification code Refresh