Gamestudio Links
Zorro Links
Newest Posts
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
folder management functions
by 7th_zorro. 04/15/24 10:10
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
LPDIRECT3DCUBETEXTUR
E9

by Ayumi. 04/12/24 11:00
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 04/11/24 14:56
SGT_FW
by Aku_Aku. 04/10/24 16:09
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (7th_zorro, Quad), 373 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
11honza11, ccorrea, sakolin, rajesh7827, juergen_wue
19045 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,978
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,978
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