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:
3932
Note:
(9)
Publié:
2018.07.09 11:06
Mise à jour:
2018.09.17 10:58
WAMI.mq5 (16.79 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

This Momentum indicator was described in article "Optimizing the Pulse" by Anthony W. Warren in the S & C magazine in April, 1994.

It has nine input parameters:

  • First MA period - first MA calculation period
  • First MA method - first MA calculation method
  • Second MA period - second MA calculation period
  • Second MA method - second MA calculation method
  • Third MA period - third MA calculation period
  • Third MA method - third MA calculation method
  • Signal MA period - signal line calculation period
  • Signal MA method - signal line calculation method
  • Applied price - calculation price

Calculation:

WAMI = MA(MA2, Third MA period, Third MA method) Signal = MA(WAMI, Signal MA period, Signal MA method)

where:

MA2 = MA(MA1, Second MA period, Second MA method) MA1 = MA(Difference, First MA period, First MA method)

where:

Difference = Price - PrevPrice


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

VolatilityMA VolatilityMA

A moving average with a changeable calculation period.

TCI V2 TCI V2

Indicator Trend Confirmation Index

CADX CADX

An indicator of relative trend strength.

FTNP FTNP

Indicator Fisher Transform of Normalized Prices