I am trying to export curves from each training run into csv.
The manual states that when curves are set up equity curves of all optimize parameter variants are exported.

I tried following:

set(LOGFILE+PARAMETERS);
Curves="C:\Program Files\Zorro\Log\test.csv"

When I train the strategy a test.csv file is created but only nonsensical results (the file only shows strange symbols) are shown.

Could anyone advise on how to properly do it?