# 止盈

当开仓（购买一种代币）时，止盈订单允许你通过简单输入期望的盈利百分比来设置退出（出售该代币）的订单。

要在订单中添加止盈，请在互换设置表单中点击“+TP”：

<figure><img src="/files/5e8bf7379b945f67d9ff388c0f22f05cb9048b75" alt="How to add Take Profit order on Uniswap DEX" width="563"><figcaption></figcaption></figure>

在“止盈”字段中输入你期望的盈利水平——就可以了：

<figure><img src="/files/1c9f4e3c1aaa7a196c4ae193e84936ab3b0ab029" alt="" width="563"><figcaption></figcaption></figure>

一旦你的主订单执行，我们将自动开一个止盈订单以出售你收到的确切代币数量，并根据主订单的实际执行价格和你期望的盈利百分比计算触发价应放置的位置：

<figure><img src="/files/ff1c7cf8f8bcebef8a03bacf41e2cda47b24b369" alt="" width="563"><figcaption></figcaption></figure>

你可以看到我在 Base 上以 0.000010564 ETH 买入了 1 个 DEGEN，系统为以高出 10% 的价格（0.000011621 ETH）出售 1 个 DEGEN 下了一个止盈订单。

一旦达到我的目标价，止盈将被触发，互换订单会被发送到交易所。

***

你可以将止盈连接到任何订单：互换（Swap）、限价（Limit）或跟踪止损（Trailing）。

你可以将期望的盈利设置在 0.1% 到 999% 之间。

你可以选择只将止盈连接到你的主订单——如果你愿意持有代币，直到价格达到你期望的水平，而不管在此期间价格可能下跌到多低。

或者，你可以通过连接一个来保护你的下行风险， [止损](/goodcryptox-zh/dex-jiao-yi-xian-huo/shou-dong-ding-dan/zhi-sun.md) 订单——从而将其组成一个 [止盈 + 止损 组合](/goodcryptox-zh/dex-jiao-yi-xian-huo/shou-dong-ding-dan/zhi-ying-+-zhi-sun-zu-he.md).

***

即将推出：跟踪止盈、多重止盈目标、主订单的已实现和未实现盈亏计算。


---

# 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/dex-jiao-yi-xian-huo/shou-dong-ding-dan/zhi-ying.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.
