Description
Backtesting that respects Hyperliquid’s actual execution order.
A Python/Polars engine that replicates HyperCore’s three block-priority tiers (non-GTC/IOC -> cancels -> GTC/IOC) and hourly funding, instead of the price-time model of a centralized exchange. If you backtest a Hyperliquid strategy with CEX-style logic, your live results won’t match — this is exactly what it fixes.
Requirements: Python 3.x + Polars. Bring your own input data (Parquet).
Status: 3/3 tests passing.
Honest note: this is a simulation engine, not a bot. It doesn’t trade or send orders.

Reviews
There are no reviews yet.