Knowledge Base

Research & Insights

Technical deep dives into crypto market microstructure, orderbook analysis, and quantitative research. Built for quants, by quants.

Quantitative Research14 min read

Does Orderbook Imbalance Predict Crypto Returns? A 24-Asset Rank-IC Study

We measured the rank-IC of Level-2 orderbook imbalance against forward returns across 24 Hyperliquid assets and four horizons. Real numbers: BTC +0.113 at 1 minute, decaying to noise by 1 hour — proof the signal lives in high-frequency depth.

July 2, 2026Read Article
Backtesting9 min read

Crypto Backtesting Explained: What a Backtest Reveals (and the Data It Needs)

What a backtest actually reveals about a strategy — and what it hides. The metrics that matter, why Level 2 depth separates a realistic backtest from a fantasy, plus a live interactive backtester.

June 21, 2026Read Article
Data Sourcing9 min read

Hyperliquid Historical Orderbook Data: How to Get L2 Depth

Hyperliquid has no ready-made historical L2 API. Compare the native /info endpoint, raw node archives, and ready-to-use datasets — with Python to load and analyze depth.

June 21, 2026Read Article
Quantitative Research10 min read

Crypto Slippage Calculation in Python with L2 Orderbook Data

Stop relying on OHLCV. Calculate realistic slippage and VWAP in Python backtesting by sweeping Level 2 crypto orderbook depth for any order size.

February 10, 2026Read Article
Market Microstructure8 min read

Why OHLCV Models Fail: Estimating Slippage with DEX L2 Data

Traditional OHLCV candles create an illusion of liquidity. Learn how Level 2 orderbook depth data reveals true execution costs and helps build more robust backtesting frameworks.

December 15, 2025Read Article
Quantitative Research12 min read

Orderbook Imbalance Signals: A Statistical Primer for Crypto Quants

A deep dive into bid-ask imbalance ratios, depth-weighted pressure indicators, and how to extract predictive alpha signals from Level 2 orderbook snapshots.

November 28, 2025Read Article
Data Engineering6 min read

DuckDB vs Pandas for Large-Scale Orderbook Analysis

Benchmark comparison of DuckDB SQL and Pandas for processing millions of orderbook depth rows. Query performance, memory usage, and real-world workflow examples.

November 10, 2025Read Article