Hi,

I would like to have live reports while the backtesting is running locally on my computer, but on MacOS the desktop handler is not working.

As workaround I created a HTTPBacktestingResultHandler which exposes Chart as JSON, and I implemented a basic chart in HTML that I browse while the backtests are running.

I would like to know what are your suggestions for Mac users in order of having reports, rather than implementing my own.

Here is a screenshot of my implementation

 

Thanks

Author