# TP / SL

Take Profits are price levels at which you take profit, and Stop Losses are price levels at which you sell to avoid losing more of your capital. In general, **we strongly recommend setting stop losses to protect your capital.**&#x20;

There are three ways to set take profit levels and stop losses: two places in the order form, and one place on the positions screen.&#x20;

### Order Form (Numerical)

Under the advanced tab of the order form, there is a place to set take profits and stop losses. Instead of a mental calculation, you can also calculate the take profit and stop loss based on the return on equity target.

<p align="center"> <img src="/files/xu2dVgAVeYSO9JQYFI0j" alt=""></p>

### Order Form (Visual)

After selecting the TP / SL on the order form, you can further refine your selection by looking at a visual interface.

<p align="center"> <img src="/files/Rd1aVuVyqbvPXEDWG7jM" alt=""></p>

### Position Screen (Visual)

Finally, you can also modify the Take Profit and Stop Loss after the trade by clicking on the&#x20;

<p align="center"> <img src="/files/9Gqq5NphAiPGsjWbaDTw" alt=""></p>


---

# 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.tryliquid.xyz/trading/take-profit-stop-loss.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.
