ranaroussi/quantstats

Change Reports Strategy tittle

githilman opened this issue · 1 comments

Can we change the strategy title from the chart and the reports? I think it's a little bit confusing when we generate a lot of report benchmarks when the title is called only "strategy". Thanks!

To do that, you can pass the strategy_title parameter:

qs.reports.html(returns=stock, benchmark="SPY", strategy_title='META')