Gamestudio Links
Zorro Links
Newest Posts
folder management functions
by 7th_zorro. 04/16/24 13:19
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
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
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (Ayumi, Quad, rki, 7th_zorro), 482 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
A couple of question from a newbie #447140
11/19/14 21:49
11/19/14 21:49
Joined: Oct 2014
Posts: 3
Italy
D
Daltanious Offline OP
Guest
Daltanious  Offline OP
Guest
D

Joined: Oct 2014
Posts: 3
Italy
Hello,

I lurked enough in the past months and now I would like to approach the Zorro trading platform in order to develop my own strategies. Before put more efforts on the translation from the actual trading software I use (mainly MQL code written by me) I would like to know the "official" answers to a couple of questions that are blocking me.

1) In my tests I use Dukascopy's historical data. I already downloaded, verified and "adjusted" historical data for various instruments... with Zorro will I be able to use my own custom historical data?

2) Is the historical data format used by Zorro documented?
Will I be able to use (even with a conversion if necessary) my own tick data (or timeframe data) in a format usable in Zorro?


In more general terms: I need the complete and absolute control over the historical data that will be used by Zorro in the backtests... is that possible?


Thank you in advance!

laugh

Re: A couple of question from a newbie [Re: Daltanious] #447243
11/28/14 10:24
11/28/14 10:24
Joined: Apr 2014
Posts: 482
Sydney, Australia
B
boatman Offline
Senior Member
boatman  Offline
Senior Member
B

Joined: Apr 2014
Posts: 482
Sydney, Australia
Hi Daltanious

You'll be able to convert your historical data into Zorro's format. See the Convert.c file that comes with Zorro. There is also a page in the manual that addresses this - serach for 'Data import / export'. This page also describes the data format used by Zorro.

I'm not sure what you mean by 'complete and absolute control' - if you mean simply specifying which dates to run the test on, then yes, this is very easy to do via the 'StartDate' and 'EndDate' functions. If you want to use your own data, simply convert it to Zorro's format and place it in the History folder, replacing whatever is already there.

Welcome to Zorro - if you've been coding in MQL, you're going to love it here.

Re: A couple of question from a newbie [Re: boatman] #447248
11/28/14 11:15
11/28/14 11:15
Joined: Oct 2014
Posts: 3
Italy
D
Daltanious Offline OP
Guest
Daltanious  Offline OP
Guest
D

Joined: Oct 2014
Posts: 3
Italy
Hi boatman,

thank you for your tips! I will read those points very carefully.

"complete and absolute control" point to the fact that I have downloaded and validated my historical data from Dukascopy, I have no problem to create historical data for the various time-frames or adding a fixed or variable spread.

Another little question... does Zorro allows tick-by tick back-tests? As far as I know the answer is no (not a big problem to be honest).






Last edited by Daltanious; 11/28/14 15:56.
Re: A couple of question from a newbie [Re: Daltanious] #447280
12/01/14 16:51
12/01/14 16:51
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
No, the current Zorro version comes with M1 data. Supplying and interpreting tick data is theoretically possible and planned, but with low priority at this time.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1