What MT4 Multi Account Manager Software Does — and Who Uses It
MT4 multi account manager software links many client accounts to one master account, so a single trade placed on the master is replicated across every linked account using a set allocation rule. That rule decides which share of the order each client receives — fixed lots, a percentage of the trade, or a proportional split by balance or equity — so you place the order once instead of forty times.

📌 TL;DR Executive Summary
- Core Takeaway: A MAM turns one master order into correctly sized child orders at execution, while each client keeps a separate balance, equity and trade history.
- Key Risk/Challenge: Allocation methods, plugin builds, fee models and regulatory duties differ by broker, and minimum-lot rounding quietly drops small accounts out of trades.
- Recommended Solution: Agree the allocation rule per client in writing, test it on demo with unequal balances, and keep every broker portal login in its own isolated browser profile.
Three products get sold under names that sound interchangeable. A MAM is not a signal service, not a PAMM pool, and not simply running a row of terminals yourself. What follows is how the allocation engine works, where broker-side and client-side versions diverge, and the checks that stop a rounding error from turning into a client complaint.
How MAM Software Works Under the Hood
A modern MT4 MAM breaks into four moving parts: a master profile, investor profiles, an allocation engine and an execution routing layer. You trade the master. The engine recalculates volume for each investor account. The routing layer sends the child orders out and writes fills back into each account’s statement.
The order path, step by step
- You open a position on the master. Volume, symbol, stop loss and take profit all come from that one ticket.
- The plugin intercepts the order. A server-side MAM sits on the broker’s trade server; a client-side MAM runs on your own machine. FXCC publishes its MAM as a third-party client-side application from MetaFX.
- The allocation engine calculates each child volume. It reads the rule attached to the group plus each account’s live balance or equity.
- Child orders are sent at or near the same price. TradeToolsFX MAT claims six-fraction-digit order volume accuracy with real-time distribution at the same pricing across the group.
- Fills land in each account. FXCC’s MAM handles unlimited accounts on instant execution, so the group can be large before anyone notices a delay.
Partial closes break more setups than any other feature. FXCC’s MAM lets the master close part of an order, and that partial close has to propagate correctly — otherwise one client is flat while another is still exposed to the same position. Test it on demo before real money touches the group. If you currently run several terminals by hand, the workflow in manage multiple MT4 accounts is a sensible baseline before you layer allocation on top of it.
Allocation methods compared
| Method | How the child volume is set | Typical use |
|---|---|---|
| Lot allocation | Fixed lots per account, regardless of size | Equal-sized accounts on one mandate |
| Percentage allocation | Each account receives a fixed share of the master volume | Clients with agreed weightings |
| Proportional by balance | Balance share of total group balance | Clients who deposit at different times |
| Proportional by equity | Equity share of total group equity | Groups where floating P&L should change sizing |
| Percent of equity per trade | A fixed percentage of each account’s equity, recalculated every order | Risk-normalised mandates |
| P&L allocation | Distributes profit and loss after the trade | PAMM-style reporting (MAM5) |
| Trade copier allocation | Mirrors one designated source account | Copying a single strategy into a group (MAM5) |
Method counts vary by vendor. KeySoft’s MAM4 ships with 10 allocation methods; MAM5 carries 14, including P&L allocation and trade copier allocation with P&L precision up to 16 digits. TradeToolsFX MAT supports lot, free-margin and percentage allocation and lets you attach an EA to any account in the group. The count is not the point. The point is whether the method your clients need is the one your broker’s plugin build actually implements.
MAM vs PAMM vs Copy Trading
The three get marketed as synonyms. They are not, and the difference shows up in client statements before it shows up anywhere else.
| MAM | PAMM | Copy trading | |
|---|---|---|---|
| Client funds | Stay in each client’s own account | Pooled into one trading account | Stay in the follower’s account |
| Trade timing | Each account receives its share at execution | Profit distributed proportionally after the fact | Positions replicated through a third-party platform or API bridge |
| Per-client settings | Own balance, own risk parameters | Limited; one pooled strategy | Follower-side multiplier and filters |
| Where it runs | Broker-side plugin or client-side app | Broker or provider module | Usually outside the broker’s trade server |
A MAM keeps each investor profile separate: its own slice of every trade and its own risk parameters. A PAMM pools everyone into one account and splits the result afterwards, which is simpler to operate and much harder to customise per client. Segregated client accounts add a layer of protection, because one participant’s funds and trades stay apart from the rest.
Copy trading is the odd one out. It replicates a signal provider’s positions into follower accounts through a third-party platform or an API bridge rather than broker-side allocation, which is why execution timing can drift between followers when the market moves fast. A broker-side MAM distributes at the trade server instead, so every linked account sees the same order at the same moment. That timing gap is why brokers push MAM at money managers and copy trading at retail.
Fees, Rules and the Paperwork Nobody Assigns You
Choosing software is the easy half. The other half is what you charge, what you must document, and what happens when a broker’s compliance team asks for the file.
Commission models you will be offered
MAM vendors typically expose three manager-side commission types: a performance fee calculated on a high-water mark, a management fee, and a flat fee. The high-water mark matters most — without it you can charge a performance fee on the recovery of a loss you caused. Confirm whether the mark resets per account or per group, and test it through a drawdown on demo before a client does.
What the software actually costs
Public rate cards are rare; most vendors quote per broker. KeySoft is unusual in publishing its model at all: broker licence fees based on total traded volume, with no installation fee, no per-server fee, and unlimited servers under one licence. Treat that as a volume-share arrangement rather than a fixed cost, and model it against your projected lots before signing anything.
Regulatory duties that now land on managers
CySEC’s tightened introducing-broker oversight took effect on 1 August 2026. Brokers must keep a documented due-diligence file on each IB relationship covering jurisdiction, AML risk, activity monitoring and quarterly conduct reviews, and retrofit existing IB partnerships by 31 October 2026. If you introduce clients to a CySEC-regulated broker, expect to supply that paperwork yourself. Those dates come from a Q3 2026 compliance roundup — confirm the specifics with the broker’s compliance team.
Leverage is capped and staying that way. ESMA’s five-year review on 30 August 2026 reaffirmed the limits — 30:1 on major FX pairs, 20:1 on minor pairs, 5:1 on equity CFDs and 2:1 on crypto CFDs — alongside negative-balance protection, and extended the measures through 2031. Your allocation logic has to live inside those caps, because an equity-proportional rule can size a small account into a position its leverage setting rejects.
Marketing is under scrutiny too. Australia’s ASIC has issued new guidance on copy-trading promotion, and France’s AMF has signalled that copy-trading marketing leaning on “consistent returns” or showing back-tested results without prominent disclosure breaches its General Regulation. If you manage money through a MAM and advertise it, your performance claims sit in your compliance file, not in a separate marketing bucket.
A Practical Checklist Before You Connect Real Accounts
The numbers nobody publishes
You will not find a public rate card from most MAM vendors, and published server-load, latency and failover benchmarks are close to nonexistent. Ask the broker three questions instead: how many accounts per group the build is licensed for, what happens to child orders when the allocation engine restarts mid-trade, and who owns a missed fill. Get the answers in writing before you onboard anyone.
- Confirm the plugin build with your broker. Features depend on the MAM version and licence it runs, not on the vendor’s product page.
- Decide the allocation method per client mandate. Write it into the agreement in plain language the client can repeat back to you.
- Test on demo with unequal balances. Include one account small enough to fall under the minimum-lot threshold.
- Check rounding behaviour. Ask whether allocated volume rounds down, and what the engine does when the result lands below 0.01 lots.
- Verify order types replicate. Market orders are table stakes; confirm stop loss, take profit and pending orders also copy.
- Test partial closes and stop adjustments. Modify one child position and see whether the master still controls it.
- Measure latency at your peak hour. Published checklists for picking MAM software put speed and reliability ahead of platform support and client tracking for a reason.
- Set up segregated accounts. Client funds and trades stay separate from one another and from your own capital.
- Agree the fee model and the high-water mark. Per account or per group — then test the maths on a losing month.
- Isolate every portal login. Broker client areas, CRM tools and reporting dashboards are browser sessions, and they need the same discipline as the trade server.
If you run more than one book of clients, keep the admin side boring: one naming scheme, one place per client, one owner per login. The principles in software for managing multiple accounts apply to MAM groups the same way they apply to any other account fleet.
Common Mistakes That Break a MAM Setup
Assuming every MAM behaves the same
Broker-server MAM features depend entirely on the broker’s plugin version and licensing. A method listed on a vendor’s specification page may be switched off in your broker’s build, and the vendor cannot switch it back on. Ask the broker for its allocation list, not the vendor.
Defaulting to equity-proportional allocation
Equity-proportional sizing recalculates on every trade, so an account sitting deep in floating loss receives a smaller allocation while a fresh deposit receives a larger one. That is defensible for a risk-normalised mandate and wrong for a client who expects a constant share of every order. Match the rule to the mandate, not to whatever the vendor ships as default.
Ignoring minimum-lot rounding
A proportional split of a 0.10-lot master order across fifteen accounts produces child volumes below the platform’s 0.01-lot minimum. Those accounts get skipped or rounded down, and the client concludes you did not trade for them on a day you were very active. Set a per-account floor and tell clients whose accounts sit under it.
Running every portal in one browser profile
Money managers rarely work from one screen. You log into a broker back office, a CRM, a client reporting dashboard, a web trader and probably two IB portals. Opened in a single browser profile, those sessions share cookies, local storage and one device fingerprint, and the platform reads that as one person cycling through unrelated accounts. Treat each login the way a multiple accounts manager treats each client account: one owner, one record, one environment.
Running stale terminal and proxy settings
MetaTrader 5 build 5660 and the September 2026 release notes improved HTTP and SOCKS5 proxy handling to cut connection errors, and dropped SOCKS4 entirely. A terminal still pointing at a SOCKS4 proxy will fail to connect, often intermittently, which looks like a broker problem until you check the MetaTrader 5 release notes for yourself.
Treating vendor pages as proof
Two of the most-cited MAM product pages carry live cautions: one still lists placeholder testimonials and dates from 2023, another has not been refreshed since 2017. Verify platform support and allocation lists against the build you will actually run, and treat unverified review quotes as decoration.
Session Hygiene: The Half of MAM Work Nobody Documents
MAM software handles the trade server. It does nothing about the browser half of the job, and that half is where a lot of quiet damage happens.
Every broker back office, client area, CRM and reporting dashboard you sign into is a cookie-based web session. Sendwin Browser runs each login in its own profile with a unique fingerprint. Canvas, WebGL, audio, fonts and hardware are spoofed at the engine level rather than injected by brittle scripts, and the spoofed values stay coherent, so each profile reads as a separate real machine. Timezone, locale, WebRTC and geolocation follow the proxy’s exit IP automatically, and every plan includes built-in residential proxies. Profile forty then shares nothing with profile twelve. A browser profile manager handles naming and grouping while you handle the trading. The desktop app for Windows, macOS and Linux keeps those profiles on your own machine.
Two capabilities matter for teams. Share a profile with a paid teammate and it opens already signed in, with no password changing hands — useful when a compliance reviewer needs read access to one broker portal. Cloud sync then carries those logins across your devices. The cloud browser runs profiles on Send.win’s EU and US cloud nodes from any device with nothing to install: 10 minutes a day free, unlimited on Pro and Team. Team also carries the local Automation API for Selenium, Puppeteer and Playwright, which fits statement collection and other repetitive portal work you already do by hand.
🏆 Send.win Verdict
MAM software solves order allocation across client trading accounts. It does nothing about the fact that you then log into those clients’ broker portals, CRMs and reporting dashboards from one browser, which is where session collisions, forced logouts and mixed client data come from. Send.win fixes that half: one isolated profile per login, one coherent fingerprint per profile, residential proxies included on every plan, and profile sharing that opens already signed in.
Try Send.win free today — run your broker and client portal logins in separate profiles for 30 days at $0, cancel anytime.
Frequently Asked Questions
What is MT4 multi account manager software in one sentence?
It is a plugin or application that links many client accounts to one master account and copies each master trade to those accounts using an allocation rule you choose. That rule sets the size of every client’s share. Each client keeps a separate balance, equity and statement throughout.
MAM vs PAMM: which should a broker offer?
Offer MAM when clients need individual risk settings, separate statements and different allocation methods. Offer PAMM when everyone joins one pooled strategy and profits are distributed proportionally afterwards. Many brokers run both, plus copy trading for retail followers who prefer a third-party bridge.
How do allocation methods work in practice?
The engine takes the master volume and applies the group’s rule to each account’s live balance or equity. Lot allocation ignores account size, percentage allocation gives each account a fixed share, and proportional methods scale by balance or equity. Some methods, such as P&L allocation in KeySoft MAM5, settle after the trade rather than at execution.
Can I run EAs across multiple client accounts?
With a MAM that supports it, yes. TradeToolsFX MAT lets you attach an EA to any account in the group, so the expert advisor trades that account normally while the master still distributes to the rest. Check with your broker first, because EA permissions depend on the plugin build they run.
How much does MAM software cost?
Most vendors quote per broker instead of publishing a rate card. Where pricing is public it tends to follow traded volume — KeySoft structures licence fees on total volume, with no installation fee, no per-server fee and unlimited servers. Model that as a share of projected lots rather than a fixed monthly cost.
Does MAM work with MT5 as well as MT4?
Usually as separate products. KeySoft sells MAM4 for MT4 and MAM5 for MT5 and bundles both as one service, and the MAM5 server plugin integrates with the MetaTrader 5 server alongside STP bridges and dealing-desk execution. Allocation counts differ, so verify the method list for whichever platform you run.
Who is allowed to use a MAM account?
MAM access is a broker-granted account type, not something you switch on yourself. Brokers restrict it to managers who clear their onboarding checks, and regulated brokers increasingly expect documentation on the relationship. If you run client money through a MAM, assume you will be asked for agreements, allocation rules and fee records.
What regulatory duties apply if I manage other people’s money through a MAM?
It depends on your jurisdiction and the broker’s. In the EU, CySEC’s IB due-diligence rules require brokers to hold a documented file on introducing relationships, and ESMA’s leverage caps remain in force through 2031. Marketing claims matter as well — ASIC and the AMF have both tightened their stance on performance advertising.
How Send.win Helps With Mt4 Multi Account Manager Software
Send.win is an antidetect browser built for exactly this kind of work — every profile is a clean, isolated identity:
- Isolated profiles – unique fingerprint, separate cookies and storage per profile
- Stealth engine – canvas, WebGL, fonts, and audio spoofed at the engine level
- Desktop app + cloud sessions – native app for Windows, macOS, and Linux, or run profiles in the cloud with no install
- Built-in residential proxies – with automatic timezone, locale, and WebRTC matching
- Team features – share logged-in profiles with teammates without sharing passwords
Try the instant cloud browser demo — no install, no signup — or download the desktop app. The 30-day free trial needs no credit card, and paid plans start at $6.99/month billed annually (see pricing).