# Limit/Target Orders

### 📌 Limit order

This allows the user to set up an automatic buy/sell at a predetermined profit/loss level. To use this function simply paste the contract address of the token and then select the Limit Order button.

<figure><img src="/files/QtRzXwdgkcK4jf6vB0Ay" alt="" width="229"><figcaption><p>Select this button to manage limit order for current trade</p></figcaption></figure>

### 📈  Take profit

<figure><img src="/files/hgZqM9u4EFohxoedhpom" alt="" width="446"><figcaption><p>Take profit menu</p></figcaption></figure>

* Selling: 100% of bag - select this button to set the amount (in %) of your bag you wish to order for sell.
* Selling: entry price - this is only an information that all orders are created with reference to the initial purchase price.
* 100/400/600/1000/2000% - choosing any of these buttons will create a take profit order to sell at selected level.
* Custom % - you can set a custom take profit order level by selecting this button.

When you select any of the above buttons, the bot will ask for confirmation to create a take profit order and display an estimated payout.

<figure><img src="/files/dKiHRCXtVDSZDjUN21VN" alt="" width="446"><figcaption></figcaption></figure>

<figure><img src="/files/TehX6HhwNTJTsyBl8EvP" alt="" width="473"><figcaption><p>Confirmation</p></figcaption></figure>

### 📉  Stop loss

<figure><img src="/files/jMWeRZHxTahMrzAKuJyz" alt="" width="442"><figcaption><p>Stop loss menu</p></figcaption></figure>

* Selling: 100% of bag - select this button to set the amount (in %) of your bag you wish to order for sell.
* Selling: entry price - this is only an information that all orders are created with reference to the initial purchase price.
* -20/-40/-60/-80/-90% - choosing any of these buttons will create a stop loss order to sell at selected level.
* Custom % - you can set a custom stop loss order level by selecting this button.

When you select any of the above buttons, the bot will ask for confirmation to create a stop loss order and display an estimated payout.

<figure><img src="/files/IbD5kw65lcTgkTSp46gk" alt="" width="416"><figcaption></figcaption></figure>

<figure><img src="/files/hPgk1aTy2JbyxVeAm5BE" alt="" width="450"><figcaption><p>Confirmation</p></figcaption></figure>

### 📊 Active Limit Orders

Selecting this button will display a list of all active limit orders. From here, the user can manage active limit orders. To cancel an active order, simply click on it.

<figure><img src="/files/vL3tp1TzKgZkLTqnwhuj" alt="" width="455"><figcaption></figcaption></figure>

Alternatively, user can simply type `/limit` in the bot to display the list of all active limit orders for any token.

<figure><img src="/files/gIm8XTwfdkejQ8LkZRU6" alt="" width="422"><figcaption><p>Example of list of limit orders</p></figcaption></figure>

### 💸Target Order

Target orders are designed for those who wish to create an automatic buy order at a predetermined price level. To use this function select Target Order button.

<figure><img src="/files/7XmxOaGc2WzlfMzwPyae" alt="" width="227"><figcaption><p>Select this button to create a target order</p></figcaption></figure>

<figure><img src="/files/X5Lb2rEM4Vurgv5a3hnU" alt="" width="458"><figcaption></figcaption></figure>

* ***Buying: 5 TON*** - select this button to set a buy order amount from the predefined options or to set a custom one.

<figure><img src="/files/zhGXCYb0BxkpW3srLI1h" alt="" width="455"><figcaption></figcaption></figure>

<figure><img src="/files/ICfLgCuMSGZvo2nIvjfj" alt="" width="563"><figcaption></figcaption></figure>

* ***Set target order*** - select this button to set the price level (in terms of market cap in USD) for the buy order. Once the desired price level has been set, the bot will display the estimated values and ask for confirmation.

<figure><img src="/files/0VBm4UWuUhNksoE1ji8q" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/LUNxP2Uj15JOhvLYLjDt" alt="" width="472"><figcaption><p>Confirmation</p></figcaption></figure>

### 📊 Active Target Orders

Selecting this button will display a list of all active target orders. From here, the user can manage active limit orders. To cancel an active order, simply click on it.

<figure><img src="/files/MbkSwmR6i49nf4MkKFf4" alt="" width="459"><figcaption></figcaption></figure>

Alternatively, user can simply type `/targets` in the bot to display the list of all active limit orders for any token.

<figure><img src="/files/fxT8puqS0k64BQWhh58x" alt="" width="419"><figcaption></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://stonks-bot.gitbook.io/stonks-bot-manual/limit-target-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.
