# 🔻     Trigger Order

## Sell Trigger Order

A trigger order enables the user to automatically execute a sale of their position when a specified condition is met.

A Limit Order and a Trigger Order are different. A Limit Order sells at the exact price you set, but a Trigger Order might not because of slippage. So, when you sell with a Trigger Order, the final selling price could be different from the one you chose.

Slippage Tolerance is set at 25% for the Take Profit orders and 50% for Stop Loss orders.

The current open orders limitation is 5. So the user can not create more than 5 orders overall.

<figure><img src="/files/nE4OeZKoIRKWuP9WU3Km" alt="" width="375"><figcaption><p>Position Scene</p></figcaption></figure>

### Order types

There are two types of Sell orders:

* Stop Loss (SL). Sl order is a “command” to sell a token when its Price or FDV drops to a set level, reducing potential losses.
* Take Profit (TP). TP order is a “command” to sell a token when its Price or FDV rises to a predetermined condition, aiming to secure profits.

Users may choose the type of order by clicking on the “Take Profit” or “Stop Loss” buttons.

### Take Profit order

<figure><img src="/files/ybJEpxfb8r8UaFQxs0fF" alt="" width="375"><figcaption><p>Take Profit Order configuration</p></figcaption></figure>

There are 2 possible configurations in the Take Profit order:

* Amount. 50% or Custom %. If the user clicks on the "Amount: —%" button, they will need to enter a percentage value manually. For example, entering "44" means 44%. The available options range from 0 to 100.
* Sell Trigger. Users can pick one of two triggers: either the token's growth percentage compared to its current price, or its Fully Diluted Valuation (FDV).
  * Take Profit: 100% (x2), 200% (x3), 300% (x4) or Custom Input. If the user clicks on the "TP: —%" button, they will need to enter a percentage value manually. For example, entering "501" means 501%. There is no limitation for % value.
  * FDV: Custom input of the Sell Trigger FDV. The possible values are from 0 to 10,000,000,000,000.

*In custom fields, only numbers should be entered; including symbols such as % or others will result in an error.*

### Stop Loss order

<figure><img src="/files/KZ0FyGPJo6C8M3QYepDm" alt="" width="375"><figcaption><p>Stop Loss Order configuration</p></figcaption></figure>

There are 2 possible configurations in the Stop Loss order:

* Amount. 50% or Custom %. If the user clicks on the "Amount: —%" button, they will need to enter a percentage value manually. For example, entering "44" means 44%. The available options range from 0 to 100.
* Sell Trigger. Users can pick one of two triggers: either the token's growth percentage compared to its current price, or its Fully Diluted Valuation (FDV).
  * Stop Loss: -10%, -25%, -50%, or Custom Input. If the user clicks on the "SL: —%" button, they will need to enter a percentage value manually. For example, entering "20" means -20%. The available options range from 0 to 100.
  * FDV: Custom input of the Sell Trigger FDV. The possible values are from 0 to 10,000,000,000,000.

### Edit Existing Order

The user may see the list of created Trigger Orders under every position.

<figure><img src="/files/vj7GpfswQ5PBwCGIHgEN" alt="" width="375"><figcaption></figcaption></figure>

If the user clicks on the Open Orders button the following menu appears:

<figure><img src="/files/ct4c4GCJu8B5qIQUfp4J" alt="" width="375"><figcaption><p>Orders management scene</p></figcaption></figure>

Possible options are:

* Edit Order. All parameters, except for the order type (Take Profit or Stop Loss), are editable.
* Cancel Order. The order will be immediately canceled after confirmation.

<figure><img src="/files/E0VROuFopb2Dlw1Glr5s" alt="" width="375"><figcaption><p>Order Edit scene</p></figcaption></figure>

If the user chooses to continue with the edited order the previous order will be automatically replaced by a new one.


---

# 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.alfred.trade/alfred-documentation/using-alfredo-trade/trigger-order.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.
