# 止盈

當你開倉（買入一個代幣）時，止盈（Take Profit）訂單允許你透過輸入想要嘅利潤百分比來設置退出（賣出代幣）訂單。

要喺訂單加入止盈，喺 swap 設定表格按「+TP」：

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

喺「Take Profit」欄輸入你想要嘅利潤水平 — 然後就準備好：

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

當你嘅主訂單執行後，我哋會自動開一個止盈訂單去賣出你實際收到嘅相同數量代幣，並會根據你主訂單嘅實際執行價格同你想要嘅利潤百分比計算觸發價應該放喺邊度：

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

你可以見到我喺 Base 以 0.000010564 ETH 買入咗 1 個 DEGEN，系統就放咗一個止盈訂單去以高 10%（0.000011621 ETH）嘅價賣出 1 個 DEGEN。

一旦我嘅目標價到達，止盈就會被觸發，交換（swap）會被送到交易所。

***

你可以將止盈連接到任何訂單：Swap、Limit 或 Trailing。

你可以設定你想要嘅利潤喺 0.1% 到 999% 之間。

你可以選擇只將止盈連接到你嘅主訂單 — 如果你願意持有代幣直到價格到達你想要嘅水平，而唔理期間價格可能下跌到幾低。

或者，你可以透過連接一個去保護你嘅下行風險， [止蝕](/goodcryptox-yue/dex-jiao-yi-xian-huo/shou-dong-ding-dan/zhi-shi.md) 訂單 — 將佢做成一個 [止盈 + 止蝕 組合](/goodcryptox-yue/dex-jiao-yi-xian-huo/shou-dong-ding-dan/zhi-ying-+-zhi-shi-zu-he.md).

***

即將推出：追蹤式止盈（Trailing Take Profit）、多重止盈目標、主訂單已實現及未實現盈虧計算。


---

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