# (5) Select your TP/SL

## FAQs:

* [**What is "Take Profit (TP)"?**](#take-profit)
* [**What is "Stop Loss (SL)"?**](#stop-loss)
* [**What is the importance of take profit and stop loss?**](#importance-of-take-profit-and-stop-loss)

***

## Step Five: Select your TP/SL

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXdJgbSrNLN1G5C2KtIlQxMPTUh_cX3ipwf211OogLMBiDu9bn2D3zUJCpe6fPb2PbqFA8Qa_2N9HOjM3_jAkSq4k39v1Kh-pt-J_CBA9MGhSFECcrciY6dgkzlYySajD9LflijXjZJ-VJz4BMe_mtmnblk?key=AjHljL4E58k2V3zq65rebA)

### **Take Profit**

**Definition:** A take profit order is an instruction to close a position once the price reaches a predetermined level, securing a profit.<br>

**Purpose:** The main goal is to lock in gains before the market can reverse. By setting a take profit level, traders can automate the exit from a profitable trade without needing to monitor the market continuously.<br>

**Implementation:** Traders specify the price at which they want to take profit when they open a position or while the position is open. Once the market reaches that price, the order is executed automatically.<br>

**Example:** If a trader buys Bitcoin at $50,000 and sets a take profit order at $55,000, the position will be closed automatically once the price reaches $55,000, securing the profits.<br>

***

### **Stop Loss**

**Definition:** A stop loss order is an instruction to close a position once the price reaches a predetermined level that signifies an unacceptable loss.<br>

**Purpose:** The main goal is to limit potential losses in case the market moves against the trader’s position. By setting a stop loss, traders can protect their capital without having to watch the market constantly.<br>

**Implementation:** Traders specify the price level for the stop loss when opening a position or while the position is active. If the market price hits this level, the order is executed automatically, closing the position.<br>

**Example:** If a trader opens a long position in Ethereum at $2,000 and sets a stop loss at $1,900, the position will be closed if the price drops to $1,900, thereby limiting the loss.<br>

***

### **Importance of Take Profit and Stop Loss**

* **Risk Management:** Both tools are essential for managing risk in trading. They help traders avoid emotional decision-making and maintain discipline in their trading strategies.<br>
* **Automated Trading:** By automating the exit points, traders can focus on other aspects of their trading strategy without having to monitor prices constantly.<br>
* **Market Volatility:** In volatile markets, take profit and stop loss orders can be especially important to protect gains and limit losses effectively.


---

# 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.tradoor.io/tradoor-user-guide-v2/how-to-trade-on-tradoor/trading-perps-101/how-do-i-make-my-first-trade-in-perps/5-select-your-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.
