GUIDES
Recording and backtesting: why to backtest on your own recording, not resampled bars
TraderWe records the market you actually saw, then backtests against that recording.
Why it matters
- Resampled bars hide the microstructure your strategy trades on. A 1-second recording keeps the order book ladder, trade flow and your universe rotation — so a backtest fill is the same fill you would have gotten live.
How it works
1. Connect a broker — every subscribed symbol is recorded automatically (1s and 1m).
2. In Backtest, pick recorded days, choose your buy/sell strategies, press Run.
3. "Prepare engine" pre-converts recordings to a fast binary format, later runs are much faster.
Reading results
- The report includes an overfitting check: bootstrap p-value, confidence interval and Monte Carlo drawdown. A pretty equity curve with a weak p-value is a warning, not a result.