Course Name: Backtesting Trading Strategies, Section No: 5, Unit No: 10, Unit type: Notebook
Hi, at the end of the notebook the result of the backtest the strategy's return is 0.69, but it is expressed as 0.69%. If it was a percentage, would it be 69%?
print(f'Total strategy returns: {strategy_returns.sum():.2f} %')
Thanks in advance.