Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

ADX_Difference - indicatore per MetaTrader 5

Visualizzazioni:
4347
Valutazioni:
(9)
Pubblicato:
2018.06.18 16:19
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

A simple oscillator showing the difference between the values of standard indicators ADX and ADX as of N periods ago.

It has three input parameters:

  • ADX Period - ADX calculation period;
  • Difference - number of periods ago;
  • Applied price - ADX calculation price.

Calculations:

ADX Difference = ADX[i] - ADX[i-Difference]

where:

ADX - Average Directional Movement Index with the calculation period of Period

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20912

ADMIR ADMIR

Oscillator ADMIR (Average Directional Movement Index Rating) shows the ratio of the ADX lines of two indicators Average Directional Movement Index with the calculation periods differing by the specified value.

CandleStop_Cloud_HTF CandleStop_Cloud_HTF

Indicator CandleStop_Cloud with the timeframe selection option available in input parameters.

EMA_Trend EMA_Trend

Two channels by the High and Low of MA.

HL_StdDev HL_StdDev

The oscillator shows standard deviation calculated on the difference between the High and the Low.