Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (TipmyPip, AndrewAMD), 1,151 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
exporting all the detailed data #480931
07/25/20 23:43
07/25/20 23:43
Joined: Jul 2020
Posts: 11
D
daan Offline OP
Newbie
daan  Offline OP
Newbie
D

Joined: Jul 2020
Posts: 11
Hey everyone. sorry for the newbie question.
Is there a way to export all the trade details like transaction cost and like everything to a csv or anyother file?
so maybe then we can use it with pyfolio and analyzer libs like that.
thanks.

Re: exporting all the detailed data [Re: daan] #480940
07/26/20 09:18
07/26/20 09:18
Joined: Aug 2016
Posts: 65
D
dr_panther Offline
Junior Member
dr_panther  Offline
Junior Member
D

Joined: Aug 2016
Posts: 65
Yes.

There are extensive logs, which will show you the details you mentioned, this can be parsed. To generate the files you need to set the correct Parameter, eg. (set(LOGFILE|PLOTNOW|BALANCE);)
You also can write your own csv.

Have a look at https://www.zorro-trader.com/manual/en/fortrades.htm and the c:\Zorro\include\variables.c file for a overview of which variables are available.

Re: exporting all the detailed data [Re: dr_panther] #480960
07/27/20 14:25
07/27/20 14:25
Joined: Jul 2020
Posts: 11
D
daan Offline OP
Newbie
daan  Offline OP
Newbie
D

Joined: Jul 2020
Posts: 11
Originally Posted by dr_panther
Yes.

There are extensive logs, which will show you the details you mentioned, this can be parsed. To generate the files you need to set the correct Parameter, eg. (set(LOGFILE|PLOTNOW|BALANCE);)
You also can write your own csv.

Have a look at https://www.zorro-trader.com/manual/en/fortrades.htm and the c:\Zorro\include\variables.c file for a overview of which variables are available.

thank you!


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1