Python-based Backtester
- 1 Devlogs
- 2 Total hours
A script to test the efficacy of a financial model against historical data.
A script to test the efficacy of a financial model against historical data.
I finished the stock and option pricing fetching functions which will eventually build the foundations for the actual backtesting engine. Next to do is normalise the data for ease of reading, then create the Heston model from scratch within python 