Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 4399
- Note:
- Publié:
- 2018.07.09 11:06
- Mise à jour:
- 2018.09.17 10:58
-
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

A moving average with a changeable calculation period.

Indicator Trend Confirmation Index