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
Indicateurs

Sylvain_Vervoort_RSI_inverse_fisher_transform - indicateur pour MetaTrader 5

Vues:
4292
Note:
(13)
Publié:
2018.12.28 13:09
Mise à jour:
2019.01.17 11:29
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Indicator Sylvain Vervoort RSI inverse fisher transform built on Sylvain Vervoort Rainbow Moving Average

It has five adjustable parameters:

  • SVRMA period - Rainbow Moving Average calculation period
  • RSI period - RSI calculation period
  • MA period - smoothing period
  • Overbought - overbought level
  • Oversold - oversold level

Calculations:

SVRSI = ((Pow(2.71828183,2 * ZeroLagEMA)-1.0) / (Pow(2.71828183,2 * ZeroLagEMA)+1.0) + 1.0) * 50.0

where:

ZeroLagEMA = SmMA1 + (SmMA1 - SmMA2)

SmMA1 = EMA(RSI, MA period)
SmMA2 = EMA(SmMA1, MA period)

RSI = 0.1 * (TmpRSI - 50.0)
TmpRSI = RSI(RMA, RSI period)

RMA = Rainbow Moving Average(SVRMA period)

No need to have indicator Rainbow Moving Average in the terminal, it is calculated independently

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

Volatility_Quality_Index Volatility_Quality_Index

Indicator Volatility Quality Index

Extreme EA Extreme EA

Indicators iCCI (Commodity Channel Index, CCI) and two iMAs (Moving Average, MA) are used.

Sylvain_Vervoort_rainbow_moving_average Sylvain_Vervoort_rainbow_moving_average

Indicator Sylvain Vervoort rainbow moving average

Simple_Slope Simple_Slope

Indicator Simple slope