Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 4912
- Note:
- Publié:
- 2018.06.18 16:19
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20912

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.

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