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

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

author blogger | 276 reads | 0 comments |

WPR_Chart - indicator for MetaTrader 5

Yuri Tokman (YTG)

WPR oscillator relative to the Moving Average indicator in the main chart window. The WRP is shown in purple, the moving average in pink, and the default value levels are shown as borders of the light gray channel.

Indicator input parameters:

 //+------------------------------------------------------------------------+
//|Indicator input parameters |
//+------------------------------------------------------------------------+
Input unit period WPR= 14 ; // WPR indicator period
Enter Smooth_Method XMA_Method= mode_SMMA ; // Average method
Input unit X length = 12 ; // average depth
Input integer X phase = 15 ; // Smoothing parameter
//---- For JJMA in the range of -100 ... +100, it will affect the quality of the transition process;
//----For VIDIA, it is the CMO cycle, for AMA, it is the slow average cycle
Enter double dev = 10.0 ; // channel width deviation
Enter ENUM_APPLIED_PRICE apply price = PRICE_CLOSE ; // price type or handle
Enter an integer Level_WPR_UP = - 40 ; // Overbought level
Enter an integer Level_WPR_DN = - 60 ; // Oversold level
Enter integer shift = 0 ; // indicator moves horizontally (in bars)

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

WPR_Chart - indicator for MetaTrader 5

Figure 1. WPR_Chart indicator


Attachment download

📎 smoothalgorithms.mqh (130.19 KB)

📎 wpr_chart.mq5 (10.71 KB)

Source: MQL5 #15096

Refresh