A modular Python backtesting system for evaluating trading strategies on historical market data. This project demonstrates object-oriented design, immutable dataclasses, mutable order management, ...
This backtesting suite is based on a guide written by Quantstart's Michael Halls-Moore on how to write an event-driven backtester. Improvements to the code in the guide made by Douglas Denhartog has ...