거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

BarTimerCLineRoundedVertical_HTF - MetaTrader 5용 지표

조회수:
4813
평가:
(14)
게시됨:
2017.11.03 11:48
\MQL5\Include\CustomGUI\
CustomGUI.mqh (0.85 KB) 조회
\MQL5\Include\CustomGUI\Indicators\
CircleArc.mqh (18.14 KB) 조회
Hexagon.mqh (14.55 KB) 조회
Hexagon2.mqh (7.67 KB) 조회
Histogram.mqh (32.93 KB) 조회
LineGraph.mqh (24.35 KB) 조회
Petal.mqh (16.71 KB) 조회
Pyramid.mqh (23.34 KB) 조회
\MQL5\Indicators\CustomGUI-2\
CHexagon.mq5 (6.38 KB) 조회
CPetal.mq5 (2.3 KB) 조회
CPyramid.mq5 (5.99 KB) 조회
\MQL5\Indicators\
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: 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.