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
FIR - indicatore per MetaTrader 5
- Visualizzazioni:
- 3019
- Valutazioni:
- Pubblicato:
- 2018.07.13 15:33
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Indicator FIR is a symmetrically weighted filter (Finite Impulse Response Filter).
It has one input parameter:
- Applied price - price used for calculations.
Calculations:
FIR = (Price(0) + 2*Price(1) + 2*Price(2) + Price(3)) / 6
where:
Price = SMA(1, Applied price)
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21239
EURX
Indicator EURX displays index EUR.
EMA_With_Trend_AdjustmentEMA_With_Trend_Adjustment - a moving average with exponential smoothing and correction by its trend component.