Show HN: Kronos – Type-safe trading framework in Go with terminal UI
1 points
1 hour ago
| 0 comments
| github.com
| HN
I built Kronos because existing algo trading frameworks lack type safety and require rewriting strategies for different exchanges.

Kronos is an opinionated framework in Go (think Laravel/Spring for trading). Write your strategy once, run it in backtest, paper, or live with zero code changes.

Key features: - Type-safe (catch errors at compile time) - Exchange-agnostic (same strategy works on Hyperliquid, Binance, etc.) - Real-time orderbook visualization in terminal - Handles WebSocket management, order routing, position tracking

Currently supports Hyperliquid, adding more exchanges soon.

Looking for feedback from traders and quants. What features would be most valuable?

No one has commented on this post.