> For the complete documentation index, see [llms.txt](https://help.za.velocitytrade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.za.velocitytrade.com/desktop-application-for-windows/windows/mam-system/mam-basics.md).

# 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/-MgF4HA14bOFlRY1kNvh" alt=""></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/-MgF4HA4Lw7SenUgZNyP" alt=""></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/-MgF4HA7-qBW63ySWgt_" alt=""></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/-MgF4HAAHCxgdzfhodtA" alt=""></p><p>Equity i - the equity of the subaccount;</p><p>∑Equity - the sum of equity of all subaccounts.</p>                                                                                                                          |


---

# 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://help.za.velocitytrade.com/desktop-application-for-windows/windows/mam-system/mam-basics.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.
