> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polywin.bot/llms.txt
> Use this file to discover all available pages before exploring further.

# Backtests

> Validate every strategy against history before you risk a dollar.

Every asset and timeframe has a continuous backtest pool running in the background. When you open a backtest, your parameters are matched against a pre-computed result set — you see results in seconds.

<Frame caption="AI Backtest Results — Most Profitable, Fast, and Safest cards stacked top-to-bottom">
  <img src="https://mintcdn.com/polywin/_sMY107hkYxZBIrd/images/backtest-results.png?fit=max&auto=format&n=_sMY107hkYxZBIrd&q=85&s=045528c025f767c57d092d5a7df5d19d" alt="AI backtest results" width="1290" height="2796" data-path="images/backtest-results.png" />
</Frame>

## What gets tested

* Every asset (BTC, ETH, SOL, XRP, BNB, DOGE, HYPE)
* Every timeframe (5m, 15m, 1h, 4h)
* A rolling data window per timeframe (5m: 7 days · 15m: 14 days · 1h: 14 days · 4h: 30 days)
* Thousands of parameter combinations across timing, price movement, and direction

## How to run one

<Steps>
  <Step title="Build your strategy">
    Fill out the form for Final or Reversal Snipe.
  </Step>

  <Step title="Tap Backtest">
    A progress bar animates through three stages:

    * 📥 Loading market data…
    * ⚙️ Computing signals…
    * ✨ Finalizing results…
  </Step>

  <Step title="Read the results">
    You get three ranked cards — one each for Most Profitable, Fast, and Safest playstyles.
  </Step>

  <Step title="Use or adjust">
    Tap the **Use these params** link on any card to build a sniper from it, or tweak the form and re-run.
  </Step>
</Steps>

## The three categories

Every AI backtest returns up to three cards so you can pick the playstyle that fits you.

<AccordionGroup>
  <Accordion title="🏆 Most Profitable">
    The combination with the highest PnL across the window, regardless of timing.
  </Accordion>

  <Accordion title="⚡ Fast">
    Highest PnL among combos that fire close to market resolution (timing within the first 25% of the window). Lower exposure, quicker in/out.
  </Accordion>

  <Accordion title="🛡️ Safest">
    Highest PnL among combos with a 99% or higher historical win rate. The boring-but-reliable pick.
  </Accordion>
</AccordionGroup>

<Note>
  Quality gates filter out thin or losing combos automatically. Each qualifying combo must have positive PnL, fire on at least 10% of markets, and meet a minimum ROI. If no combo meets the Safest bar, that card is simply omitted.
</Note>

<Card title="How to read the numbers" icon="chart-line" href="/snipe/reading-results">
  What PnL, trade count, and Win Rate mean — and how to pick a card.
</Card>
