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

Connors RSI is an RSI oscillator by Larry Connors.

It has six input parameters:

  • RSI period - calculation period
  • Pulse RCI period - impulse RSI period
  • Percent rank period - range of calculating the change rate in %
  • Applied price
  • Overbought - overbought level
  • Oversold - oversold level

Calculation:

CRSI = (RSI1+RSI2+RSI3) / 3.0

where:

RSI1 - RSI(Applied price,RSI period) RSI2 - RSI(UpDown,Smoothing period) RSI3 - 100.0 * Count / Percent rank period

UpDown - number of consecutive days closed above/below previous days: If a day is closed above the past, a previous value is increased by +1, If a day is closed below the past, a previous value is decreased by -1, Otherwise: if the previous value is positive, the current value is 1, if the previous value is negative, the current value is -1,

Count - number of positive increments of a two-period RSI within the Percent rank period range

MetaTrader Experts, Indicators, Scripts and Libraries

22421