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:
- 3684
- Valutazioni:
- Pubblicato:
- 2018.07.09 13:29
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Indicator IDWMA (Inverse Distance Weighted Moving Average) is a moving average that is not sensitive to switching the timeframe, but more efficient on the higher timframes of the chart.
MA calculation algorithm is that the indicator line "tries" to keep away from the average price value initially, followed by approaching to the price. Inverse Distance Weighted Moving Average is a bit smoother than SMA and resembles EMA with the same period.
It has two parameters:
- Period - calculation period;
- Applied price - price used for calculations.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21039