Hi,

I am running LEAN within a docker container. I am working in Python.

I am wondering if there is a simple way to execute the plot of the strategy equity graph (or alphas, daily performance..) in a window from the "OnEndOfAlgorithm" function without using the generated json result file.

Thanks,

Author