blog.mathquant.com
Event-Driven Backtesting with Python - Part IV
The discussion of the event-driven backtesting implementation has previously considered the event-loop, the event class hierarchy and the data handling component. In this article a Strategy class h…