거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
34445
평가:
(82)
게시됨:
2013.02.22 07:19
업데이트됨:
2016.11.22 07:32
b-clock.mq5 (4.43 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Convert from b-clock.mq4. Original code at MQL4 can found at https://www.mql5.com/en/code/9124.

This indicator measure time left before new candle appeared.  In the upper left corner, indicator show details of it in minutes and seconds by string but on the last candle it shows by digital clock style. It is very useful for traders that required open their position exactly when the new candle is coming.

Core idea to get left time before new candle is coming:

Left lime = (Open Time of Current Candle + Current Time Frame) - Current Time

Input parameter:

  • ShowComment: set to false to hide comment at left corner of chart.
  • FontColor: select your desirable color at this parameter. This color is only used for text that is displayed on the right of incomplete candle.
  • FontSize: set size of text that is displayed on the right of incomplete candle.
  • FontName: set font name here, i.e "Arial" or "Arial Bold".
  • Offset: determine how many pips above running price your text will be displayed.

b-clock

OpenSellPosition_X OpenSellPosition_X

The OpenSellPosition_X script is created to sell at fixed values of Stop Loss and Take Profit in points from the current price. Position volume is determined on the basis of the level of losses.

OpenBuyPosition_X OpenBuyPosition_X

The OpenBuyPosition_X script is designed to buy at fixed values of Stop Loss and Take Profit in points from the current price. Position volume is determined on the basis of the level of losses.

Exp_ToCloseLoss Exp_ToCloseLoss

The Expert Advisor to perform global Stop Loss on all open positions

Exp_ToCloseProfit Exp_ToCloseProfit

The Expert Advisor to perform global Take Profit for all open positions.