Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
5835
Valutazioni:
(22)
Pubblicato:
2017.05.29 14:21
Aggiornato:
2023.03.29 13:47
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.