exporting all the detailed data

Posted By: daan

exporting all the detailed data - 07/25/20 23:43

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.
Posted By: dr_panther

Re: exporting all the detailed data - 07/26/20 09:18

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.
Posted By: daan

Re: exporting all the detailed data - 07/27/20 14:25

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!
© 2024 lite-C Forums