Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
3103
Valutazioni:
(4)
Pubblicato:
2018.06.18 13:41
DI.mq5 (8.79 KB) visualizza
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

Modified Moving Averages Modified Moving Averages

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

Binario Binario

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

Difference2 Difference2

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

Divergence_Candles Divergence_Candles

Indicator of candlestick divergences.