> 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/japanese/qu-yin/trading-faq/limit-orders-faq.md).

# 指値注文とTWAP よくある質問 (FAQ)

{% hint style="info" %}
サイドバーを使用して質問への回答をすばやく見つけてください！
{% endhint %}

## 指値注文 & TWAP

Orbsが提供するよくある質問 (FAQ) をご参照ください：

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

## 指値注文 V2（廃止済み）

### 注文が見つかりません。

指値注文 V2は廃止されました。こちらのリンクからアクセスしてください：

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

### なぜ注文が実行されなかったのですか？

指値注文は希望価格に達した場合に実行されますが、ガス代の変動により実際の実行価格がインターフェースで指定した価格と異なる場合があります。通常、実行価格と希望価格はほぼ同一ですが、特に少額の注文（〜$1,000未満）の場合、手数料を考慮して実行価格がやや高くなる場合があります。

そのため、以下の理由により注文が実行されない場合があります：

* 希望価格と数量で注文全体を約定することができなかった場合。
* 指値注文のトークンの1つに転送手数料がある場合（下記参照）。

**注文を送信する前に、UIに表示される実際の実行価格を確認してください。**

{% hint style="info" %}
注意：注文履歴テーブルはSubgraphからデータを取得するため、若干遅延した情報が表示される場合があります。
{% endhint %}

### 転送手数料があるトークンで指値注文を送信できますか？

**いいえ。** 転送手数料があるトークンは指値注文と併用しないでください。ご自身の判断でご利用ください。

### 指値注文使用時のスリッページはどう設定しますか？

指値注文ではスリッページは関係ありません。入力量（例：1000 CAKE）と出力量（例：20 BNB）を指定します。指値注文は、ペアの価格が希望価格に達した場合に入力量（1000 CAKE）に対して出力量（20 BNB）以上を受け取ることを保証します。**転送手数料があるトークンは指値注文と併用しないことに注意してください**（上記参照）

### 実際の実行価格が「実行されない」と表示されます。これはどういう意味ですか？

これは基本的に、非常に少量のトークンをスワップしようとしているため、ガス代として計上するのに十分なトークンがないことを意味します。一般的に、このエラーを解消するには「入力」フィールドの金額を増やす必要があります。

### 指値注文に有効期限はありますか？

未約定注文の有効期限は90日間です。注文が期限切れになると実行されない場合があります。期限切れになったら注文をキャンセルしてください。

カスタマイズ可能な有効期限機能は近日公開予定です。

### なぜ市場価格以下の指値注文を作成できないのですか？

市場価格以下で売却するには、指値注文ではなく**逆指値指値注文**が必要です。逆指値指値注文機能は近日公開予定です。

### 注文を出したのに注文テーブルに表示されないか、「保留中」状態のままです。

注文履歴はサブグラフから取得されるため、若干遅延した情報が表示される場合があります。通常、遅延は最悪でも数分程度です。注文履歴テーブルの右下隅にあるサブグラフインジケーターをご確認ください。


---

# 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/japanese/qu-yin/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.
