Hi Dalla,

thanks that's of great help. I haven't realised that it's binary.

So with the code snippet I can ready the end values from the binary file into Zorro.

My goal is to get a pnl.csv file similar to the one created during the test run.

For getting the daily balances I can simply run a loop from 0 to (num-1) and print the profit to a csv.

But how can I access the date column in the binary file?

Thanks.