My Quant Model Had 5 Silent Data Bugs. The Backtest Looked Great.

My V4 trading system used 11 data sources: price data, funding rates, open interest, institutional long/short ratio, liquidation data, fear & greed index, CVD, and more. The backtest results looked solid. Win rates above 80%. Drawdown under 15%. Then I audited the code line by line. What I found made me rebuild the entire system from scratch. Bug 1: The Fear & Greed index was always 50 The Alternative.me API returns data in this format: ...

March 13, 2026 Â· 4 min

How I Audit a Live Quant System (And What I Found Today)

Most people running a quant system worry about one thing: does the model predict correctly? That’s maybe 30% of the problem. Today I ran a full audit on my BTC and XRP live strategies. Found two serious issues. One system got suspended. Here’s exactly what I checked and what broke. The 4-Dimension Audit Framework After running live for a few days, I realized I needed a structured way to verify the full pipeline — not just “is the model loaded correctly.” ...

March 12, 2026 Â· 4 min

Day 1: Three Crypto Quant Strategies Live. Here's Everything.

Today I pushed three live trading scripts to production. BTC, ETH, SOL. All running simultaneously. 15-minute signals. 10x leverage. Pyramid position sizing up to 5 layers. This is the deployment story. Background I’ve been building this system for months. The short version: Trained LightGBM models on 70 features per symbol Backtested with realistic fees (0.035% with 30% rebate) Ran 70-point audit checks on the live script before touching real money Results: SOL 64% monthly, ETH 56% monthly, BTC 34% monthly (no compounding, $143/symbol) The longer version is in yesterday’s post. ...

March 11, 2026 Â· 4 min