Gamestudio Links
Zorro Links
Newest Posts
M1 Oversampling
by Petra. 04/24/24 10:34
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Data from CSV not parsed correctly
by EternallyCurious. 04/20/24 21:39
Scripts not found
by juergen_wue. 04/20/24 18:51
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
folder management functions
by VoroneTZ. 04/17/24 06:52
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
5 registered members (Petra, AndrewAMD, Quad, VoroneTZ, 1 invisible), 488 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mega_Rod, EternallyCurious, howardR, 11honza11, ccorrea
19048 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
Importing Dukascopy Historical data into zorro #463264
11/24/16 16:53
11/24/16 16:53
Joined: Nov 2016
Posts: 17
Spain
Repilado Offline OP
Newbie
Repilado  Offline OP
Newbie

Joined: Nov 2016
Posts: 17
Spain
Hi everyone,

I would appreciate if anyone could explain me how to import historical data into zorro. I have historical data from Tick data downloader (strategy quant).

Thanks in advance!

Re: Importing Dukascopy Historical data into zorro [Re: Repilado] #463265
11/24/16 18:31
11/24/16 18:31
Joined: Nov 2016
Posts: 17
Spain
Repilado Offline OP
Newbie
Repilado  Offline OP
Newbie

Joined: Nov 2016
Posts: 17
Spain
I have put the csv file in the history folder and I have put the file directory:

string InName = "History\EURUSD_H1.csv"; // name of the CSV file


But it doesn't work coudl anyone help me? thanks in advance

Re: Importing Dukascopy Historical data into zorro [Re: Repilado] #463311
11/27/16 19:05
11/27/16 19:05
Joined: May 2016
Posts: 180
Prague
pcz Offline
Member
pcz  Offline
Member

Joined: May 2016
Posts: 180
Prague
Repilado: Hello, I described the process in this post: http://www.opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=459580#Post459580

I'm currently trying to update the python code and create a bash script for batch conversion into .t6 format. Hopefully I'll update the relevant thread with the new scripts soon.

Re: Importing Dukascopy Historical data into zorro [Re: pcz] #463327
11/28/16 13:10
11/28/16 13:10
Joined: Nov 2016
Posts: 17
Spain
Repilado Offline OP
Newbie
Repilado  Offline OP
Newbie

Joined: Nov 2016
Posts: 17
Spain
Thanks a lot pcz I have read your post and I found it extremely useful. You use Strategy Quant to download data but it is not possible to download de bid and ask prices. It is due to the fact that I have the free version of Tickdata?

Thanks in advance pcz,

Re: Importing Dukascopy Historical data into zorro [Re: Repilado] #463331
11/28/16 15:04
11/28/16 15:04
Joined: May 2016
Posts: 180
Prague
pcz Offline
Member
pcz  Offline
Member

Joined: May 2016
Posts: 180
Prague
I've used only SQ Tick Downloader (which is free) so I have no experience with SQ itself but the trial should have all the features of the full version. The only difference is that you can use it only while connected to the Internet.

Re: Importing Dukascopy Historical data into zorro [Re: pcz] #463333
11/28/16 15:46
11/28/16 15:46
Joined: Nov 2016
Posts: 17
Spain
Repilado Offline OP
Newbie
Repilado  Offline OP
Newbie

Joined: Nov 2016
Posts: 17
Spain
Yes I was wrong in the previous answer I was downloading the 1H data, not tick data. Yes of course downloading tick data you have the following format: YYYY-MM-DD hh:mm:ss.fff,bid,ask,bidVol,askVol.

Thanks again for your help!

Re: Importing Dukascopy Historical data into zorro [Re: Repilado] #463338
11/28/16 20:14
11/28/16 20:14
Joined: Oct 2014
Posts: 42
DEVON
S
scotpip Offline
Newbie
scotpip  Offline
Newbie
S

Joined: Oct 2014
Posts: 42
DEVON
If you sign up with Dukas for a free demo, their JForex client has a very powerful historical data manager which allows you to download the tick data over any period or turn it into bars in virtually any format you require.

An 8 minute candle or a 27 tick bar? No problem, if you have the need :-)

You can also select from a variety of date formats, file formats etc.

A great service to the forex community.

Re: Importing Dukascopy Historical data into zorro [Re: scotpip] #463345
11/29/16 08:46
11/29/16 08:46
Joined: May 2016
Posts: 180
Prague
pcz Offline
Member
pcz  Offline
Member

Joined: May 2016
Posts: 180
Prague
scotpip: I've noticed that when downloading data via Dukascopy web interface with GMT set, there are different times for tick (or S1) and M1 data downloaded before DST change (i.e. in the first part of the year). I asked on Dukascopy forum but received no answer. Have you ever checked? Is it the same for JForex client?

For example:
- AUD/NZD tick data exported for 3.10.2016 start at 23:00 (on 2.10.) with ask price 1.05245
- AUD/NZD M1 data exported for 3.10.2016 start at 00:00 (on 3.10.) with open price 1.05245

Re: Importing Dukascopy Historical data into zorro [Re: pcz] #463350
11/29/16 11:18
11/29/16 11:18
Joined: Nov 2016
Posts: 17
Spain
Repilado Offline OP
Newbie
Repilado  Offline OP
Newbie

Joined: Nov 2016
Posts: 17
Spain
Thanks a lot scotpip for your help,

I have heard about it. Now I have been using it and it is right what pcz says about the web interface of Dukascopy. I don't know why it is happening, but I suppose that in JForex client you are going to have the same problem cause Dukascopy web interface is based on JForex. Correct me if I'm wrong.

Re: Importing Dukascopy Historical data into zorro [Re: Repilado] #463361
11/29/16 23:43
11/29/16 23:43
Joined: Oct 2014
Posts: 42
DEVON
S
scotpip Offline
Newbie
scotpip  Offline
Newbie
S

Joined: Oct 2014
Posts: 42
DEVON
Hi

First, I'd strongly recommend installing the Java JForex client - it's much more convenient than the web interface as you can select date ranges, as well as a number of different bar types, date formats, file formats etc. It only takes a couple of minutes to register.

Second, I don't use time based bars or ticks so I haven't come across the issue with DST. I understood that the downloaded data is normalised to GMT. If there is an issue, Dukas usually get around to answering on the forum but they can be a bit slow. Usually if you post something in the bug section it gets a quicker reply.

Please report back with anything you find out...

Page 1 of 2 1 2

Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1