> For the complete documentation index, see [llms.txt](https://docs.frontrun.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/zhi-ying-zhi-sun-gen-zong-zhi-sun-dev-sell-migration-sell.md).

# 止盈 / 止损 / 跟踪止损 / Dev Sell / Migration Sell

### 启用自动交易

自动交易由即时交易（Instant Trade）面板进行控制。

* 当启用 Auto（绿色指示）后，自动交易策略面板将可用
* 自动交易仅对当前交易生效，修改后需重新启用
* 启用后，可在执行交易前添加一个或多个策略

### 支持的策略

{% tabs %}
{% tab title="止盈（TP）" %}
在价格达到预设目标时，自动卖出部分或全部仓位。

<figure><img src="/files/skKwKf1tYctEzXDpcF4H" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="止损（SL）" %}
当价格下跌至设定阈值时，自动卖出仓位以限制损失。

<figure><img src="/files/xqT5Gf3gepKkrVe22V3L" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="跟踪止损 " %}
自动跟踪持仓的止盈价格，随行情上涨动态锁定收益，无需设置固定目标价。

<figure><img src="/files/J7FgKRsyNyc8BZ2O0cPZ" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Dev Sell" %}
当检测到项目方（开发者）地址发生卖出行为时，自动卖出仓位。

<figure><img src="/files/EAr5PYkCAcehSX4PhRZ9" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Migration Sell" %}
代币从联合曲线迁移至 DEX 时自动卖出。
{% endtab %}
{% endtabs %}

{% hint style="success" %}
自动交易订单会显示在「当前持&#x4ED3;**（Active Positions）**」中，状态与成交结果实时更新。
{% endhint %}

### 执行方式

自动交易策略会在下单时通过即时交易（Instant Trade）绑定。

* 成交后，系统会持续监控价格与条件
* 条件触发时，Frontrun 自动执行交易
* 所有执行均沿用当前交易设置（手续费、滑点、MEV 模式）
* 执行失败或取消不会影响原有持仓


---

# 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.frontrun.pro/cn/jiao-yi/jiao-yi-ji-chu/zhi-ying-zhi-sun-gen-zong-zhi-sun-dev-sell-migration-sell.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.
