# Take Profit/Stop Loss Orders

**Take Profit (TP) orders** are utilized to automatically close a position and secure profits once the market price hits a predetermined level:

* Long Positions: above the entry price
* Short Positions: below the entry price

Conversely, **Stop Loss (SL) orders** are employed to automatically close a position and limit losses once the market price reaches a preset level:

* Long Positions: below the entry price
* Short Positions: above the entry price

## How should the TP/SL orders be set?

|                 | TP                                                                                                               | SL                                                                                                                                                                                                                                                                                      |
| --------------- | ---------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Long Positions  | Place it at a price level **higher than the entry price** where you intend to close the trade and secure profits | <p>Place it at a price level </p><ul><li><strong>Lower than the entry price</strong> to close the trade and prevent additional losses, and </li><li><strong>Higher than the liquidation price</strong> to prevent liquidation rather than simply closing the position.</li></ul>        |
| Short Positions | Place it at a price level **lower than the entry price** where you intend to close the trade and secure profits  | <p></p><p>Place it at a price level </p><ul><li><strong>Higher than the entry price</strong> to close the trade and prevent additional losses, and </li><li><strong>Lower than the liquidation price</strong> to prevent liquidation rather than simply closing the position.</li></ul> |


---

# 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.moonlander.trade/how-to-use/trading/take-profit-stop-loss-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.
