mhallsmoore / qstrader

QuantStart.com - QSTrader backtesting simulation engine.
https://www.quantstart.com/qstrader/
MIT License
2.93k stars 855 forks source link

Add filename to trigger save plot #195

Closed cg94301 closed 7 months ago

cg94301 commented 7 years ago

It seems that the filename parameter needs to be passed to plot_results call inside the save function to trigger saving of the plot.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 57.143% when pulling be902701c67ed2d49a6098023e49755904a0823d on cg94301:explore into 5f8d23accaa9bf49d2106c5928979d2b24ea9520 on mhallsmoore:master.

juliettejames commented 7 months ago

Thanks for getting in touch.

We have added this functionality to QSTrader v0.2.6. An optional filename string can be passed to the plot_results call. If passed, the tearsheet output will be saved.