Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
4390
Note:
(9)
Publié:
2018.12.18 19:10
RSI_Of_MA.mq5 (15.99 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

RSI of MA is an exponentially smoothed RSI based on exponential moving average data.

It has six input parameters:

  • Source EMA period - initial EMA calculation period
  • Source applied price - initial EMA calculation price
  • RSI period - RSI calculation period
  • EMA of RSI period - smoothing EMA period
  • Overbought - overbought level
  • Oversold - oversold level

Calculation:

RSIofMA = EMA(RSI, EMA of RSI period)

where:

RSI - RSI(SrcMA, RSI period)

SrcMA - EMA(Source applied price, Source EMA period)

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/22603

Hans_Indicator_x22_Cloud_System Hans_Indicator_x22_Cloud_System

The indicator paints candles going beyond the Hans_Indicator_x22_Cloud channel expansion.

Exp_XBullsBearsEyes_Vol Exp_XBullsBearsEyes_Vol

The trading system based on XBullsBearsEyes_Vol indicator signals

RSI_Divergence RSI_Divergence

RSI Divergence indicator

MaDevOsc MaDevOsc

Deviation from MA oscillator indicator