> For the complete documentation index, see [llms.txt](https://docs.b2copy.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2copy.b2broker.com/admin-guide/manage-master-and-investment-accounts/assign-risk-limits-to-a-master-account.md).

# Assign risk limits to a master account

To mitigate the risk of losses in copy-trading and MAM master accounts, it is possible to set risk limits on these accounts.

[Risk limits](/copy-trading-pamm-and-mam-concepts/risk-limits-for-master-traders.md) can be assigned to newly registered traders or to accounts that demonstrate volatile returns. This helps safeguard both the traders who manage the master accounts and the investors who subscribe to them against significant losses.

When a master account reaches at least one of the assigned risk limits, the following occurs:

* All open positions on the account are closed.
* All pending orders are canceled.
* The account is blocked and no further trading is permitted on this account until it is unblocked.

Assign risk limits to a master account:

{% stepper %}
{% step %}
Go to **Investment Platform** and expand the required platform instance.
{% endstep %}

{% step %}
For copy-trading master accounts, go to **B2COPY** > **Masters**.\
For MAM master accounts, go to **Mam** > **Masters**.
{% endstep %}

{% step %}
Select a master account, and click **Edit**.
{% endstep %}

{% step %}
Go to the **Risk Limits** tab.
{% endstep %}

{% step %}
Assign the following types of risk limits or their combination to the selected master account:

<figure><img src="/files/Nwh4MW8fHpwMpMG48Bok" alt="Assign risk limits to a master account"><figcaption><p>Assign risk limits to a master account</p></figcaption></figure>
{% endstep %}
{% endstepper %}

## **Daily Risk Limit (%)**

In the **Daily Risk Limit (%)** field, enter the maximum daily loss as a percentage of the master account equity calculated at the start of the day, as per the MT or cTrader server time (00:00), and click **Save**.

When the limit is assigned, the **Risk Limit Equity** field displays the equity value by reaching which the account will be blocked. The account remains blocked until the start of the next day, as per the server time (00:00).

## **Daily Risk Limit (Account Currency)**

In the **Daily Risk Limit** field, enter the maximum loss amount per day, and click **Save.**

{% hint style="info" %}
The daily risk limit is denoted in the currency in which the selected master account is denominated.
{% endhint %}

When the limit is assigned, the **Risk Limit Equity** field displays the equity value by reaching which the account will be blocked. The account remains blocked until the start of the next day, as per the MT or cTrader server time (00:00).

{% hint style="warning" %}
The daily risk limits assigned to master accounts on the same day when the accounts have been created begin to work the next day, as per the server time (00:00). For those accounts, the limits are calculated against the equity values recorded at 00:00 MT server time.
{% endhint %}

## **Loss Limit (Max Loss Amount)**

In the **Loss Limit** field, enter the maximum loss amount, and click **Save**.

{% hint style="info" %}
The loss limit is denoted in the currency in which the selected master account is denominated.
{% endhint %}

If the combined total of realized PnL and unrealized PnL on the master account exceeds the assigned maximum loss amount, the account is blocked. To unblock the account, click **Reset risk limits and activate account**.

## **Max DD Risk Limit**

To assign the maximum drawdown limit to a master account, enter the desired percentage value in the **Max DD Risk Limit (%)** field, and click **Save**.

{% hint style="info" %}
You cannot set a Max DD limit to be equal to or less than the current Max DD value on the account. For example, if the current Max DD on a master account is 20%, the Max DD limit cannot be set to 20% or lower.
{% endhint %}

If the Max DD limit assigned to the master account is reached, the account is blocked. To unblock the account, click **Reset risk limits and activate account**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.b2copy.b2broker.com/admin-guide/manage-master-and-investment-accounts/assign-risk-limits-to-a-master-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
