# Set allocation methods and rollover settings for PAMM master accounts

You can set the [allocation method](/copy-trading-pamm-and-mam-concepts/allocation-methods-for-pamm.md) and specific rollover[^1] settings for each PAMM master account in the Admin panel.

The selected allocation method will be applied by default when creating subscriptions to the master account in the Admin panel or Web UI. Rollover for the account will occur according to the specified settings.

## Set the allocation method

To set the allocation method for a master account:

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

{% step %}
Go to **Masters**.
{% 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 %}
Select the account and click the account number in the **Account Login** column to open the account details.
{% endstep %}

{% step %}
On the **Properties** tab, locate the **Pamm allocation settings** section.

{% hint style="info" %}
By default, the allocation method selected on the **Trading Settings** tab under **PAMM** > **Settings** is applied to all newly created PAMM master accounts (for details, refer to [Configure trading settings for PAMM](/admin-panel-guide/manage-b2copy-settings/configure-trading-settings-for-pamm.md)).
{% endhint %}
{% endstep %}

{% step %}
If you want to change the allocation method for the selected account, click **Edit** and choose another one in the **Type of allocation** dropdown.

<figure><img src="/files/xugHuIRuai8vxMsxAmRp" alt="PAMM allocation settings"><figcaption><p>PAMM allocation settings</p></figcaption></figure>
{% endstep %}

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

## Set the rollover settings

To set the rollover settings for a master account:

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

{% step %}
Go to **Masters**.
{% 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 %}
Select the account and click the account number in the **Account Login** column to open the account details.
{% endstep %}

{% step %}
On the **Properties** tab, locate the **Rollover Schedule** section.

{% hint style="info" %}
By default, the rollover type selected on the **Trading Settings** tab under **PAMM** > **Setting** is applied to all newly created PAMM master accounts.
{% endhint %}
{% endstep %}

{% step %}
If you want to change the rollover type for the selected account, click **Edit** and choose a different option in the **Type of rollover** dropdown:

* **Manual** — the rollover process is triggered on a PAMM master account by the trader who owns that account at a required time.
* **Scheduled** — the rollover process is run automatically based on a schedule.

For the scheduled type, select one or more times in the **Rollover time** dropdown at which the rollover will be initiated on the account. Additionally, select the duration of the [freeze period](#user-content-fn-2)[^2] before the rollover in the **Freeze time before rollover** field.

<figure><img src="/files/bP2JpPhp9bU6skOYFUsQ" alt="Rollover schedule"><figcaption><p>Rollover schedule</p></figcaption></figure>
{% endstep %}

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

[^1]: For PAMM accounts, a process during which trading results gained on a PAMM master account are updated and the outcome is distributed between subscribed PAMM investors, while deposit and withdrawal requests are executed as well. The rollover process can be triggered manually by the owner of a PAMM master account or can run automatically based on a schedule.

[^2]: The period preceding the PAMM rollover, within which no requests are accepted from PAMM investors to be processed during the upcoming rollover. The requests created during freeze time will be processed during the next rollover.


---

# 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-master-and-investment-accounts/set-allocation-methods-and-rollover-settings-for-pamm-master-accounts.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.
