Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
3508
Note:
(9)
Publié:
2018.06.18 16:19
ADMIR.mq5 (8.63 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

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.

It has three input parameters:

  • ADX Period - calculation period for the first ADX;
  • Difference - difference between the calculation periods of the first and of the second ADX;
  • Applied price - price used for calculations.

Calculations:

ADMIR = (ADX1 + ADX2) / 2

where:

ADX1 - Average Directional Movement Index с периодом Period
ADX2 - Average Directional Movement Index с периодом Period+Difference

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20910

CandleStop_Cloud_HTF CandleStop_Cloud_HTF

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

CandleStop_Cloud CandleStop_Cloud

An indicator to pull trailing stops with the channel color background filling and showing the latest values as price labels.

ADX_Difference ADX_Difference

Indicator of the difference between ADX and ADX as of N periods ago.

EMA_Trend EMA_Trend

Two channels by the High and Low of MA.