hi...
help me, please.
Thank you very much. It's works for me!
But I found that there is a line of code should be like this(about line 125 in this script):
line 125: for ( int i = copy_count-1; i >= 0; i -- )...
because of the i > 0(I think it should be i >= 0), there is not the first record.
^_^
Thank you very much. It's works for me!
But I found that there is a line of code should be like this(about line 125 in this script):
line 125: for ( int i = copy_count-1; i >= 0; i -- )...
because of the i > 0(I think it should be i >= 0), there is not the first record.
^_^
if you replace > 0 with >= 0, you retrieve also the data of the last (ie most recent, the current) bar, which is probably incomplete. While this may be the desired behaviour, it may be quite misleading.
Thanks Andrey Khatimlianskii !
Hello,
I believe I am doing something wrong. After I finish running my EA on the Strategy Tester, I drag and drop this script into the output chart but I only get empty results. There´s something really basic that I am not getting. Can you help me?
Thanks
- www.mql5.com
Thanks Andrey, the code works very well.
Is it possible to add a timer to automatically download the csv periodically every x minutes?
Or even set a specific time to download?
https://www.mql5.com/en/docs/event_handlers/ontimer
Thank you.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
sHistoryExport - handy script to export the historical data in the МТ4 format:
Export of all necessary instruments and time frames in one click with load and checking history
Author: Andrey Khatimlianskii