To say i only trade SPY
and SVXY
, for a completed back test, is it possible to check returns for each stock individually?
returns = bt.daily_performance.returns
pf.timeseries.cum_returns(returns).plot();
How to generate returns for each traded stocks? Any advise?