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

Screenshot in the original chart size - MetaTrader 4용 스크립트

조회수:
16321
평가:
(12)
게시됨:
2014.01.14 06:54
업데이트됨:
2014.05.29 16:53
Screenshot.mq4 (10.13 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

If you would like to take a screenshot of a script/EA/indicator you have to specify the chart size, because the MT4 can't detect it.

This script:

  • calls the user32.dll to determine the chart's size
  • places labels in the top left and bottom left corners, that show the instrument's name and the timeframe
  • calls the kernel32.dll that's why the script is able to save the image to a user defined folder outside the MQL4 folder with a file name which containings: the user defined prefix, instrument's name, timeframe, and a timestamp when the screenshot was taken (e.g. Screen_USDCHF_M15_17-13-20.gif)

Some settings can be changed with external variables.

If you uncomment the "//#property show_inputs" line, you can change settings every time you run the script.

Sample Screenshot

SignalViewer SignalViewer

Check out any MQL5 closed positions on a chart.

Close cross Kijun Sen Close cross Kijun Sen

The EA will close all open orders across all charts corresponding to the EA chart symbol when Bid or Ask is equal to or crosses the Kijun Sen.

HFT EA (LIQUIDEX_V1) HFT EA (LIQUIDEX_V1)

liquidex is a HFT EA. It uses moving average and range to determine it's entries and exits.

ZigZag Indicator with Extra Features ZigZag Indicator with Extra Features

Taking a Closer Look at the Workings of the ZigZag Indicator.