> 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-ying-ding-dan.md).

# 止盈订单

止盈单（Take-Profit，简称 TP）会在市场价格达到您设定的目标价时自动平掉仓位。\
它的设计目的是帮助您锁定利润，而无需持续监控市场。

***

#### 触发条件

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

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

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

***

#### 执行类型

**止盈市价单（Take-Profit Market Order）**

* 被触发后会以当时可获得的最佳市场价格立即执行。
* 由于滑点或价格跳空，最终成交价可能与您的触发价不同，特别是在高波动期间。
* 可能全部成交或部分成交，具体取决于市场流动性。

**止盈限价单（Take-Profit Limit Order）**

* 被触发后会在您指定的限价水平挂出限价单。
* 可实现价格控制，但不保证一定成交——如果市场快速反转，订单可能仅部分成交或未成交。

***

#### 参数建议

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

{% hint style="info" %}
**提示：在触发价与限价之间设置一个小的“价差”，有助于在价格控制与成交概率之间取得平衡。**
{% endhint %}

***

#### 触发价格来源

您可以选择不同的价格来源来触发止盈单：

* **标记价格（Mark Price）** —— 有助于避免因短期市场波动而误触发。
* **最新成交价（Last Traded Price）** —— 对价格变动更敏感，但在波动剧烈时可能提前触发。
* **指数价格（Index Price）** —— 反映多个市场的加权平均价格，有助于保持触发的一致性。

***

#### 风险提示

* 在高波动期间，止盈市价单（Market TP）可能以远离触发价的价格执行。
* 如果价格快速偏离，止盈限价单（Limit TP）可能无法成交。
* 为提高执行稳定性，请在触发价与限价之间留出一定缓冲区。
* 请确保您选择的触发价来源与您的交易意图相符（对大多数用户推荐使用标记价格 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, and the optional `goal` query parameter:

```
GET https://support.backpack.exchange/support-docs/cn/jiao-yi-suo/jiao-yi/ding-dan-lei-xing/zhi-ying-zhi-sun/zhi-ying-ding-dan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
