> ## 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.

# 解读回测结果

> 数字的含义和使用方法。

回测结果以最多 **三张排名卡** 的形式呈现——每种打法一张（Most Profitable · Fast · Safest）。每张卡片用两行就涵盖了你需要的一切。

<Frame caption="三张排名卡——选择适合你的打法">
  <img src="https://mintcdn.com/polywin/_sMY107hkYxZBIrd/images/backtest-results.png?fit=max&auto=format&n=_sMY107hkYxZBIrd&q=85&s=045528c025f767c57d092d5a7df5d19d" alt="Backtest results" width="1290" height="2796" data-path="images/backtest-results.png" />
</Frame>

## 卡片结构

每张卡片显示：

* **标题行**——分类的 emoji 和名称，紧跟内嵌的 **胜率**（如 `🏆 Most Profitable — Win Rate: 69%`）
* **策略行**——`{icon} {strategy} · {asset} · {timeframe}` 下方是 `📊 {扫描的市场数}`
* **PnL**——窗口内的总盈亏（`💰 PnL: +$284.50`）
* **交易数**——总交易数及胜负拆分（`📊 84 trades (58W / 26L)`）
* **参数块**——可折叠的 blockquote，包含完整配置
* **Use these params**——一键以这些参数构建实盘狙击器

## 如何选卡

<AccordionGroup>
  <Accordion title="想要最大数字？">
    选 **🏆 Most Profitable**。窗口内 PnL 最高，无约束。
  </Accordion>

  <Accordion title="想要快进快出？">
    选 **⚡ Fast**。临近结算才触发——敞口时间更短，省心。
  </Accordion>

  <Accordion title="想要最稳的胜率？">
    选 **最稳**。仅在某组合历史胜率 ≥99% 时显示——PnL 较低，但可靠性最高。
  </Accordion>
</AccordionGroup>

## 上线前要检查什么

* **交易数**——200+ 次的策略比 10 次的策略可信度高得多
* **胜率**——短时间框架上 55% 以上稳健，60% 以上优秀
* **PnL 大小**——与策略的单笔金额做对比，看真实的每笔优势
* **参数**——展开 blockquote 确认时间和价格条件合理

<Warning>
  回测基于历史价格走势，仅供参考，并不保证未来表现。
</Warning>
