UoB-DSMP-2023-24 / dsmp-2024-group-ol2

dsmp-2024-group-ol2 created by GitHub Classroom
0 stars 0 forks source link

Basic Trading Simulator with a simple strategy. #75

Closed JackDI1 closed 4 months ago

JackDI1 commented 4 months ago

This simulator is similar to a simple paper trading simulator in that the trades are assumed to have no impact on the data. At the moment, the trades are only made on the level one bids and asks.

The simulator calls a predictive model as an argument so it should be easy enough to modify the code to work with any other model. It is currently using a Dummy regressor.