Thank you Johann
in that case I would like to try the 3rd party charting software. It looks like I will need to export from Zorro separate 3 csv files. Can I clarify if the following functions wil do the job?
- for asset price history: CSVExport.c or CSVFromHistory? I have not really understtod the differenece between these 2 and also have not found any example in the manual.
- trade list: testtrades.csv
- indicators: print(TO_CSV,...)

Or could just one function print(TO_CSV,...) be enough to export underlying asset price history (OHLC), list of trades and corresponding indicators values?

Thx for recommendation. I rather ask before I start this time consuming project.