Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
5820
Rating:
(22)
Published:
2017.05.29 14:21
Updated:
2023.03.29 13:47
Need a robot or indicator based on this code? Order it on Freelance Go to 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

Translated from Russian by MetaQuotes Ltd.
Original code: 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.