Hi All,

My strategy produces some data on each OnData update that I would like to download.  I have stored those data in a pandas.DataFrame. Once the backtest finished, I uses DataFrame.to_csv() method to store it on the disk.

My question is where can I find the saved file in the platform? And if this is not the right way to download the file, how should achieve my goal?

Many thanks in advance.

Xiaolei, 

Author