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:
4968
Note:
(8)
Publié:
2018.07.09 11:06
CADX.mq5 (20.73 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Oscillator Comparative ADX indicates the relative trend strength, based on the smoothed values of the five main currency pairs: EURUSD, GBPUSD, AUDUSD, USDJPY, and USDCAD, and of the instrument, on which the indicator is running.

USDCHF is excluded from the list of the indicator symbols to be calculated, since it is historically reversing as to EURUSD.

It has two parameters:

  • Period - ADX calculation period;
  • Level value - threshold level value (*).

Calculation:

CADX = Current ADX / Average ADX(EURUSD, GBPUSD, AUDUSD, USDJPY, USDCAD)

where:

Current ADX - the ADX value of the current symbol
Average ADX = (ADX(EURUSD, Period) + ADX(GBPUSD, Period) + ADX(AUDUSD, Period) + ADX(USDJPY, Period) + ADX(USDCAD, Period)) / 5

* Values above 1.0 (Level value) are considered a stable trend.

It should be noted that, at the first launch or at switching the timeframe, the indicator will need some time to download the history for all the symbols used on the current chart timeframe. If there are no ticks for drawing the indicator's line, it will be worth it to switch the timeframe once, since, even upon having downloaded all necessary history, the indicator has to be re-calculated when a new tick appears (if there are no ticks, it will be re-calculated when you switch the timeframe).

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

WAMI WAMI

A.W. Warren's Momentum Indicator

VolatilityMA VolatilityMA

A moving average with a changeable calculation period.

FTNP FTNP

Indicator Fisher Transform of Normalized Prices

AbsolutelyNoLagLwma_x2_cloud_HTF AbsolutelyNoLagLwma_x2_cloud_HTF

Two indicators AbsolutelyNoLagLwma from different timeframes, the area between lines being filled with a cloud, the color of which corresponds with the trend direction on the market