> For the complete documentation index, see [llms.txt](https://docs.tradewithlash.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tradewithlash.com/modules/auto-tp-sl-auto-sell.md).

# Auto TP/SL(Auto Sell)

The **Auto TP/SL** feature allows the bot to automatically sell tokens based on pre-configured conditions.

To use **Auto TP/SL**, you must first enable the setting:

Currently, the system supports two types of automatic sell options:

## Fixed TP/SL <a href="#fixed-tpsl" id="fixed-tpsl"></a>

This option allows you to set fixed percentage targets for take-profit and stop-loss. For example, you can sell **100%** of your position if it incurs a **30% loss** or close 80% of your position if the profit reaches **50%**. To configure it, click Add a Fixed TP/SL, then input two numbers: one for the profit/loss percentage and one for the closing percentage.

<img src="https://docs2.tradewithlash.com/img/docs/auto1.gif" alt="Fixed Auto TP/SL" width="400">

## Trailing TP/SL <a href="#trailing-tpsl" id="trailing-tpsl"></a>

The **Trailing TP/SL** feature continuously monitors the token’s highest price. When the price drops back to a specified percentage below the highest point, it triggers the automatic sell. This approach combines take-profit and stop-loss, allowing you to capture larger profit potential. The bot will not automatically sell unless the token price retreats to the set percentage.

<img src="https://docs2.tradewithlash.com/img/docs/auto2.avif" alt="Trailing" width="400">

## Check and Cancel Auto Sell Order(Limit Order) <a href="#check-and-cancel-auto-sell-orderlimit-order" id="check-and-cancel-auto-sell-orderlimit-order"></a>

Lash Bot allows you to enable both Auto Sell modes simultaneously. You can configure them according to your preferences.

Once you enable the TP/SL mode, you’ll receive a notification after your buy order is filled, indicating that a limit sell order has been created.

<img src="https://docs2.tradewithlash.com/img/docs/auto4.png" alt="Auto TP/SL Order" width="400">

You can view your active **Auto TP/SL Orders** by clicking the **Auto TP/SL Order** button in the main menu. From this interface, you can also cancel any active limit orders. Once canceled, you will need to manually sell your tokens.


---

# 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:

```
GET https://docs.tradewithlash.com/modules/auto-tp-sl-auto-sell.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.
