# Auto-Sell

* Auto-Sell creates **Limit Orders the moment you buy** a token, so the **trigger prices are derived from your entry price.**
* **Auto-Sell has to be set up before token purchase** to be in effect.&#x20;
* Remember, **negative percentage change for trigger prices are Stop Loss orders (S/L) and positive changes are Take Profit orders (T/P).**

**Why use it?**&#x20;

* **Plan exits** before you buy. (i.e. Take Profit and Stop Loss levels)
* **Eliminate emotional trading**. Always know the potential outcomes of swaps.
* **Remove the need to constantly monitor** your holdings.

**Enable Auto-Sell in** [**Trade Settings**](/trading-on-trojan/profiles-settings.md)**, or directly from the Trade Panel.**

{% columns %}
{% column %}
**Trade Settings:**

* Use the **Add Order** button to create Auto-Sell Orders.  **Add as many as needed**, ensuring the total sell amounts for Take Profit (T/P) and Stop Loss (S/L) each do not exceed 100%.
  {% endcolumn %}

{% column %}

<figure><img src="/files/Qzykh04aivSKnVChwCKU" alt="Depicts sample orders directly from a trade profile setting. Shown is one stop loss order selling 100% at 25% down in trigger, and one take profit selling 50% of the users position at 100% profit."><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
**Trade Panel:**

* Activate Auto Sell directly from the Trade Panel by clicking **Auto Sell**, then click \
  \&#xNAN;**+ Add** to add orders.
* In this example, you have **three T/P triggers**, and **one S/L**. You can have **more, or fewer if you wish**.
* **First T/P (Take Profit):** Trigger = 100% (a 100% increase over entry - or a 2x total)\
  Sell: 50% (sells half of your position at 2x price) - This common strategy eliminates risk by recapturing your initial investment.
* **Second T/P:** Sells 10% at 3x.
* **Third T/P:** Sells 10% at 4x.
* **Stop Loss (S/L):** Sells your whole bag if the price dips 25%.
  {% endcolumn %}

{% column valign="middle" %}

<figure><img src="/files/mMDv0Tm8FdQV7EqZA8S8" alt="Depicts for example Auto sell orders from the trade panel, matching the information to the left"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
If you buy a token multiple times, be sure to close the Limit Orders that were set previously.
{% endhint %}

***

* In [Trenches](/terminal-overview/meme-coin-trenches.md)and [Explorer](/terminal-overview/meme-coin-explorer.md), a <mark style="color:green;">Green</mark> indicator means you have Auto-Sell enabled for Quick Buys made there.

<figure><img src="/files/8Axz4MzUV5sKTLBfAKQJ" alt="In trenches and explorer, a green auto sell toggle icon indicates it is active"><figcaption><p>Auto Sell is active.</p></figcaption></figure>


---

# 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.trojan.com/trading-on-trojan/trojan-swaps/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.
