Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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
Indicateurs

BarTimerCLineRoundedVertical_HTF - indicateur pour MetaTrader 5

Vues:
4838
Note:
(14)
Publié:
2017.11.03 11:48
\MQL5\Include\CustomGUI\ \MQL5\Include\CustomGUI\Indicators\
CircleArc.mqh (18.14 KB) afficher
Hexagon.mqh (14.55 KB) afficher
Histogram.mqh (32.93 KB) afficher
LineGraph.mqh (24.35 KB) afficher
Petal.mqh (16.71 KB) afficher
Pyramid.mqh (23.34 KB) afficher
\MQL5\Indicators\CustomGUI-2\
CPetal.mq5 (2.3 KB) afficher
\MQL5\Indicators\
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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", 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. 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. Also the color of the indicator scale changes during indicator growth and fall.

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_HTF indicator

Fig. 1. The BarTimerCLineRoundedVerticalDn_HTF indicator

Fig. 2. The BarTimerCLineRoundedVerticalUp_HTF indicator

Fig. 2. The BarTimerCLineRoundedVerticalUp_HTF indicator

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

BarTimerCLineRoundedVertical BarTimerCLineRoundedVertical

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.

Exp_ColorFisher_m11 Exp_ColorFisher_m11

A trading system based on the ColorFisher_m11 indicator signals.

ForceTrend ForceTrend

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

AlexSTAL_ZigZagProf_channel AlexSTAL_ZigZagProf_channel

A channel based on peaks and troughs of AlexSTAL_ZigZagProf.