
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 stringo
Can you please tell me what I’ve done wrong with this piece of code?
I assumed to see beginning and end date of history but I received this alert:
End=1970.01.01 00:00, Zero=1970.01.01 00:00, 0
I have history data in my History center from 2006.01.09 09:37 to 2006.07.26 21:13 for EUR/GBP pair and no data for other pairs. But in neither cases I receive reasonable data.
Hi,
because arrays are 0-based, the index: ArraySize(Time1m) does not exist.
You probably needed: ArraySize(Time1m) - 1
But that solves only one part of the puzzle.
Cheers!
Max