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
ADX_Difference - indicatore per MetaTrader 5
- Visualizzazioni:
- 4624
- Valutazioni:
- 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
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_HTFIndicator CandleStop_Cloud with the timeframe selection option available in input parameters.