> For the complete documentation index, see [llms.txt](https://help.bituniverse.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.bituniverse.org/trading-tutorial/trading-bot-tutorial/trailing-take-profit-bot.md).

# Trailing Sell Bot

### **Why should I use a “Trailing Sell” Bot?**

Have you ever got this situation: you just sold your asset, but the price keeps rising and rising after you sold? It’s time for you to learn how to use the TTP-Bot to avoid this kind of situation! Trailing Sell Bot will help you to always sell close to the top of a pump, maximizing your profit!

### How to use Trailing Take Sell bot <a href="#b079" id="b079"></a>

### step 1: Open BitUniverse app and click "Trade" on the bottem, then click "Bot" on the top. After selecting echange account and trading pair you want to use, click "Create a bot".

![](/files/1g6RFHdljTkeVnDZ8deu)

### Step 2: Click "Trailing Sell".

![](/files/ptXGPrt4rIDe9nF3TuIX)

### Step 3: Input three parameters: Trigger Price, Trailing Percent, and Sell Quantity, and then click "Create".

![](/files/OI15nP2cCUiqsgecEhu6)

The trailing process will begin once the price hits the Trigger Price. As long as the price doesn’t drop back as much as your Trailing Percent, the bot will hold your coin and not sell them, until the price finally drops for the Trailing Percent you set earlier. A market order will be placed immediately and lockup your profit, once that happens.

### Trailing Sell Example <a href="#ca18" id="ca18"></a>

You want to use “Trailing Sell Bot” to sell 1 ETH for USDT: Choose “I Have ETH” and set 200 USDT as Trigger Price, 5% as Trailing Percent, and 1 ETH as Sell Quantity. The bot will start the trailing process once the price hits 200 USDT. While the price keeps rising, the bot will keep running, and monitor the price, but it won’t sell. Let’s say the price keeps rising, without ever falling back for more than 5% until it finally hits 300 USDT. Then suddenly the price drops back for more than 5% (285 USDT). A market order will be placed and sell your ETH at that price.


---

# 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://help.bituniverse.org/trading-tutorial/trading-bot-tutorial/trailing-take-profit-bot.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.
