# Stop-Loss / Take-Profit Orders

You can create stop-loss and take-profit orders by clicking the "..." button in the position row and selecting the "Trigger Close" option, or by using the "TP/SL" tab in the trade box.

Once you've set up a trigger order, it will appear both in your position's row and under the "Orders" tab. You can edit the order and adjust the trigger price if needed.

If you close a position manually, the associated trigger orders will remain active. You’ll need to cancel them manually if you don’t want them to apply to future positions.

Keep in mind that trigger orders are not always guaranteed to execute. This could happen in certain situations, such as:

* The mark price, which is an aggregate from multiple exchanges, didn’t reach the specified trigger price.

Additionally, since trigger orders are market orders, they are not guaranteed to execute exactly at the trigger price.


---

# 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.onlyperps.com/welcome-to-onlyperps/trading/stop-loss-take-profit-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.
