당사 팬 페이지에 가입하십시오
sChartsSynchroScroll - MetaTrader 5용 스크립트
- 조회수:
- 7738
- 평가:
- 게시됨:
- 2010.02.17 12:03
- 업데이트됨:
- 2016.11.22 07:32
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The script provides a synchronous scrolling for all charts opened in the client terminal.
Before the script run, enable the chart shift from the right part of the window (enable the button on the Standard toolbar, if the button is absent, you can add it to the toolbar using the right mouse button click on the panel - "Customize..."):
Specify the shift size using the triangle marker, located on the upper edge of the chart and configure it as you like:
The script should be executed only on one chart. The red markers will be created on all of the opened charts after the script running. While scrolling of any chart, the other charts will be scrolled automatically so the bars with the same time will under these lines.
The input parameters of the script are absent.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/81
Draws 96 line MAs with only 100 lines of code (uses CMyBuffer class).
TimerClosingPeriodThe indicator prints the time to close of the current timeframe, if it less than H1, it also prints the time to close of the current hourly bar.
Here is a simple example that shows how to download page(file) from Internet using the library wininet.dll.
Price_ChannelIt's a well-known indicator that shows maximal and minimal prices (and average values) of the last n bars.