거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
43638
평가:
(17)
게시됨:
2008.06.05 06:50
업데이트됨:
2014.04.21 14:52
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

CustomCandle draws candlesticks of a larger and, perhaps, non-standard (for MT 4) timeframe in the current chart. At the same time, there is no need to open that larger timeframe chart, since only the data from the current timeframe are used. You should make the candlesticks (bars) of the current chart faded or invisible.



Limitations:


1. The period of the larger timeframe must be larger and multiple of the current one (for M5, you may use M10, M15, M20, etc., up to 1440; however, for М1 you may use any timeframes from 2 to 1440).


2. The period of the larger timeframe may not exceed 1 day (1440 minutes), since it is impossible to draw 2 (or more)-day candlesticks. (I could program it, but I didn't.)


3. Charts with timeframes of H4 and larger are not supported. (It is possible to program them, though.)



Special Features:


After a disconnection, some undesirable candlesticks may appear during history pumping and the consecutive numbering will be broken. So we should redraw the candlesticks after history pumping. There is no need to remove the indicator, just open its properties. This is an unpleasant thing, but I don't know yet how to fix it.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/8118

MarketProfile MarketProfile

Market Profile is a tool used by many Futures traders.

Bid_View Bid_View

Another version of a recommended indicator.

Report Report

Report generator

Interception Interception

Script interception of pressing keys or mouse buttons in the windows of MetaTrader 4. It can be helpful in writing controls.