
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello, is there any way to automate this?
Thanks, bye
Hello LastViking,
Trying to use this on MT4 build 610 I found that it did only work after updating the script to care for the "Offline Charts in the New MQL4" (https://www.mql5.com/en/articles/1387).
I changed from:
HstHandle = FileOpenHistory(SymbolName + RenkoTimeFrame + ".hst", FILE_BIN|FILE_WRITE);
to:
HstHandle = FileOpenHistory(SymbolName + RenkoTimeFrame + ".hst", FILE_BIN|FILE_WRITE|FILE_SHARE_WRITE|FILE_SHARE_READ);
Now it works like a charm :-)
Thanks
/Timid