# 手動注文

パーペチュアルDEXでサポートされている注文タイプ：

**単独注文：**

* [成行](/goodcryptox-ja/perp-dex/shou-dong-zhu-wen/mketto.md) - 利用可能な最良の市場価格で即時に約定します；
* [指値](/goodcryptox-ja/perp-dex/shou-dong-zhu-wen/zhi-zhi.md) - 取引所の注文板に配置され、指定した価格に到達したときに約定します；
* [ストップ成行/指値](/goodcryptox-ja/perp-dex/shou-dong-zhu-wen/sutoppumkettorimitto.md) - 指定したストップ価格に到達すると発動し、取引所に成行または指値注文を送信します；
* [トレーリングストップ](/goodcryptox-ja/perp-dex/shou-dong-zhu-wen/torringusutoppu.md) - 市場価格が有利に動くにつれて追随します。設定したトレーリング％だけ市場が反転したときに発動します；

**付随注文**

* [利確（PnLターゲット）、](/goodcryptox-ja/perp-dex/shou-dong-zhu-wen/li-yi-que-ding.md) - メイン（エントリー）注文の約定価格から指定した割合だけ市場が有利に動いたときに発動します。テイクプロフィットも設定されている場合、テイクプロフィットが発動するとストップロスは自動的にキャンセルされます；
* [トレーリングテイクプロフィット](/goodcryptox-ja/perp-dex/shou-dong-zhu-wen/torringutpsl.md) - 目標利益％に到達すると有効になり、その後さらに有利に市場価格が動く限り追随します。市場が反転したときに発動し、より多くの上昇を取り込むのに役立ちます；
* [ストップロス](/goodcryptox-ja/perp-dex/shou-dong-zhu-wen/ri.md) - メイン注文の約定価格から指定した％だけ市場が不利に動いたときに発動します。発動すると付随するテイクプロフィットはキャンセルされます；
* [トレーリングストップロス](/goodcryptox-ja/perp-dex/shou-dong-zhu-wen/torringutpsl.md) - 市場価格が有利に動くにつれて追随します。価格がトレーリングの割合だけ反転した場合に注文が発動し、市場の戻りによる損失を減らすか利益を確保するのに役立ちます。

⚙️ より高度な注文タイプは [近日公開](/goodcryptox-ja/perp-dex/no.md).


---

# Agent Instructions: 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:

```
GET https://docs.goodcrypto.app/goodcryptox-ja/perp-dex/shou-dong-zhu-wen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
