Watch how to download trading robots for free
Find us on Facebook!
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:
27424
Rating:
(37)
Published:
2010.01.26 11:10
Updated:
2016.11.22 07:32
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The Custom Moving Average is example of the Custom User Indicator - it calculates and shows the Moving Average.

Custom Moving Average

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/25

ColorLine ColorLine

The ColorLine indicator shows the line of the price moving average on the chart. The line has diffrent colors (100 bars has the same color). The color settings of the line is changing every 5 ticks, there are 3 color schemes.

ColorBars ColorBars

The ColorBars Indicator paints bars with different colors depending on the volume changes. If the volume has increased, the color is green, overwise the color is red.

DeMarker (DeM) DeMarker (DeM)

The Demarker Indicator (DeM) is based on the comparison of the period maximum with the previous period maximum. When the indicator falls below 30, the bullish price reversal should be expected. When the indicator rises above 70, the bearish price reversal should be expected.

Detrended Price Oscillator (DPO) Detrended Price Oscillator (DPO)

The Detrended Price Oscillator eliminates the trend effect of price movement. This simplifies the process of finding out cycles and overbought/oversold levels.