# MAM basics

MAM, or Multi-account manager, is a module which allows asset managers to trade on multiple client accounts by one click. The main benefit of MAM is bulk order execution with instant allocation to the prelinked accounts.

To begin a MAM group, a money manager must firstly have client accounts linked to his User ID. All account types can be linked to a money manager and added to a MAM group, but it is not possible to group accounts with One position per symbol with accounts that have Multiple positions per symbol settings permissions.

MAM groups may have an unlimited quantity of accounts. Trading within the MAM panel is fully functional and supports Stop loss, Take profit, and order modifying. Positions can be partially closed as well.

Account statistics is available for the prelinked accounts.

### Allocation methods

There are four allocation methods available in MAM:

| Allocation method       | Formula                                                                                                                                                                                                                                                                                                   |
| ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Lot multiplier          | <p><img src="/files/-LN9yf1_nKFK34PQagIy" alt="" data-size="original"> </p><p>MVol - order size entered by manager;</p><p>Vol i - volume of open positions on the subaccount;</p><p>k - coefficient from the accounts section of the MAM panel.</p>                                                       |
| Lot allocation          | <p><img src="/files/-LN9yhRhAq3oX0ralu0B" alt="" data-size="original"> </p><p>Vol i - volume of open positions on the subaccount;</p><p>MVol - order size entered by manager;</p><p>Lot i – the coefficient setting for the subaccount;</p><p>∑ Lot – sum of all coefficients of all active accounts.</p> |
| Proportional by balance | <p><img src="/files/-LN9yjnFEzMBB3kShQ8w" alt="" data-size="original"> </p><p>balance i - the balance of the subaccount;</p><p>∑balance - the balance of all active subaccounts.</p>                                                                                                                      |
| Proportional by equity  | <p><img src="/files/-LN9ym0XryIrKIUka0yF" alt="" data-size="original"> </p><p>Equity i - the equity of the subaccount;</p><p>∑Equity - the sum of equity of all subaccounts.</p>                                                                                                                          |


---

# 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://guide.traderevolution.com/project/desktop-application-for-windows/windows/mam-system/mam-basics.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.
