Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter ü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östergeler

JFatlAcceleration - MetaTrader 5 için gösterge

Görüntülemeler:
7513
Derecelendirme:
(16)
Yayınlandı:
2011.10.12 10:41
Güncellendi:
2023.03.29 13:43
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

JFatlAcceleration measures the current trend acceleration. The indicator is calculated the following way:

JFatlAcceleration=Momentum(JMA(Momentum(JMA(FATL(Price[bar])))))

where:

  • JMA - adaptive smoothing;
  • Momentum - Momentum technical indicator;
  • FATL - digital filter;
  • Price[bar] - the current price of an analyzed financial asset at the bar with the "bar" index.

ColorJFatlAcceleration uses SmoothAlgorithms.mqh library classes. The use of the classes was thoroughly described in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

ColorJFatlAcceleration

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/504

JFatlSpeed JFatlSpeed

The indicator shows trend change rate with a minimum lag.

Heiken Ashi Smoothed Heiken Ashi Smoothed

Standard Heiken Ashi calculated using smoothed price time series.

Trend_CF Trend_CF

Simple and demonstrative indicator of the current trend power and direction.

WATR WATR

Simple but demonstrative trend indicator.