Unisciti alla nostra fan page
sChartsSynchroScroll - script per MetaTrader 5
- Visualizzazioni:
- 7736
- Valutazioni:
- Pubblicato:
- 2010.02.17 12:03
- Aggiornato:
- 2016.11.22 07:32
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
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.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.