Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
5871
Valutazioni:
(13)
Pubblicato:
2018.10.25 17:33
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/22421

Simple_Decycler Simple_Decycler

Simple Decycler indicator

Decycler_Oscillator Decycler_Oscillator

Decycler Oscillator indicator

Generalized DEMA Generalized DEMA

Generalized DEMA

Avg_MA Avg_MA

Average from MA indicator