# 手动订单

Perp 去中心化交易所支持的订单类型：

**独立订单：**

* [市价单](/goodcryptox-zh/yong-xu-dex/shou-dong-ding-dan/shi-jia.md) - 以市场上可获得的最佳价格立即执行；
* [限价单](/goodcryptox-zh/yong-xu-dex/shou-dong-ding-dan/xian-jia.md) - 放入交易所委托簿，在达到指定价格时执行；
* [止损市价/限价单](/goodcryptox-zh/yong-xu-dex/shou-dong-ding-dan/zhi-sun-shi-jia-xian-jia.md) - 在达到指定触发价时触发，向交易所提交市价或限价订单；
* [追踪止损](/goodcryptox-zh/yong-xu-dex/shou-dong-ding-dan/zhui-zong-zhi-sun.md) - 在行情向有利方向移动时跟随市场价格。当市场反转达到您设置的追踪百分比时触发；

**附属订单**

* [（PnL 目标），](/goodcryptox-zh/yong-xu-dex/shou-dong-ding-dan/zhi-ying.md) - 在市场从您主（入场）订单的执行价格向有利方向移动指定百分比时触发。如果同时设置了止损，则在止盈触发时会自动取消止损；
* [追踪止盈](/goodcryptox-zh/yong-xu-dex/shou-dong-ding-dan/zhui-zong-zhi-ying-zhi-sun.md) - 一旦达到您的目标盈利百分比即激活，然后在市场继续向有利方向改善时跟随市场价格。当市场反转时触发，帮助您捕捉更多上行收益；
* [止损](/goodcryptox-zh/yong-xu-dex/shou-dong-ding-dan/zhi-sun.md) - 当市场相对于您主订单的执行价格反向移动指定百分比时触发。触发时会取消任何附属的止盈；
* [追踪止损（Trailing Stop Loss）](/goodcryptox-zh/yong-xu-dex/shou-dong-ding-dan/zhui-zong-zhi-ying-zhi-sun.md) - 在行情向有利方向移动时跟随市场价格。如果价格按追踪百分比反转，订单将触发——在市场回调时有助于减少损失或锁定收益。

⚙️ 更高级的订单类型正在 [敬请期待](/goodcryptox-zh/yong-xu-dex/ji-jiang-tui-chu-de-gong-neng.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-zh/yong-xu-dex/shou-dong-ding-dan.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.
