Join our fan page
- Views:
- 16314
- Rating:
- Published:
- 2018.02.14 11:52
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The script downloads history for all timeframes and symbols in the Market Watch. Download is performed by emulating pressing the HOME button. If the download by pressing the button has stopped for about 5 seconds, it is assumed that the entire history for this symbol and timeframe is downloaded, and the next iteration begins. The script also updates the chart, thus downloading the most recent history.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/9099

This is an Expert Advisor (+ indicator) for downloading the quote history of the current symbol and TF

Displays the relative strengths of chosen currencies on one chart.

After back testing, we usually need to analyze the testing result on a new chart which we have loaded our template,in this case we need to copy the objects on the testing chart to the new chart. This script helps to save the objects into a file and show the objects on a new chart.

The script allows you to try regular expressions in MetaTrader 4.