Skip to content

mlopez6132/c-_hft_algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HFT Crypto Trading System

A production-ready high-frequency trading system for cryptocurrency markets written in C++.

Features

  • Real-time market data processing via WebSocket
  • Market making strategy
  • Robust logging with spdlog
  • Configuration management
  • Performance monitoring
  • Thread-safe design

Prerequisites

  • C++17 compatible compiler
  • CMake 3.10+
  • Boost libraries
  • spdlog
  • nlohmann/json
  • WebSocket++

Building

mkdir build
cd build
cmake ..
make

About

High Frequency Trading Algorithm using Low-Level-Language for Cryptocurrency

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published