> For the complete documentation index, see [llms.txt](https://docs.goodcrypto.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goodcrypto.app/goodcryptox-zh/yong-xu-dex/shou-dong-ding-dan/zhi-sun-shi-jia-xian-jia.md).

# 止损市价/限价

止损市价单和止损限价单是条件单类型，用于在满足特定触发条件后自动执行交易。

* 止损市价单在触发止损条件时向交易所发送一笔市价单。
* 止损限价单在触发止损条件时以预设价格向交易所发送一笔限价单。

在 goodcryptoX 中，止损条件可以是：

* 市场达到的一个价格水平，或
* 一个 TradingView [webhook](/goodcryptox-zh/yong-xu-dex/webhook.md)，允许通过自定义技术分析提醒或策略脚本实现完全控制。

在触发之前，止损市价单和止损限价单完全驻留在 goodcryptoX 服务器上。交易所对此一无所知，这带来两个关键好处：

* 在订单触发之前，您的交易所余额不会被冻结，从而提高资金使用效率。
* 这些订单不会计入您在交易所的未成交订单限额。

然而，由于触发逻辑在服务器端存在一个小的依赖：如果在条件满足时 goodcryptoX 服务器不可用，订单可能无法触发或执行。

不同于某些根据当前市场方向限制止损条件或限价的交易所，goodcryptoX 允许您自由定义止损价和限价——可高于、低于或等于当前市场价格（对止损限价单则相对于止损价）。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/zhi-sun-shi-jia-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.
