Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 11776
- Valutazioni:
- Pubblicato:
- 2011.09.20 11:27
- Aggiornato:
- 2023.03.29 13:43
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
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".
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/430