Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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

ROC_with_Signal_MA - indicateur pour MetaTrader 5

Vues:
5792
Note:
(10)
Publié:
2019.01.02 14:30
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

ROC with signal Moving Average oscillator indicator displays the Rate of Price Change and a signal line, which is calculated as a moving average of ROC data.

It has three input parameters:

  • ROC period - ROC calculation period
  • Signal MA period - signal MA calculation period
  • Signal MA method - signal MA calculation method

Calculation:

ROC = 100.0 * (Close - CloseP) / CloseP
Signal = MA(ROC, Signal MA period, Signal MA method)

where:

CloseP = Close price as of ROC period bars ago

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

OHLC_Volume_Histo OHLC_Volume_Histo

The OHLC Volume Histogram indicator

OHLC_Volume OHLC_Volume

The OHLC Volume indicator

Ultimate_Oscillator Ultimate_Oscillator

The Ultimate Oscillator indicator

ZMA ZMA

The ZMA indicator