# Managing Trades: Take-Profit (TP) & Stop-Loss (SL)

## How to Access:&#x20;

<figure><img src="/files/IV7wBzvBRmrzlndi44FL" alt=""><figcaption></figcaption></figure>

Click the + TP/SL button or the pencil icon on any row in the Positions tab.&#x20;

{% columns %}
{% column %}

## **Take-Profit (TP)**

<figure><img src="/files/9kiPi2rwYRD91dU8UQqE" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

## **Stop-Loss (SL)**

<figure><img src="/files/WRn0pTK27ikfDTEMx9cF" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

In the TP/SL Modal:

* Set Price: Input the specific price at which you want your Take-Profit or Stop-Loss to trigger.
* Set Size (Slider): Use the slider (0-100%) to determine what fraction of your position should be closed when the trigger price is hit. You can close anywhere from a small portion to the entire position.
* Market vs. Limit Toggle:
  * Market (Default): Guarantees execution. When your trigger price is hit, a market order is sent.
  * Limit: Aims for better pricing. When your trigger price is hit, a limit order is placed at your specified price. Execution is not guaranteed if the market moves away quickly.


---

# 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.nunchi.trade/copy-of-nunchi-testnet-user-guide/account-management/positions/managing-trades-take-profit-tp-and-stop-loss-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.
