Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
JFatlAcceleration - indicatore per MetaTrader 5
- Visualizzazioni:
- 7923
- Valutazioni:
- 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".
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/504
JFatlSpeed
The indicator shows trend change rate with a minimum lag.
Heiken Ashi SmoothedStandard Heiken Ashi calculated using smoothed price time series.