# Adding Stop Loss & Take Profit Orders

To add Stop-Loss and Take-Profit orders, follow these steps:

* Open the New Order modal by **right-clicking the chart > New Order** and selecting the desired Order Type, Quantity, and Side.
* Check the options for **Stop Loss** and **Take Profit** to enable them.

<figure><img src="/files/1A6s3dHN6UHcSKfYwPNV" alt=""><figcaption></figcaption></figure>

* You can then adjust these orders based on Ticks, Price, $, or Percentage. (These four values are interconnected; changing one will automatically update the other three.)
* Once you click <img src="/files/eQfiLwkjp2uRbi1ApKbC" alt="" data-size="line">, your order will be created along with the associated Stop Loss and Take Profit orders.
* You can see these Stop Loss & Take Profit orders in **Orders** tab.

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

* You can also view these orders on the chart. Once triggered, they will be removed from both the chart and the **Orders** tab.

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

For a better understanding, please watch the attached video, which offers more detailed guidance.

{% embed url="<https://www.youtube.com/watch?v=Znqv5IzFvtU>" %}

**Note:**&#x20;

* Stop Loss and Take Profit orders must be added to the order upfront in the **Order Modal**.
* It is not possible to add Stop Loss or Take Profit orders to the same order after it has been cancelled.
* If you have multiple orders for the same instrument, the Stop Loss and Take Profit values will apply to the most recently executed order.
*

```
While **creating a pending order** and attaching **SL/TP values**, make sure to select the correct **TIF (Time in Force)** option — this determines **how long the order stays active**.
```

```
**🏷️ Time in Force (TIF) Options:**

* **DAY** – The order remains active **until the end of the trading day**. If not triggered, it will be **automatically cancelled**.
* **GTC (Good Till Cancelled)** – The order stays active **indefinitely** until you **manually cancel it**.
* **GTD (Good Till Date)** – The order stays active **until a specific date/time** you set. If not triggered by then, it is **automatically cancelled**.
```

* Click the link below to learn how to modify Stop Loss and Take Profit orders:\
  [How to Modify Orders](/webtrader/modifying-orders.md)

Source: <https://docs.agenatrader.com/webtrader/adding-stop-loss-and-take-profit-orders>


---

# 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.tradersyard.com/webtrader/adding-stop-loss-and-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.
