# 手動訂單

goodcryptoX 目前係去中心化 AMM（現貨）交易所支援以下手動訂單類型：

* [換幣](/goodcryptox-yue/dex-jiao-yi-xian-huo/shou-dong-ding-dan/dui-huan.md) （市價）- 透過聚合器即時以最佳可得價格執行（Solana 上用 Jupiter，EVM 鏈用 1inch）；
* [限價](/goodcryptox-yue/dex-jiao-yi-xian-huo/shou-dong-ding-dan/xian-jia.md) （停損市價）- 當市場價格達到你指定嘅觸發價格時提交換幣；
* [追蹤](/goodcryptox-yue/dex-jiao-yi-xian-huo/shou-dong-ding-dan/zhui-zong.md) （追蹤停損市價）- 當市場價格向有利方向移動時跟隨價格。當價格反轉達到你設定嘅追蹤百分比時執行；

#### 附屬訂單：

* [止賺](/goodcryptox-yue/dex-jiao-yi-xian-huo/shou-dong-ding-dan/zhi-ying-+-zhi-shi-zu-he.md) - 當價格相對於你主（基礎）換幣嘅執行價格向有利方向移動到指定百分比時觸發。如果同時設有止蝕，當止盈觸發時止蝕會被取消；
* [止蝕](/goodcryptox-yue/dex-jiao-yi-xian-huo/shou-dong-ding-dan/zhi-ying-+-zhi-shi-zu-he.md) - 當價格相對於你主換幣嘅執行價格向不利方向移動到指定百分比時觸發。如果有設定止盈，當止蝕觸發時止盈會被取消；
* [追蹤止蝕](/goodcryptox-yue/dex-jiao-yi-xian-huo/shou-dong-ding-dan/zhui-zong-zhi-shi.md) - 當市場價格向有利方向移動時跟隨價格。如果價格反轉達到你設定嘅追蹤百分比，訂單就會執行——鎖定利潤或將虧損降至最低。

更多訂單類型 [即將推出](/goodcryptox-yue/dex-jiao-yi-xian-huo/ji-jiang-tui-chu-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-yue/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.
