Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 5 Indicator | WPR_HL

WPR HL - Williams' Percent Range indicator calculated by (High-Low)

The indicator has three input parameters:

  • Period - calculation period
  • Overbought - overbought level
  • Oversold - oversold level

Calculation:

WPR_HL =-100.0 * (Max-HL) / (Max-Min)

where:

HL = High - Low Max, Min are the highest and lowest prices within the Period interval

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 1. WPR HL

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 2. WPR HL as compared to Williams' Percent Range

21422