Insights & News

Blog

Deep dives into AI trading, market analysis, and the future of DeFi.

Browse collections →
Filter by tag:
July 13, 2026
#volatility

Volatility Targeting and Trading with GARCH Forecasts

A GARCH volatility forecast is only worth something if it improves a trading decision. We build a volatility-targeted crypto strategy, evaluate forecast quality honestly, and compare GARCH against realized-vol and EWMA baselines in a walk-forward backtest.

#volatility#GARCH#volatility-targeting
Read Article →
July 10, 2026
#volatility

GARCH(1,1): Forecasting Crypto Volatility

How the GARCH(1,1) model captures volatility clustering in crypto, how to fit it by maximum likelihood with the arch library, and how to turn conditional-variance forecasts into position sizing and dynamic stops.

#volatility#GARCH#risk
Read Article →
July 9, 2026
#algotrading

The Honest Negative: Tens of Thousands of Backtests, Five Majors, No Robust Edge

The capstone of the search-and-overfit arc, and it ends in a negative result — the correct one. A single-symbol dual-timeframe search on ETHUSDT found a config worth +16.35% out-of-sample and +2.62% on an untouched holdout; the Deflated Sharpe Ratio, accounting for ~37,000 trials, deflated it to 0.00. A cross-instrument pass over five majors (ETH/BTC/SOL/BNB/XRP, ~1.18M 1m bars each), selecting by median out-of-sample, kills it for good: dual DSR 0.24 / PBO 0.264, triple DSR 0.14 / PBO 0.327 — both fail the gates. The champion is profitable on 1 of 5 symbols and negative on the rest. This is what the anti-overfit apparatus is for: to stop you from shipping the best of noise as alpha.

#algotrading#backtest#overfitting
Read Article →
July 8, 2026
#algotrading

Proving No Look-Ahead in Multi-Timeframe Backtests: Perturb the Future, Prove the Past Can't See It

Multi-timeframe backtests leak the future through a forming higher-timeframe bar whose final close does not exist yet. You cannot code-review your way to confidence — you have to test it. We reproduce the live bot's closed-bar rule exactly, then prove no leakage with a shifted-future probe: perturb every future bar and assert every past signal and trade is bitwise unchanged. 25/25 parity checks, and the probe has teeth.

#algotrading#backtest#look-ahead bias
Read Article →