# Trailing Take Profit

## 1. **How Trailing Take Profit Works:**&#x20;

When the price hits your profit price, Trailing Take Profit will be activated. If the price continues to rise, the order will be held until the price falls back by the percentage you set, the order will be closed. The drawback is that if the price reverses immediately after the trailing feature is activated, you may lose part of the profits.&#x20;

## **2. Trailing Stop Example**：

User A creates a Trailing Take Profit order to buy SOL , and set 20% take-profit rate and 5% drawdown. The average buy price is $140. Below is the operational logic of TTP.

| **No** | **SOL Price(USD)** | **Take Profit price(USD)** | **TTP status** |
| ------ | ------------------ | -------------------------- | -------------- |

| **No** | **SOL Price(USD)** | **Take Profit price(USD)** | **TTP status**                                         |
| ------ | ------------------ | -------------------------- | ------------------------------------------------------ |
| 1      | 150                | -                          | Waiting                                                |
| 2      | 160                | -                          | Waiting                                                |
| 3      | 168                | 159.6（168 \* （1-5%））       | Trailing Sell is active                                |
| 4      | 162                | 159.6                      | Trailing Sell is active                                |
| 5      | 170                | 161.5（170 \* （1-5%））       | Trailing Sell is active                                |
| 6      | 180                | 171（180 \* （1-5%））         | Trailing Sell is active                                |
| 7      | 190                | 180.5（190 \* （1-5%））       | Trailing Sell is active                                |
| 7      | 185                | 180.5                      | Trailing Sell is active                                |
| 8      | 180.5              | 180.5                      | SOL sold at market price, **the profit rate is 28.9%** |

**Here are some examples of drawdown parameters:**

* TP +50%, drawdown percentage 10%
* TP +100%, drawdown percentage 15%
* TP +200%, drawdown percentage 20%&#x20;

Please note that the drawdown ratio should not be set too high. For instance, if a token rises by 100% and then falls by 50%, it will have returned to your buy price, not a 100% drop.&#x20;

**Click to view:** [**How to Enable Trailing Take Profit**](/index/auto-trading-quick-buy-take-profit-stop-loss.md#how-to-enable-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.gmgn.ai/index/trailing-take-profit.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.
