Crypto desk · mid-frequency

Signal over speed.

HFT needs co-location and microseconds. Mid-frequency crypto — minutes to days — is playable from a laptop. What matters is signal quality and risk control, not latency. The sweet spot for predictive edge sits at a 0.2–0.4 hit-rate, not the highest-probability bets.

// PRICE × VOLUME HEATMAPtile size = 24h volume · color = % change
106
scale:
-5%
-3%
-1%
0%
+1%
+3%
+5%
// Playbook

Three strategies that survive contact with reality.

SMA(20) × SMA(50)
1 · Trend-following

The trend is your friend.

Short SMA crosses long SMA — go with the direction. Rebalance daily or weekly on hourly bars of liquid pairs like BTC/USDT and ETH/USDT. Boring, cheap, works when markets move.

Bollinger ±2σ
2 · Mean-reversion

What stretches, snaps back.

Bollinger touch on the lower band → buy; upper band → sell. Best in ranging regimes, worst in one-way trends — so gate it with a regime filter.

z-score · ADF test
3 · Statistical arbitrage

Bet the relationship, not the direction.

Find two cointegrated assets (BTC/ETH, SOL/AVAX). Model the spread, z-score it, short the winner and long the loser when it stretches past ±2. Close near zero. Cointegration — not correlation — is the test that matters (ADF on the spread).

// 12-pair crypto backtest · ~2.6 years · out-of-sample
StrategyNet SharpeAnn. returnTurnover / yr
Short-term reversal1.77+36.6%~89x
Long-term momentum1.32+29.1%~18x
Mixed (equal-vol)2.52+40.1%
// Interactive

Pairs trading, live.

A synthetic BTC/ETH spread with rolling z-score. Move the entry threshold — watch trade count and simulated PnL respond. Same mechanic Intellitrade runs on real pairs.

// BTC × ETH pairs demo · synthetic
Prices (scaled)BTC · ETH
Spread z-scoreentry ±2.0 · exit ±0.3
Simulated equity curve
trades signaled: 19final PnL: +1588
▸ synthetic cointegrated series · window 40 · exit near mean · no fees modeled
// Risks

The four things that kill quant books.

Relationships break.

In crashes everything correlates to 1. A stat-arb book without a kill switch is a directional bet in disguise.

Parameters are fragile.

Lookbacks and thresholds swing PnL. Walk-forward validate. Refuse a strategy that only works on one seed.

Costs eat everything.

A +21% strategy at zero fees turned −14% with 2 bps maker fees. Model realistic costs before you get excited.

Concentration cuts both ways.

Concentrated strategies beat diversified ones 4× — and blow up harder. Size like you might be wrong.

Run these signals, not screenshots.

Intellitrade wires crypto data, cointegration tests, and analyst books into one terminal. Paper-trade for six months, then keep what earned its cost.