Hi all,

I have a problem with the comparison of prices between the ones I have downloaded using Zorro from FXCM and the ones I actually see directly on FXCM.
In particular I am focus on the EUR/USD prices.

I have downloaded from FXCM the prices of the last 9 years using this script:

Code:
// Update M1 price history of all assets
function run()
{
  NumYears = 9;
  while(loop(Assets))
    assetHistory(Loop1,1);
  quit();
}



Unluckly, checking the correctness of the downloaded prices, I have noticed that comparing each price on a minute base, they do not match at all.
There is a huge difference between all the values.

Can you please help me to understand which could be the reasons of misalignment?



Thanks and regards,
Luca



Last edited by kerplunk1899; 10/02/18 22:49.