FXCM and Zorro Algo Integration – Q&A

Posted By: Jason_Rogers

FXCM and Zorro Algo Integration – Q&A - 08/24/18 15:01

This thread is for any issues/questions/comments/etc in regards to using FXCM with Zorro. Let us know how we can help!

-FXCM API Support
Posted By: MatPed

Re: FXCM and Zorro Algo Integration – Q&A - 08/24/18 18:04

Great initiative. I hope it will not be "only marketing..."
Posted By: Jason_Rogers

Re: FXCM and Zorro Algo Integration – Q&A - 08/24/18 20:45

Thanks, MatPed! We are here to help with your trading. Let us know what help you need with market data, technical questions, strategies setup, etc.

-FXCM API Support
Posted By: tradingest

Re: FXCM and Zorro Algo Integration – Q&A - 10/03/18 21:21

great

I downloaded all data from FXCM but I want obtain the data in the italian hours. Is it possible? The data downloaded is different from FXCM chart
Posted By: Jason_Rogers

Re: FXCM and Zorro Algo Integration – Q&A - 10/03/18 22:10

Tradingest, are you referring to price data? If so yes that is possible. What program are you presently using to download the data?

-FXCM API Support
Posted By: tradingest

Re: FXCM and Zorro Algo Integration – Q&A - 10/04/18 06:26

Originally Posted By: Jason_Rogers
Tradingest, are you referring to price data? If so yes that is possible. What program are you presently using to download the data?

-FXCM API Support


I use this script using Zorro to download the data
Code:
// Update M1 price history of all assets
function run()
{
  NumYears = 9;
  while(loop(Assets))
    assetHistory(Loop1,1);
  quit();
}

Posted By: tradingest

Re: FXCM and Zorro Algo Integration – Q&A - 10/04/18 20:15

Hi Jason,

have you news about my question?
Posted By: Jason_Rogers

Re: FXCM and Zorro Algo Integration – Q&A - 10/05/18 20:24

After some research unfortunately we have not found a way to change the timezone using the Zorro script.
However you can download the data in excel/csv format using the FXCM native platform in your local timezone and potentially import it to Zorro (seems possible reading through this thread http://zorro-project.com/manual/en/data.htm)

-FXCM API Support
Posted By: tradingest

Re: FXCM and Zorro Algo Integration – Q&A - 10/06/18 12:36

sorry but this topic is not good...what you support? The link on the manual?
Posted By: jcl

Re: FXCM and Zorro Algo Integration – Q&A - 10/09/18 07:06

This is a matter of postprocessing data, so FXCM cannot solve it on their side. Download the data in UTC, then write a tiny script to add the time zond offset to the timestamps. Don`t forget DST.
© 2024 lite-C Forums