# Auto TP/SL

The Auto TP/SL (Take Profit/Stop Loss) feature on MevX is designed to help traders optimize profits and manage risk more effectively.&#x20;

## <mark style="color:blue;">**Setting Up Auto TP/SL**</mark>

{% embed url="<https://app.arcade.software/share/PcA5U1qYOFVYM2Kxb2bZ>" %}

1. Access a token chart and choose to enable **Auto TP/SL** below the trading section.
2. Set up a TP/SL order before buy the token.
3. **TP/SL Configuration**:

<table><thead><tr><th width="201">Button</th><th>Meaning</th></tr></thead><tbody><tr><td><strong>Enable/Disable</strong></td><td>Toggle the <strong>Auto TP/SL</strong> switch to turn it on or off</td></tr><tr><td><strong>Trigger %</strong></td><td><ul><li>Enter a <strong>positive value (+)</strong> for <strong>Take Profit</strong> (activates when price increases by that %)</li><li>Enter a <strong>negative value (–)</strong> for <strong>Stop Loss</strong> (activates when price decreases by that %)</li></ul></td></tr><tr><td><strong>Sell %</strong></td><td>The portion of your position to sell when the trigger is hit</td></tr><tr><td><strong>Expiry</strong></td><td>Set a time limit for how long the TP/SL order will remain active</td></tr><tr><td><strong>Add Order</strong></td><td>Add more TP/SL orders</td></tr><tr><td><strong>Save Config</strong></td><td>Save your orders</td></tr></tbody></table>

> ***Note:** Auto TP/SL does not apply to every trade — it only applies to trades where the user has set TP/SL **before buying**.*

## <mark style="color:blue;">**Key Features**</mark>

* **Risk Management**: Set a predetermined Stop Loss to protect your assets if a token’s value drops unexpectedly.
* **Profit Optimization**: Set a Take Profit level to automatically secure gains when the token reaches your desired profit level.

Auto TP/SL simplifies trade management and minimizes the risk of missing profitable opportunities while preventing losses from price declines.


---

# 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.mevx.io/docs/feature-ecosystem/buy-and-sell/auto-tp-sl.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.
