# Copying of Stop Loss (SL) and Take Profit (TP) orders

**Do subscribed investors copy SL and TP orders in B2COPY?**

In B2COPY, subscribers don't copy pending orders from master accounts. This includes:

* Stop Loss (SL) orders
* Take Profit (TP) orders
* Stop orders
* Limit orders
* Stop-limit orders

Instead, B2COPY only replicates executed deals. This means:

* As soon as a trade is opened on the master account — whether triggered by a pending order, placed manually, or generated by an external signal — the system copies the resulting market position to all active subscribers.
* When the master trader closes the trade, B2COPY replicates the closing action across all subscribers.

This ensures that subscribers follow the actual trading activity of the master trader, not the planned or pre-set order structure.


---

# 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.b2copy.b2broker.com/copy-trading-pamm-and-mam-concepts/copying-of-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.
