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
Indicators

BarTimerCLineRoundedVertical - indicator for MetaTrader 5

Views:
3810
Rating:
(14)
Published:
2017.11.03 11:48
\MQL5\Include\CustomGUI\
CanvasBase.mqh (8.07 KB) view
CustomGUI.mqh (0.85 KB) view
\MQL5\Include\CustomGUI\Indicators\
CircleArc.mqh (18.14 KB) view
CircleSection.mqh (21.59 KB) view
CircleSimple.mqh (15.18 KB) view
Hexagon.mqh (14.55 KB) view
Hexagon2.mqh (7.67 KB) view
Histogram.mqh (32.93 KB) view
LineGraph.mqh (24.35 KB) view
LineRounded.mqh (16.6 KB) view
Petal.mqh (16.71 KB) view
Pyramid.mqh (23.34 KB) view
\MQL5\Indicators\CustomGUI-2\
CHexagon.mq5 (6.38 KB) view
CHistogram.mq5 (7.31 KB) view
CPetal.mq5 (2.3 KB) view
CPyramid.mq5 (5.99 KB) view
\MQL5\Indicators\
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Real author: Art Royal s.r.o.

The vertical version of the BarTimer indicator implemented using the classes of libraries that were described in detail in the article "Custom indicators and infographics in CCanvas", using current timeframe data and producing a sound alert when the bar changes. Two classes has been added to the library:

class CLineRoundedVerticalDn : public CCanvasBase
  {
  };
class CLineRoundedVerticalUp : public CCanvasBase
  {
  };

It provides the ratio between time elapsed since bar beginning and the duration of the entire bar in percent. The indicator is performed in two variants: rising and falling.

To correctly compile the indicator, save the MQL5 folder from the MQL5.zip archive to the the MetaTrader 5 terminal root folder.

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

Fig. 1. The BarTimerCLineRoundedVerticalDn indicator

Fig. 1. The BarTimerCLineRoundedVerticalDn indicator

Fig. 2. The BarTimerCLineRoundedVerticalUp indicator

Fig. 2. The BarTimerCLineRoundedVerticalUp indicator

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

Exp_ColorFisher_m11 Exp_ColorFisher_m11

A trading system based on the ColorFisher_m11 indicator signals.

ColorFisher_m11_HTF ColorFisher_m11_HTF

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

BarTimerCLineRoundedVertical_HTF BarTimerCLineRoundedVertical_HTF

The vertical version of the BarTimer indicator implemented using the classes of libraries that were described in detail in the article "Custom indicators and infographics in CCanvas", with the possibility to set a fixed timeframe, data from which the indicator displays in input parameters, and producing a sound alert when the bar changes.

ForceTrend ForceTrend

It is a simple trend indicator with the color indication of active trend direction.