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

RSI_Oscillator_Histo - indicateur pour MetaTrader 5

Vues:
5599
Note:
(7)
Publié:
2018.12.28 12:58
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

RSI Histogram Oscillator displays a smoothed difference of two different-period RSIs as a colored histogram.

It has three adjustable parameters:

  • Fast RSI period
  • Slow RSI period
  • Smoothing - period of smoothing the difference between two RSIs

Calculations:

OscRSI = SMA(RAW, Smoothing)

where:

RAW = FastRSI - SlowRSI

FastRSI = RSI(Fast RSI period)
SlowRSI = RSI(Slow RSI period)

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

SAR_Oscillator2 SAR_Oscillator2

SAR Oscillator 2 indicator

FineTuningMACandle_HTF FineTuningMACandle_HTF

Indicator FineTuningMACandle with the timeframe selection option available in its input parameters

Normalized_Intraday_Intensity_Oscillator Normalized_Intraday_Intensity_Oscillator

Indicator Normalized Intraday Intensity Oscillator

LWMA_MA LWMA_MA

Indicator LWMA/SMA ratio