A production-ready high-frequency trading system for cryptocurrency markets written in C++.
- Real-time market data processing via WebSocket
- Market making strategy
- Robust logging with spdlog
- Configuration management
- Performance monitoring
- Thread-safe design
- C++17 compatible compiler
- CMake 3.10+
- Boost libraries
- spdlog
- nlohmann/json
- WebSocket++
mkdir build
cd build
cmake ..
make