Overview: In this tutorial, we're going to be discussing how to build our own backtesting engine using the Numpy and Pandas library. We are then going to backtest a simple sector momentum strategy and plot the performance and weights over time. Generally, there are two ways to go about building a backtesting engine. The first …