# Auto-Sell

## Auto Sell — (Take Profit & Stop Loss)

Auto Sell watches your position and sells automatically — no need to monitor the chart manually.

Set one or multiple TP and SL levels and Thor handles the rest. You can also choose between three sell modes to control exactly how your tokens are sold across multiple buys.

**Take Profit (TP)** — Triggers when the price hits your target gain. Example: +50% sells when the token is up 50% from your entry.

**Stop Loss (SL)** — Triggers when the price drops to your set threshold. Example: -30% sells if the token falls 30% from your entry.

***

### **Three Target Types**

Take Profit – Sells when price goes up by your set percentage. +100% = sells when it doubles.

Stop Loss – Sells when price drops by your set percentage. -30% = sells if it drops 30%.

Trailing Stop – A stop loss that moves up with the price but never back down. Rides the pump, sells on the pullback. Instead of cashing out at 2x with a fixed TP, a trailing stop could catch 4x, 10x, or more.

***

### **Two Sell Modes**

**Full Balance** – Treats your whole bag as one position. If you buy more, the sell amount adjusts automatically. Simple: "sell X% of everything I hold."

**Per Position** – Each buy lives on its own. Buy #1 and Buy #2 get separate sell orders that don't affect each other. More control, especially if you get tokens from airdrops or other sources.

**DCA Mode**

When you buy the same token multiple times, DCA merges everything into one averaged position. Your targets recalculate based on the new average entry – so you can profit at a lower price instead of waiting for a full recovery.\
\
Learn more here -> [Auto-Sell](https://odin.tools/blog/autosell-vs-limit-orders-solana-guide-2026)

***

### **Setup**&#x20;

1. Go to **Settings**.

<div align="left"><figure><img src="/files/zW72O72vU0OroaVok2tl" alt="" width="395"><figcaption></figcaption></figure></div>

2. Click on **Trading Settings**.

<div align="left"><figure><img src="/files/uDxOF5FBETbYglTYqT4B" alt="" width="402"><figcaption></figcaption></figure></div>

3. Enable **Auto Sell** by toggling it on.

<div align="left"><figure><img src="/files/JWkHdqbm6nrYsx74Jx9L" alt="" width="395"><figcaption></figcaption></figure></div>

4. Configure your sell mode, Take Profit & Stop Loss and slippage — then enable Auto Sell.

<div align="left"><figure><img src="/files/anYQPXNyo8tQYfmix86C" alt="" width="401"><figcaption></figcaption></figure></div>

{% hint style="info" %}
**Note:** Auto Sell rules only apply to new trades opened after enabling the feature — not to existing positions.
{% endhint %}


---

# 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.odin.tools/thor-trading-bot/thor-telegram-bot/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.
