Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 3544
- Valutazioni:
- Pubblicato:
- 2018.06.18 13:41
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Oscillator DI (Damping Index) is designed for identifying the damping of the directed market movement.
Any value below 1.0 definitely points to slowing price movement, whatever direction it was moving before.
It has three input parameters:
- Period - calculation period;
- Method - calculation method;
- Damping level - threshold level.
Calculations:
DI = (H - L)/R
where:
H = Moving Average(High price, Period, Method) L = Moving Average(Low price, Period, Method) R = H[i-Period] - L[i-Period]
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20853

A slightly modified EA from the standard delivery: MQL5\Experts\Examples\Moving Average\Moving Average

Working with pending orders Buy Stop and Sell Stop. A channel of two indicators iMA (Moving Average, MA).

Indicator Difference2 shows the difference between the predefined reference prices (Applied price) now and as of N periods ago.

Indicator of candlestick divergences.