I seem to be able to view the detailed results of my full backtest and write a limited amount of log info, but what I would really like to do is download all those stats and trade blotters into excel or pandas so that I can compile them offline and figure out what my algo is doing right and wrong, e.g. by side-by-side comparisons of runs.
Is that not possible to do, or am I just missing something obvious? I do not see a "download output data" button on the full backtest results (using Chrome on Windows). Is there some way my running program can download (or say upload to dropbox) statistics that it compile while running (i'm guessing the answer to that is no because it would allow scrapers to steal data feeds).
But at least I'd like to download detailed results.
- Axe