Rust Backtester
Rust engine • Next.js UI

Rust Backtester

A chart-forward backtesting webapp with a robust Rust simulation engine (no lookahead, next-bar fills, costs, borrow/funding).

No lookaheadNext-bar executionCosts + slippageBorrow/funding carryAdjusted prices toggleReproducible configsRust engine

Strategy Gallery

A) Trend — MA Crossover
Classic trend-following: fast MA vs slow MA.
B) Mean Reversion — Z-score Bands
Bollinger-like mean reversion using rolling z-score.
C) Breakout — Donchian Channel
Breaks out above/below prior N-bar channel (exclusive band).
D) Pairs — Spread Z-score
Market-neutral-ish spread mean reversion using rolling hedge ratio.