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

Average Modified Moving Average - indicateur pour MetaTrader 5

Vues:
3142
Note:
(7)
Publié:
2018.06.16 10:59
AMMA.mq5 (8.07 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Average Modified Moving Average.

It has two input parameters:

  • Period - calculation period;
  • Applied price - price used for calculations.

Calculations:

AMMA[i] = (AMMA[i-1]*(Period-2) + Price[i] + Price[i-1])/Period

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

McClellan_Summation_Index McClellan_Summation_Index

Sherman and Marian McClellan Summation Index.

AD_Indicator AD_Indicator

Sherman and Marian McClellan Advances/Declines Indicator.

Coppock Coppock

The Coppock Indicator of Bullish Signals.

EMAVFS EMAVFS

Exponential moving average with a variable smoothing factor.