I built my first crypto quant pipeline three years ago and burned a whole weekend chasing install errors before I ever saw a Sharpe number. This guide is the version I wish someone had handed me on day one — zero assumed knowledge, copy-paste-runnable code, and a working backtest before lunch. We will pull tick-level trades, L2 order-book snapshots, liquidations, and funding rates from Tardis.dev (the historical crypto market data relay that serves Binance, Bybit, OKX, and Deribit), ship them through HolySheep AI to Claude Opus 4.7, generate alpha factors, and run a vectorized backtest — all in one sitting.

What you will build

Prerequisites

Step 1 — Install packages and configure your keys

Open a terminal and run the following. The full install takes about twenty seconds on a clean machine.