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örüntülemeler:
11017
Derecelendirme:
(23)
Yayınlandı:
2011.09.20 11:27
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

The indicator is a combination of the FATL digital filter and analogue JMA adaptive smoothing.

The average is calculated the following way:

JFATL[bar] = JMA(FATL(PRICE[bar]))

where:

  • FATL() - FATL digital filter value;
  • JMA() - JMA adaptive smoothing algorithm;
  • PRICE[] - price series value;
  • bar - current bar index.

Additional JMA smoothing is used to prevent the indicator activation at each occasional market move.

ColorJFatl and JFatl indicators use the CJJMA class of the SmoothAlgorithms.mqh library. The use of the class was thoroughly described in the article "Averaging Price Series for Intermediate Calculations Without Additional Buffers".

ColorJFATL indicator

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

RBCI RBCI

Range Bound Channel Index (RBCI) digital filter removes low frequency trend, generated by low frequency spectrum components, and high frequency noise, generated by high frequency spectrum components.

J2JMA J2JMA

Moving average with the double adaptive JMA smoothing of a price range.

JCCX JCCX

Symmetrical normalized CCI (Commodity Channel Index) with alternative (ultralinear and JMA) smoothing algorithms.

Yaanna Yaanna

Yaanna is the simplest indicator of the overbought/oversold states.