This repository contains a trading bot developed using C++. The bot can read historical market data, simulate trading strategies, and manage a virtual wallet.
- CSV Data Reading: Reads and parses market data from CSV files.
- Trading Bot Logic: Implements trading strategies for buying and selling.
- Order Book Management: Maintains and updates the order book.
- Virtual Wallet: Tracks funds and transactions.
- Simulation: Runs trading simulations on historical data.