Additionally, I wanted to report that it seems to not be honoring the NumYears setting. In trying this again, I can see that it downloads the entire 2013 (backwards from present to Jan 1st). But then it stops and doesn't try the prior years.
Here is the script I'm using:
function run()
{
NumYears = 3;
while(loop("NZD/USD"))
{
loadHistory(Loop1,1);
}
}
EDIT: if I force the range with
StartDate = 20120101;
EndDate = 20121231;
then it downloads "something" but only a very small amount.
Could this issue be that FXCM doesn't provide comprehensive data on NZD/USD? or do you think this is some other glitch? Is there a way to turn on a debug to see what data it is actually getting and/or any messages from FXCM?
Thanks