> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/chinese/jiao-yi/trading-faq/limit-orders-faq.md).

# 限价单与 TWAP 常见问题解答

{% hint style="info" %}
使用侧边栏可快速找到你问题的答案！
{% endhint %}

## 限价单与 TWAP

请参阅 Orbs 提供的常见问题解答：

<https://www.orbs.com/dtwap-and-dlimit-faq/>

## Limit V2（已停用）

### 为什么我找不到我的订单？

V2 限价单现已停用，请使用此链接访问：

<https://pancakeswap.finance/limit-orders>

### 为什么我的订单没有执行？

限价单在达到所需价格时执行，但是，由于 gas 波动，实际执行价格可能与你在界面上指定的价格有所不同。通常，执行价格和所需价格应该几乎相同，但是，如果你提交了一个特别小的订单（\~<1000$），执行价格可能会略高，以计入手续费。

因此，你的订单可能因以下原因未执行：

* 由于价格影响，无法以所需价格和数量成交整个订单。
* 限价单中的一种代币为转账征税代币（见下文）。

**在提交订单之前，请查阅 UI 上标注的实际执行价格。**

{% hint style="info" %}
请注意：订单历史记录表从 Subgraph 获取数据，可能会显示略有延迟的信息。
{% endhint %}

### 我可以为转账征税代币提交限价单吗？

**不可以。** 转账征税代币不应与限价单一起使用。风险自负。

### 使用限价单时如何设置滑点？

滑点与限价单无关。你指定输入金额（例如 1000 CAKE）和输出金额（例如 20 BNB），如果该交易对的价格达到所需价格，限价单保证你将以你的输入金额（1000 CAKE）收到不少于指定的输出金额（20 BNB）。**请注意，转账征税代币不应与限价单一起使用**（见上文）

### 实际执行价格显示"never executes"。这是什么意思？

这基本上意味着你试图兑换非常少量的代币，因此没有足够的代币来计入 gas 费。一般来说，你需要增加"input"字段的金额以消除此错误。

### 我的限价单有过期日期吗？

未成交订单的过期日期为 90 天。订单过期后可能永远不会被执行。请在订单过期后将其取消。

可自定义过期日期的功能计划在不久的将来推出。

### 为什么我不能创建低于市场价格的限价单？

要以低于市场价格卖出，你需要**止损限价单 (Stop Limit Orders)**，而不是限价单。止损限价单功能即将推出。

### 我下了一个订单，但它没有显示在订单表中，或卡在"pending"状态。

订单历史记录来自 subgraph，因此可能会显示略有延迟的信息。通常，延迟最多不超过几分钟。请参阅订单历史记录表右下角的 subgraph 指示器。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pancakeswap.finance/chinese/jiao-yi/trading-faq/limit-orders-faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
