> For the complete documentation index, see [llms.txt](https://docs.gmgn.ai/cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gmgn.ai/cn/zhui-zong-zhi-ying.md).

# 追踪止盈

### 1. **追踪止盈的运行原理：**

当价格上涨到你设定止盈目标后，追踪止盈功能才会被激活，并尽可能增加你的利润。若价格在达到止盈价格后持续上涨时，订单将会继续持有，直到价格从最高价回落到你设置的回撤百分比时，交易才会被关闭。缺点是，如果在激活追踪功能后价格立即反转，你可能会损失部分利润。

### **2. 追踪止盈示例**：

用户A创建了SOL市价买入， 止盈20%，回撤5%的**追踪止盈**订单。SOL 买入均价140，以下是追踪止盈的运行逻辑

| **No** | **SOL 价格(USD)** | **止盈价(USD)**         | **追踪止盈状态**               |
| ------ | --------------- | -------------------- | ------------------------ |
| 1      | 150             | -                    | 待触发                      |
| 2      | 160             | -                    | 待触发                      |
| 3      | 168             | 159.6（168 \* （1-5%）） | 已激活，追踪价格变化               |
| 4      | 162             | 159.6                | 已激活，追踪价格变化               |
| 5      | 170             | 161.5（170 \* （1-5%）） | 已激活，追踪价格变化               |
| 6      | 180             | 171（180 \* （1-5%））   | 已激活，追踪价格变化               |
| 7      | 190             | 180.5（190 \* （1-5%）） | 已激活，追踪价格变化               |
| 7      | 185             | 180.5                | 已激活，追踪价格变化               |
| 8      | 180.5           | 180.5                | SOL以市场价卖出，**实际利润率28.9%** |

#### 以下是一些回撤比例参数的示例： <a href="#yi-xia-shi-yi-xie-hui-che-bi-li-can-shu-de-shi-li" id="yi-xia-shi-yi-xie-hui-che-bi-li-can-shu-de-shi-li"></a>

* TP+50%，回撤比例 10%；
* TP+100%，回撤比例 15%；
* TP+200%，回撤比例 20%；

请注意回撤比例千万不要设置过大，比如当代币涨100%后，跌50%就已经到你的成本价了，而不是跌100%才到你成本价

**点击查看-**[**如何开启追踪止盈**](/cn/zi-dong-jiao-yi-li-ji-mai-ru-zhi-ying-zhi-sun.md#ru-he-kai-qi-zhui-zong-zhi-ying)&#x20;


---

# 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://docs.gmgn.ai/cn/zhui-zong-zhi-ying.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.
