> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/support-docs/cn/jiao-yi-suo/jiao-yi/ding-dan-lei-xing/zhi-ying-zhi-sun/zhi-sun-ding-dan.md).

# 止损订单

止损单（Stop-Loss，简称 SL）会在市场走势对您不利并达到您设定的亏损阈值时自动平仓。\
它旨在帮助您控制风险、限制潜在损失。

***

#### 触发条件

当您选择的触发价格来源（最新价、标记价或指数价）达到或超过您设定的止损价时，止损单将被激活。

* 多单（卖出）→ 当市场价格下跌至或低于您的止损价时触发。
* 空单（买入）→ 当市场价格上升至或高于您的止损价时触发。

一旦被触发，止损单将根据您选择的执行类型转换为市价单或限价单。

#### 执行类型

**止损市价单（Stop-Market Order）**

* 触发后转换为市价单，以当前可获得的最佳市场价格立即执行。
* 由于滑点或价格跳空，最终成交价可能与您的止损价不同，尤其是在市场波动剧烈时。
* 可能会出现全部或部分成交，具体取决于执行时的市场流动性。

**止损限价单（Stop-Limit Order）**

* 触发后转换为您设定限价的限价单。
* 可提供价格控制，但不保证成交——如果市场价格继续远离您的限价，订单可能无法成交，从而无法实现止损保护。

***

#### 参数建议

| 类型     | 触发价与限价关系 | 建议说明                           |
| ------ | -------- | ------------------------------ |
| 多单（卖出） | 触发价 ≥ 限价 | 将限价设置在略低于触发价的位置，可在价格下行时提高成交概率。 |
| 空单（买入） | 触发价 ≤ 限价 | 将限价设置在略高于触发价的位置，可在价格上行时提高成交概率。 |

{% hint style="info" %}
**提示：在触发价与限价之间设置一个小的“价差”，有助于在保持价格控制的同时提高订单的触发与成交可靠性。**
{% endhint %}

***

#### 触发价格来源

请选择触发您止损单的价格来源：

* **标记价格（Mark Price）** —— 可减少因短期价格波动而导致的误触发。
* **最新成交价（Last Traded Price）** —— 对快速的市场波动更敏感，但在剧烈波动中可能提前触发。
* **指数价格（Index Price）** —— 反映多个市场的加权平均价格，在异常波动期间提供更稳定的触发表现。

***

#### 风险提示

* 在极端波动的市场中，止损市价单（Stop-Market）可能以远高于或低于触发价的价格执行。
* 若市场价格快速越过限价，止损限价单（Stop-Limit）可能无法成交。
* 在上述两种情况下，您的仓位可能会比预期更长时间未被平仓，从而导致潜在损失增加。
* 对大多数用户而言，**标记价格（Mark Price）** 能在稳定性与触发及时性之间取得最佳平衡。

{% hint style="info" %}
**👉 有关如何设置止损单的详细信息，请参阅**[**此页面**](/support-docs/cn/jiao-yi-suo/jiao-yi/he-yue.md#ru-he-zheng-que-she-zhi-zhi-ying-zhi-sun-ding-dan)**。**
{% endhint %}


---

# 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://support.backpack.exchange/support-docs/cn/jiao-yi-suo/jiao-yi/ding-dan-lei-xing/zhi-ying-zhi-sun/zhi-sun-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.
