Analysis & Historical Data
Loading...
View Live Dashboard → View on GitHub →LFT2 is a low-frequency algorithmic trading system combining constexpr C++26 strategy logic with Go-based API interactions and FIX 5.0 SP2 protocol messages.
Build System:
• cmake — compiles all C++ strategy modules into build/
• GNU make — sequences modules in the correct order for live trading and backtest pipelines
Pipeline (make, runs hourly via CI):
fetch → filter → backtest → entries → exits → account → execute
Module Languages:
• Go — account, fetch, filter, execute (Alpaca API)
• C++26 — backtest, entries, exits (constexpr strategy logic, FIX 5.0 SP2 messages)
Tech Stack: Loading...