Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
7542
Valutazioni:
(16)
Pubblicato:
2011.10.12 10:41
Aggiornato:
2023.03.29 13:43
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.