Commit Graph

5 Commits

Author SHA1 Message Date
nicolas 2a502c666e docs: update README with disclaimer and contact; cleanup: remove compare_enum.py 2026-06-04 10:50:40 -03:00
nicolas 40d734b146 docs: update README with disclaimer and contact information 2026-06-04 10:41:19 -03:00
nicolas b714ac132e perf: replace SPSC signal queue with per-executor atomic slot delivery 2026-05-28 22:15:59 -03:00
nicolas f2c50b37ea docs: update README to reflect single-binary architecture and current config 2026-05-28 20:50:03 -03:00
nicolas 2a82086683 Add initial triangular arbitrage bot
Two-process architecture: a C17 fused engine (WebSocket order book
mirror, triangle enumeration, real-time profitability evaluation)
communicating via Unix domain socket to a Python 3 executor (order
placement with paper/live trading modes, REST control API).
Targets KuCoin spot market.
2026-05-24 16:12:04 -03:00