# Copy positions at master accounts prices

*Applicable to copy trading and MAM*

You can configure positions opened on master accounts to be copied into subscribed copy-trading and MAM investment accounts at the prices at which those positions were opened on the master accounts. Moreover, when positions are closed on the master accounts, the corresponding positions on subscribed investment accounts are closed at the same prices.

This can be configured for accounts belonging to specific account groups.

Copying positions at master account prices helps avoid price slippage when executing orders using the B-Book model.

{% hint style="info" %}
In the cases listed below, positions are copied into investment accounts at current market prices regardless of account groups:

* If different symbol name conventions are used to identify the same trading instrument on a master account and the subscribed investment account, the position is copied at its current market price.
* If the option named **Copy open positions to new investors** is enabled, open positions on a master account are copied to the newly subscribed investment account at their current market prices.
* If an open position on a master account is copied to the subscribed investment accounts after clicking the **Resync** button in the Admin panel, the position is copied at its current market price.
  {% endhint %}

To add groups for which positions to be copied at master account prices:

{% stepper %}
{% step %}
Expand the **Settings** menu.
{% endstep %}

{% step %}
Go to **Copy at MA Price** in the menu.
{% endstep %}

{% step %}
If you have several platform instances (such as MT4, MT5, or cTrader), make sure you are in the correct instance, or go to it using the switcher in the upper-left page corner.
{% endstep %}

{% step %}
To add an account group, click **Add** and enter a group name in the filed that appears.

Add as many groups as needed.

<figure><img src="/files/N8X0FAZnITFfRzQtyK7u" alt="Copy at MA price"><figcaption><p>Copy at MA price</p></figcaption></figure>
{% endstep %}

{% step %}
To disable copying positions at master account prices for a particular group, click the **bin** icon next to this group.
{% endstep %}

{% step %}
Click **Save** to apply the changes.
{% endstep %}
{% endstepper %}


---

# 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/admin-panel-guide/manage-b2copy-settings/copy-positions-at-master-account-prices.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.
