ranaroussi / quantstats

Portfolio analytics for quants, written in Python
Apache License 2.0
4.73k stars 827 forks source link

Change Reports Strategy tittle #286

Closed githilman closed 1 year ago

githilman commented 1 year ago

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!

seekincs commented 1 year ago

To do that, you can pass the strategy_title parameter:

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