Hi!

I did my best to make sure that my question was not already answered in the other threads. Sorry if that is the case and I failed at finding it.

I got LEAN building and executing in VS Code (on Windows 10) with both C# and Python debugging working, relatively easily. I am now wondering if after a backtest with local data, LEAN (the VS solution) can produce an output/backtest results in a HTML page, or something with graphics, instead of a console printout only.

In the config.json file, I've seen that you can change some classes for many stages of the algorithm. Wondering if one such change could make the magic happen :), or anything else (parameter passing for instance)?

Thanks!

Fred

P.S. Btw, LEAN is very impressive work.