In order to fix this I changed my broker server to MetaQuotes-Demo.
Initially I had been using USGUK -Demo and I believe the data may not have been available on this server. Use MetaQuotes!!
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
Hi all,
I am new to MQL5 but I aim to create my own trading system. This is also my first language similar to C and I was hoping you could help. When running the strategy tester, I have used the following code to load in any historical pricing data that I do not currently have - i.e 2013 in this case.
The journal prints that the data has already been previously loaded, shown below:
The issue I am having here is that the data is DAILY rather than HOURLY - however I had thought that my code should download the stated data. I have checked this via Journal output above and via Chart 'visualize' - each candle is daily candle rather than hourly.
Can you comment as to whether this is a code-issue or server-issue? I am using a Demo account and I belive the only data available to me is that which is available on my broker server - is this correct?
Any documenation you could link or guidance you could provide would be greatly appreciated.