# 自动止盈止损教程

在GMGN APP交易Meme时，可以在下单时就设置好自动止盈止损策略，免去盯盘痛苦

目前主要有以下几种自动止盈止损策略

1. 指定价位/涨幅止盈止损
2. 追踪止盈止损
3. Dev Sell自动卖
4. 迁移外盘自动卖

## 进入自动止盈止损策略设置页面 <a href="#jin-ru-zi-dong-zhi-ying-zhi-sun-ce-le-she-zhi-ye-mian" id="jin-ru-zi-dong-zhi-ying-zhi-sun-ce-le-she-zhi-ye-mian"></a>

<figure><img src="/files/aPc5YG0RABbNtpd9wTg1" alt=""><figcaption></figcaption></figure>

## 1.指定价位/涨幅止盈止损 <a href="#id-1.-zhi-ding-jia-wei-zhang-fu-zhi-ying-zhi-sun" id="id-1.-zhi-ding-jia-wei-zhang-fu-zhi-ying-zhi-sun"></a>

在立即买入时，选择止盈止损的策略，可以实现止盈止损挂单，在指定的价格会卖出一定比例/数量的代币

| **策略名称**       | **具体说明**                                   |
| -------------- | ------------------------------------------ |
| 翻倍出本           | 买入价涨幅100%卖50%                              |
| 翻倍全出           | 买入价涨幅100%全部卖出                              |
| 翻倍出本&跌半止损      | 买入价涨幅100%卖50%，或者跌到买入价50%全出                 |
| 翻倍全出&跌半止损      | 买入价涨幅100%全出，或者跌到买入价50%全出                   |
| 翻倍出本&四倍出半&跌半止损 | 买入价涨幅100%卖50%，买入价涨幅300%时再卖50%，或者跌到买入价50%全出 |
| 翻倍出本&四倍全出&跌半止损 | 买入价涨幅100%卖50%，买入价涨幅300%时全出，或者跌到买入价50%全出    |
| 自定义策略          | 指定对应的涨跌幅，卖出指定的比例                           |

<div><figure><img src="/files/qde8nQszFyeRLDmNCHsO" alt=""><figcaption></figcaption></figure> <figure><img src="/files/WE349mVWsLCkS7KsZTQn" alt=""><figcaption></figcaption></figure> <figure><img src="/files/pxqSxrqQpLfReCWVNFL0" alt=""><figcaption></figcaption></figure></div>

## 2.追踪止盈止损 <a href="#id-2.-zhui-zong-zhi-ying-zhi-sun" id="id-2.-zhui-zong-zhi-ying-zhi-sun"></a>

止盈止损价不是具体价格，而是随着Ath价格变化而变化，可以更有效的保护收益和止损

| **策略名称** | **具体说明**                                 | **举例说明**                                                                                                                                                                                    |
| -------- | ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 追踪止盈     | 追踪止盈动态调整止盈价，助您获利更大。价格达止盈价时启用当回落至回撤比例时卖出。 | <p><em><strong>假设买入价格为$100，止盈比例 50%，回撤15%</strong></em></p><ul><li>如价格升至 $140,后跌至 $119(回撤 15%),因为追踪止盈尚未激活，订单不会被卖出</li><li>如价格升至 $150，追踪止盈将被激活，若持续升至$200，当跌至 $170(200\*85%) 时，止盈卖出</li></ul> |
| 追踪止损     | 止损价与最高价保持固定百分比，止损价将随着代币价格上涨而上升，旨在保护收益。   | <p><em><strong>假设买入价格位$100,止损比例设置为15%</strong></em></p><ul><li>如价格跌至 $85(下跌 15%),将触发止损卖</li><li>如价格升至 $140，止损价将自动调整为 $119(距离最高点保持固定比例 15%)</li></ul>                                        |

<div><figure><img src="/files/rB3OQVWNVri862xP4Uwc" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Y45EVn5nlMTb2y8TSWo2" alt=""><figcaption></figcaption></figure> <figure><img src="/files/XZ0Lxqdhn9VWPoC2o1fd" alt=""><figcaption></figcaption></figure></div>

## 3.DEV卖和迁移自动卖 <a href="#id-3.dev-mai-he-qian-yi-zi-dong-mai" id="id-3.dev-mai-he-qian-yi-zi-dong-mai"></a>

&#x20;

| **策略名称** | **具体说明**                  |
| -------- | ------------------------- |
| Dev卖     | 当Dev单笔卖出一定持仓比例百分比的时候，自动卖出 |
| 迁移自动卖    | 代币正式迁移到Dex后自动卖出           |

<figure><img src="/files/aNcuXYCoMwaABpIp0Ruq" alt=""><figcaption></figcaption></figure>

&#x20;


---

# 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://gmgn-app.gitbook.io/gmgn-app-tutorial/gmgn-app-jiao-cheng/jiao-cheng/markdown.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.
