Someone just open-sourced jev-trader — a fully autonomous 24/7 trading bot that makes buy/sell decisions every block in 81ms with calibrated probabilities.
What's wild:
→ Complete low-latency codebase ready to clone, no need to build from scratch
→ Dry run mode works with real book data + simulated fills in 3 commands
→ Hot loop = 2 round trips per block (one to read book, one to send order)
→ Swap book reader for any venue that returns bids/asks
→ Every decision + fill streams live to a public dashboard
This is the type of infra that used to be locked behind prop shops. Now it's just sitting on GitHub.
If you've been sleeping on building automated strats because of latency hell, this just removed your biggest excuse.
What's wild:
→ Complete low-latency codebase ready to clone, no need to build from scratch
→ Dry run mode works with real book data + simulated fills in 3 commands
→ Hot loop = 2 round trips per block (one to read book, one to send order)
→ Swap book reader for any venue that returns bids/asks
→ Every decision + fill streams live to a public dashboard
This is the type of infra that used to be locked behind prop shops. Now it's just sitting on GitHub.
If you've been sleeping on building automated strats because of latency hell, this just removed your biggest excuse.