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

Making and Saving Graphic Charts from the MT5 Strategy Tester - MetaTrader 5용 라이브러리

조회수:
3477
평가:
(30)
게시됨:
2021.09.19 01:21
업데이트됨:
2021.09.19 05:12
\MQL5\Include\Graphics\
Graphic.mqh (168.75 KB) 조회
Curve.mqh (22.27 KB) 조회
Axis.mqh (12.29 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This Expert Advisor demonstrates how to create and save graphic charts to a .bmp file  from the MT5 Strategy Tester.   The Graphic.mqh package (Include/Graphics/) is used.  In MT4 this operation can be done very easily as the ResourceSave()  function can create the .bmp file directly from  the Strategy Tester.  In MT5, this method does not work.  As a workaround, raw x, y chart data is saved to the Terminal/Common/Files folder.  After the Strategy Tester is run, the EA is removed from th chart forcing  the Deint function to run in the Terminal mode.  The x, y data file is then read, plots are created and a .bmp file is saved using the ResourceSave() function. 



ExampleChart


MACD Candles Alert MACD Candles Alert

MACD zero line cross color candles with alerts for Metatrader 5

The HighPass - LowPass Roofing Filter The HighPass - LowPass Roofing Filter

The HighPass - LowPass Roofing Filter was created by John Ehlers (Cycle Analytics For Traders pg.78)

Kajan trade expert Kajan trade expert

You can identify buy trend and sell trend with this indicator

Trailing stop MT5 Trailing stop MT5

Use protect profit after open position