Introduction
Check code in https://github.com/Neyt/How-to-start-being-a-quant/blob/main/backtest.ipynb
Backtesting is the heart of algorithmic trading. For any trader looking to automate their strategy, it is imperative to treat backtesting not as a shortcut to quick profits but as an experiment rooted in rigorous analysis. In this guide, we’ll walk throu…