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 | PCR

The PCR (Percent Retracement) indicator shows the maximum distance by which the price has moved away from the highest High in the specified range.

The indicator has three input parameters:

  • Period - the range;
  • Overbought - overbought level;
  • Oversold - oversold level.

Calculations:

PCR = 100.0 * (1.0 - (Max+Close) / (Max-Min))

where:

  • Min, Max - the highest and lowest prices within the Period interval

MetaTrader Experts, Indicators, Scripts and Libraries

21651