> For the complete documentation index, see [llms.txt](https://docs.odin.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.odin.tools/thor-trading-bot/thor-web-extension/limit-orders.md).

# Limit Orders

Limit Orders (Buy / Sell)

Limit orders allow you to create Buy limit orders to purchase a token at a specific trigger price, as well as Sell limit orders used for Take Profit (TP) and Stop Loss (SL).

Triggers can be defined based on:

* Percentage (%)
* Market Cap (MC)
* Price ($)

{% hint style="info" %}
If Telegram Auto-Sell TP/SL is enabled, those settings will be used automatically for Sell limit orders (TP/ SL).
{% endhint %}

***

### Creating Limit Orders via Web Extension

You can configure Buy limit orders and Sell limit orders (TP / SL) directly in the web extension.

#### Open Limit Orders

1. Open a token chart
2. The Thor web extension opens automatically
3. Click Limit Orders
4. Click + New in the top-right corner

***

#### Configure the Order

Select the order type:

* Buy – Create a Buy limit order to purchase tokens at a defined trigger price
* Sell – Create a Sell limit order for Take Profit (TP) or Stop Loss (SL)

***

#### Trigger Type

Choose how the trigger should be evaluated:

* % – Percentage-based trigger
* MC – Market cap-based trigger
* $ – Price-based trigger

Example trigger values:

* <mark style="color:$danger;">`-50%`</mark> for a Stop Loss
* <mark style="color:$success;">`+100%`</mark> for a Take Profit

***

#### Set Amount

* Buy limit orders: enter the amount in SOL to buy
* Sell limit orders: enter the percentage (%) of tokens to sell

***

#### Expiration

Choose how long the limit order should remain active:

* 1h
* 6h
* 24h
* 7d
* 30d

***

#### Create the Order

Click Create Limit Order to activate the limit order.

The order will remain active until it is executed or expires.<br>


---

# 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.odin.tools/thor-trading-bot/thor-web-extension/limit-orders.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.
