|
|
|
Show HN: Kronos – Type-safe trading framework in Go with terminal UI
(github.com)
|
|
1 points
by lkwtsn
200 days ago
|
|
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? |
|