Gamestudio Links
Zorro Links
Newest Posts
Blobsculptor tools and objects download here
by NeoDumont. 03/28/24 03:01
Issue with Multi-Core WFO Training
by aliswee. 03/24/24 20:20
Why Zorro supports up to 72 cores?
by Edgar_Herrera. 03/23/24 21:41
Zorro Trader GPT
by TipmyPip. 03/06/24 09:27
VSCode instead of SED
by 3run. 03/01/24 19:06
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (degenerate_762), 1,098 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sakolin, rajesh7827, juergen_wue, NITRO_FOREVER, jack0roses
19043 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
FXCM and Zorro Algo Integration – Q&A #473884
08/24/18 15:01
08/24/18 15:01
Joined: Oct 2013
Posts: 15
New York
Jason_Rogers Offline OP
Newbie
Jason_Rogers  Offline OP
Newbie

Joined: Oct 2013
Posts: 15
New York
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

Re: FXCM and Zorro Algo Integration – Q&A [Re: Jason_Rogers] #473885
08/24/18 18:04
08/24/18 18:04
Joined: Feb 2015
Posts: 652
Milano, Italy
M
MatPed Offline
User
MatPed  Offline
User
M

Joined: Feb 2015
Posts: 652
Milano, Italy
Great initiative. I hope it will not be "only marketing..."

Re: FXCM and Zorro Algo Integration – Q&A [Re: MatPed] #473889
08/24/18 20:45
08/24/18 20:45
Joined: Oct 2013
Posts: 15
New York
Jason_Rogers Offline OP
Newbie
Jason_Rogers  Offline OP
Newbie

Joined: Oct 2013
Posts: 15
New York
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

Re: FXCM and Zorro Algo Integration – Q&A [Re: Jason_Rogers] #474276
10/03/18 21:21
10/03/18 21:21
Joined: Feb 2018
Posts: 236
Italy
tradingest Offline
Member
tradingest  Offline
Member

Joined: Feb 2018
Posts: 236
Italy
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

Re: FXCM and Zorro Algo Integration – Q&A [Re: tradingest] #474277
10/03/18 22:10
10/03/18 22:10
Joined: Oct 2013
Posts: 15
New York
Jason_Rogers Offline OP
Newbie
Jason_Rogers  Offline OP
Newbie

Joined: Oct 2013
Posts: 15
New York
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

Re: FXCM and Zorro Algo Integration – Q&A [Re: Jason_Rogers] #474278
10/04/18 06:26
10/04/18 06:26
Joined: Feb 2018
Posts: 236
Italy
tradingest Offline
Member
tradingest  Offline
Member

Joined: Feb 2018
Posts: 236
Italy
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();
}


Re: FXCM and Zorro Algo Integration – Q&A [Re: tradingest] #474298
10/04/18 20:15
10/04/18 20:15
Joined: Feb 2018
Posts: 236
Italy
tradingest Offline
Member
tradingest  Offline
Member

Joined: Feb 2018
Posts: 236
Italy
Hi Jason,

have you news about my question?

Re: FXCM and Zorro Algo Integration – Q&A [Re: tradingest] #474317
10/05/18 20:24
10/05/18 20:24
Joined: Oct 2013
Posts: 15
New York
Jason_Rogers Offline OP
Newbie
Jason_Rogers  Offline OP
Newbie

Joined: Oct 2013
Posts: 15
New York
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

Re: FXCM and Zorro Algo Integration – Q&A [Re: Jason_Rogers] #474323
10/06/18 12:36
10/06/18 12:36
Joined: Feb 2018
Posts: 236
Italy
tradingest Offline
Member
tradingest  Offline
Member

Joined: Feb 2018
Posts: 236
Italy
sorry but this topic is not good...what you support? The link on the manual?

Re: FXCM and Zorro Algo Integration – Q&A [Re: tradingest] #474362
10/09/18 07:06
10/09/18 07:06
Joined: Jul 2000
Posts: 27,977
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,977
Frankfurt
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.


Moderated by  Petra 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1