Building a High-Performance C++ Backtesting Framework
12 points by CrazyTomato 6 days ago | 2 comments

jimaway123 2 hours ago
Can anyone comment on the suitability of databases of any kind as the data source for running a "high frequency trading" backtest? The fact that the market data ticks are in a database doesn't seem that helpful, given that the order book state needs to be built up by processing all previous ticks since market open anyway.
reply
westurner 34 minutes ago
paperswithbacktest/awesome-systematic-trading only mentions c++ twice: https://github.com/paperswithbacktest/awesome-systematic-tra...

pwb-alphaevolve: https://github.com/paperswithbacktest/pwb-alphaevolve

backtesting > C++ GitHub Topics https://github.com/topics/backtesting?l=c%2B%2B

reply