Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 380 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 380 Bytes

Trading Simulator

This project is a simulator for a trading system, consisting of an exchange's matching engine, automated trading bots and real time plotter of (fake) market data.

Written in C++20 and Python.

Sample output:

Trading Simulator

Dependencies

dnf install cmake gcc python3-pandas

Building

mkdir build cmake --build build