Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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:
5847
Note:
(22)
Publié:
2017.05.29 14:21
Mise à jour:
2023.03.29 13:47
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Real author: Yuriy Tokman

The drawing of this Moving Average is based on Demark's "Daily Range Projections" method. In this version of the indicator, the MA is colored depending on its direction. A growing Moving Average is green, a falling one is pink.

This indicator was first implemented in MQL4 and published in Code Base at mql4.com on 04.11.2008.

The indicator uses SmoothAlgorithms.mqh library classes (copy it to <terminal_data_folder>\MQL5\Include). The use of the classes was thoroughly described in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

Fig.1 The XMUV indicator

Fig.1 The XMUV indicator

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

Exp_TrailingStop Exp_TrailingStop

The Expert Advisor moves trailing stops of all positions on the current symbol.

iFreeNumFractals iFreeNumFractals

The indicator finds fractals of any dimension.

Average True Range (digital) Average True Range (digital)

Average True Range (ATR) indicator values from other timeframes in a digital format, displayed as text on the chart.

ColorXMUV_HTF ColorXMUV_HTF

The ColorXMUV indicator with the timeframe selection option available in its input parameters.