# 手动订单

集中交易所支持的订单类型：

**独立订单：**

* [市价](/goodcryptox-zh/cex-jiao-yi/shou-dong-ding-dan/shi-jia.md) - 以市场上可得的最佳价格立即执行；
* [限价](/goodcryptox-zh/cex-jiao-yi/shou-dong-ding-dan/xian-jia.md) - 放在交易所的订单簿中，当达到指定价格时执行；
* [止损市价/限价](/goodcryptox-zh/cex-jiao-yi/shou-dong-ding-dan/zhi-sun-shi-jia-xian-jia.md) - 在达到指定的触发价格时触发，向交易所提交市价或限价订单；
* [跟踪止损](/goodcryptox-zh/cex-jiao-yi/shou-dong-ding-dan/zhui-zong-zhi-sun.md) - 随着市场朝对你有利的方向移动而跟随价格。市场反转达到你设定的跟踪百分比时触发；

**附属订单**

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

⚙️ 更高级的订单类型包括 [即将推出](/goodcryptox-zh/cex-jiao-yi/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/cex-jiao-yi/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.
