Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.37 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.37 KB

CamCapital

Personal Project that implements a variety of HFT strategies in C++

This is still very much a work in progress. I hope to continue development into the future, adding more strategies, perhaps a dashboard of some kind, and importantly, the ability to trade via the FIX protocol.

Exchange: FTX.us

OS: Ubuntu Linux

Dependencies (Thus Far):

  • Boost
  • Poco
  • Fix8

Resources Used:


Example of Pseudo-Market-Making (BCH/USD)... without actually trading... and if there was 0 latency... and takers for all my orders:

  • This is using realtime data from FTX using a websocket, and conducting realtime analysis to determine profitable trades.