# Limit Orders

### Limit Buy Orders: <a href="#limit-buy-orders" id="limit-buy-orders"></a>

1. Enter the token address
2. Click the "Limit Order" button
3. Choose or enter the purchase amount
4. Click on the target price and specify either the exact price, a percentage difference from the current price, or set  Dev Sell&#x20;
5. Optionally, set a sell price
6. Click "Create Order" to complete the limit buy order setup

**DEV Sell**: Automatically buy the token when the Dev sells it

&#x20;                 Dev Sell only triggers the first time the dev sells.

<figure><img src="/files/eZbKb0zt3nULWsMKVeeL" alt=""><figcaption></figcaption></figure>

**Limit Buy Order Explanation:**

* Limit buy orders allow setting a price lower than the current price; the purchase will trigger when the token's price drops below the set price.
* Limit buy orders also support setting a price higher than the current price; the purchase will trigger when the token's price rises above the set price.

**Limit Sell Orders:**

1. View holdings in the menu.
2. Click on the token name.
3. Click "Limit Order."
4. Click "Limit Sell."
5. For detailed settings, refer to [Auto Sell](/tradewiz/auto-sell.md)

**Limit Sell Order Explanation:**

* You cannot create a limit sell order if you do not hold the token

[<br>](https://tradewiz-bot-on-salana.gitbook.io/untitled/smart-money)


---

# 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://tradewiz.gitbook.io/tradewiz/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.
