# 止损市价/限价

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

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

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

* 市场达到的价格水平，或
* 一个 TradingView [webhook](/goodcryptox-zh/cex-jiao-yi/webhook.md)，允许通过自定义技术分析警报或策略脚本完全控制。

在触发之前，止损市价单和止损限价单完全存在于 goodcryptoX 服务器上。交易所并不知道它们，这带来两个主要好处：

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

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

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


---

# 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/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.
