Jan 2026
C++ Strategy Backtester
Backtests historical data on trading strategies using technical indicators.
This project was made as part of a school assignment to make any C++ system following OOP principals. The system loads data from a csv file and performs trades based on user-set technical indicators. It also supports trading on multiple symbols concurrently. Other settings like initial capital, commision, start data, etc. can be set.