# How do you forward test a trading strategy?

Canonical: https://www.usepancake.com/q/how-to-forward-test-a-trading-strategy

**Answer:** Forward testing means running a frozen strategy on data that did not exist when the strategy was built. On Pancake this is a paper deployment: the strategy version is pinned and immutable, the platform evaluates it against live Polymarket data, and every simulated fill lands in an append-only ledger anyone can audit.

A backtest, however careful, shares one weakness with the strategy it tests: both saw the same history. Overfitting — tuning rules until the past looks beaten — cannot follow a strategy into data that has not happened yet. That is what a forward test buys: evidence from a world the strategy could not have memorized.

The discipline that makes a forward test honest is freezing. On Pancake the deployed artifact is an immutable strategy version with a content-hashed spec, so there is no quiet mid-test tweaking; a revision is a new version with a fresh record. The deployment page links back to the parent version and its backtest result, binding the forward test to the exact claim it extends.

Then it runs. Entry and exit rules are evaluated against live Polymarket data, fills are simulated, and every event is appended to a write-once ledger. The page renders the track record — positions, fills, running P&L — from that ledger alone.

One honesty rule worth stating: young forward tests prove little. A week of paper results is not statistically comparable to a multi-month backtest, and Pancake surfaces forward-test age explicitly rather than letting a few lucky days read as confirmation. The forward record becomes meaningful with trades and time, not enthusiasm.

## Related

- [Entity — paper deployment (definition)](https://www.usepancake.com/e/paper-deployment)
- [Q&A — how to paper trade a Polymarket strategy](https://www.usepancake.com/q/how-to-paper-trade-a-polymarket-strategy)
- [Q&A — how to tell if a backtest is overfit](https://www.usepancake.com/q/how-to-tell-if-a-backtest-is-overfit)

---

Markdown twin of https://www.usepancake.com/q/how-to-forward-test-a-trading-strategy — same content as the HTML page, generated from the same source data. More machine surfaces: https://www.usepancake.com/llms.txt