# 手动订单

goodcryptoX 目前在去中心化 AMM（现货）交易所支持以下手动订单类型：

* [兑换](/goodcryptox-zh/dex-jiao-yi-xian-huo/shou-dong-ding-dan/dui-huan.md) （市价）- 通过聚合器（Solana 上的 Jupiter，EVM 链上的 1inch）以可得的最佳价格立即执行；
* [限价](/goodcryptox-zh/dex-jiao-yi-xian-huo/shou-dong-ding-dan/xian-jia.md) （止损市价）- 当市场价格达到您指定的触发价格时提交交换；
* [跟踪](/goodcryptox-zh/dex-jiao-yi-xian-huo/shou-dong-ding-dan/zhui-zong.md) （跟踪止损市价）- 在市场价格朝对您有利的方向移动时跟随。当价格按您设置的跟踪百分比逆转时执行；

#### 附加订单：

* [止盈](/goodcryptox-zh/dex-jiao-yi-xian-huo/shou-dong-ding-dan/zhi-ying-+-zhi-sun-zu-he.md) - 当价格相对于主（基础）交换的执行价格按指定百分比向有利方向移动时触发。如果同时设置了止损，则在止盈触发时被取消；
* [止损](/goodcryptox-zh/dex-jiao-yi-xian-huo/shou-dong-ding-dan/zhi-ying-+-zhi-sun-zu-he.md) - 当价格相对于您主交换的执行价格按指定百分比对您不利地移动时触发。如果设置了止盈，则在止损触发时被取消；
* [跟踪止损](/goodcryptox-zh/dex-jiao-yi-xian-huo/shou-dong-ding-dan/zhui-zong-zhi-sun.md) - 在市场价格朝有利方向移动时跟随。如果价格按您设定的跟踪百分比逆转，订单将执行——锁定利润或将损失降到最低。

更多订单类型 [即将推出](/goodcryptox-zh/dex-jiao-yi-xian-huo/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/dex-jiao-yi-xian-huo/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.
