# 限價

限價委託係一個指示，用嚟以指定價格或更好價格買入或賣出。唔同於喺 goodcryptoX 伺服器上監察觸發條件嘅條件式委託（例如停損委託、追蹤委託，或者止盈/止損組合），限價委託會即時送到交易所，並直接放喺交易所嘅委託簿上。

因為佢係喺交易所存在，而唔係喺我哋伺服器上，限價委託嘅執行、成交行為或被拒，完全由交易所決定。遞交之後，佢會獨立於 goodcryptoX 運作：即使我哋嘅伺服器出現停機，你嘅限價委託仍會留喺委託簿上，並根據交易所嘅撮合引擎正常繼續執行。

限價委託可以用嚟直接開倉或平倉，亦都係由 goodcryptoX 觸發嘅止損限價同追蹤止損限價委託嘅執行部分。網格同 DCA 機械人亦依賴原生嘅限價委託。


---

# 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/yong-xu-he-yue-dex/shou-dong-ding-dan/xian-jia.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.
