Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Görüntülemeler:
3931
Derecelendirme:
(9)
Yayınlandı:
2018.07.09 11:06
Güncellendi:
2018.09.17 10:58
WAMI.mq5 (16.79 KB) görüntüle
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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


MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: 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