← Back to the journal
BlogAug 4, 2026 · 14 min read

One Strategy, Multiple Prop Firm Accounts: The Four Rules to Check First

Routing one TradingView strategy to several MT5 prop accounts? The rule that binds is rarely the copy trading clause. Four rule patterns to check, and how to check them.


Plenty of traders end up in the same situation. One strategy, several MT5 accounts to run it on: an evaluation account, a funded account, maybe a personal live account. The strategy fires one signal, and that signal has to land on accounts with different balances, different drawdown limits, and different rules about what is permitted in the first place.

The broad picture is more permissive than most people assume. Copying your own trades between your own accounts, inside the same firm, with you as the only person making decisions, is permitted by a large share of firms. Automated execution is widely allowed too, provided the strategy is your own, it does not exploit latency, arbitrage or pricing errors, and it does not breach the account management or consistency rules.

What trips people up is that the copy trading clause is usually not the binding constraint. Three or four other rule patterns, sitting in different parts of the terms, tend to matter more. This article covers what those patterns are, why they exist, and how to check them for your own firm.

It is a summary of how these rules are generally structured, not a statement about any particular provider and not guidance on how to trade. Terms differ between firms and change frequently, so every section below ends where your own verification starts.

Two mechanisms that get treated as one

Before the rules, the mechanics, because most rulebooks were written with one architecture in mind while traders apply them to a different one.

Trade copying is master to slave. One account is the source of truth. Software watches its fills and replicates them onto the other accounts, typically a few hundred milliseconds later, scaled by a fixed multiplier. Whatever price the master fills at, the slaves inherit. If the copier loses its connection, the slaves stop receiving orders.

Signal fan-out is one-to-many at the source. The strategy fires a single alert. A relay receives it and opens an independent order on each account, sized from that account's own parameters. There is no master account, and no account sits downstream of another.

Three practical differences follow:

  • Sizing. A copier multiplies the master's lot size. A fan-out calculates each account's lot size from that account's own equity and configured settings. The arithmetic section below shows what that produces.
  • Failure mode. If one broker rejects an order, because of insufficient margin, an untradable symbol, or a closed market on that server, a fan-out routes to the remaining accounts and logs the rejection. A master-slave chain has a single point of failure at the top.
  • Footprint. Copied trades derive from the master's fill, producing near-identical entry prices with a consistent lag pattern. Independently routed orders each receive their own fill from their own broker. This is not a method for concealing anything from a compliance team and should not be treated as one, but the accounts are genuinely independent rather than nominally so.

Most rulebooks use the vocabulary of the first mechanism: master accounts, slave accounts, copiers. There is no widely used term for the second. That gap is worth knowing about when you read a clause and try to work out whether it describes your setup.

For the mechanics of the underlying connection, see how to connect TradingView to MT5 and TradingView webhook alerts: setup and syntax.

Rule pattern 1: capital allocated per strategy

This is the one that gets missed, and at several firms it is the constraint that actually binds.

A number of firms do not cap how many accounts you hold. They cap the total simulated capital sitting behind a single strategy. Published ceilings commonly fall in the $300,000 to $400,000 range, and some firms apply a second, tighter cap per trading bot or per instrument.

The wording to look for is any limit expressed "per trader or strategy" rather than per account, and any clause describing what happens when identically traded strategies are detected across multiple accounts. In the terms where this appears, the stated trigger is usually the capital ceiling being exceeded, not the duplication by itself.

The reason firms write it this way is risk concentration on their own book. Ten accounts running one strategy is not ten independent traders. It is one set of positions repeated ten times. Firms that publish a rationale for these limits tend to describe them in exactly those terms, as risk management and diversification measures.

The practical consequence is that account count and notional size are separate questions. Two $200,000 accounts on one strategy can sit at a firm's ceiling before a third account is opened.

Rule pattern 2: whose accounts, and at which stage

Copy trading clauses vary along two axes, and the terms are not always explicit about which one they mean.

Ownership. Nearly all firms distinguish copying between accounts you own from copying another person's trades. The second is generally prohibited, often filed under group trading, signal following or third-party account management. The first is commonly permitted, on the condition that you are the only person making trading decisions.

Account stage. This is the axis people miss. Some firms draw the line not by who owns the accounts but by which stage they are at, permitting replication between evaluation accounts while restricting it once a funded account is involved. Terms written this way can prohibit a setup where both accounts belong to the same person.

If your intended setup spans an evaluation account and a funded account, this is the specific thing to confirm, because it is the case most likely to differ from what a general summary would lead you to expect.

Across different firms. Cross-provider language is usually narrower than people assume. Where terms address accounts held at other providers, they are typically scoped to opposing positions, meaning hedging one firm against another for manipulative purposes. Running the same directional strategy at two firms is often not addressed at all. Per-strategy capital caps are also written per firm, so they do not aggregate between them. That said, "not addressed" is not the same as "permitted," and it is worth a direct question rather than an assumption.

Rule pattern 3: authorship, not just automation

The line firms draw around Expert Advisors has shifted. A few years ago the question was whether automation was allowed at all. Increasingly the question is who wrote the strategy.

Several firms now permit full automation when the strategy is your own and you can demonstrate it, while restricting third-party software to trade management and risk management functions. Accepted proof of authorship can include uncompiled source, version control history, or explaining the logic on a call. At least one firm states explicitly that a compiled binary alone is not proof.

There is a distinction inside this that matters for anyone running signals from a charting platform, and it is worth reading terms carefully for: software that generates trading signals is not the same as software that executes them. Rules aimed at commercial bots are generally aimed at systems that decide what to trade. An execution component that places orders from a strategy you wrote is doing a different job. Not every rulebook makes this distinction explicitly, so if your setup separates the two, it is worth asking the firm to confirm how they classify each part.

A strategy written in Pine Script has a practical advantage here, in that it is source code the author can produce on request.

The other conditions attached to automation are consistent across the industry: no exploitation of platform latency, no arbitrage or pricing-error strategies, and no breach of the account management or consistency rules. See our guide on automating a prop firm challenge without breaking the rules for the single-account version of this.

Rule pattern 4: direction of flow

The clearest framing published anywhere splits copying by direction rather than by ownership.

Outbound, meaning your account acts as the source and orders flow out to accounts elsewhere, is often permitted.

Inbound, meaning orders flow into the account from an external source, is more frequently restricted, and is sometimes classified as third-party account management regardless of who owns the external source. Terms in this shape typically name signal providers and copier services where the firm's account acts as the slave.

Any setup that routes orders into an account from outside sits closer to the inbound pattern in structure, even when the source is a strategy you wrote yourself. Where a firm uses this framing and does not define "external source," that ambiguity is worth resolving in writing before you build anything on top of it.

Rules that specifically bite multi-account automation

Beyond the copy trading clauses, five categories of rule tend to cause problems for one strategy running on several accounts at once. All five are worth checking individually:

  • Consistency and best-day rules. Limits on how much of your total profit may come from a single day or a single trade. These do not usually cause a breach; they delay or block a payout, which is a slower and more expensive way to find out.
  • Activity limits. Caps on trades or server requests per day. Check whether warnings accumulate per account or across all your accounts, because in some terms they carry from one account to the next, which compounds quickly across a group.
  • Minimum hold times. Some firms cap the proportion of trades that may be held under a set duration. This is a hard quantitative constraint on fast strategies, expressed as a percentage of your trades rather than a ban.
  • News and session windows. Restrictions differ by firm, and some apply to closing trades as well as opening them, which means a take profit filling inside a restricted window can count against you. Where accounts sit at different firms, their restricted windows will not align.
  • VPS and VPN restrictions. Some firms restrict connecting to a trading account through a VPS or VPN. This matters structurally, because any setup that executes through software running inside a MetaTrader terminal needs that terminal running continuously, which normally means a VPS and a separate terminal instance per account.

The arithmetic of one lot size across unequal accounts

This section describes what the numbers do. It is arithmetic, not a recommendation about position sizing, risk levels or strategy.

Take a EURUSD position with a 30 pip stop distance, routed at a fixed 0.10 lots to three accounts of different sizes. At approximately $10 per pip per standard lot for a USD-quoted pair, a 30 pip stop on 0.10 lots corresponds to about $30.

Account

Equity

Fixed size

Amount at stop

As % of equity

Evaluation

$10,000

0.10 lots

$30

0.30%

Funded

$100,000

0.10 lots

$30

0.03%

Live

$5,000

0.10 lots

$30

0.60%

The same order therefore represents a twentyfold spread in proportional terms between the largest and smallest account. That spread is a product of the fixed lot size, not of any decision made about the accounts.

Percentage-based sizing inverts the calculation. The configured percentage and the stop distance determine the lot size, rather than the lot size determining the percentage:

lot size = (equity × risk %) ÷ (stop distance in pips × pip value per lot)

Applied to the same three accounts at an arbitrary 0.5%:

Account

Equity

Configured %

Amount at stop

Resulting lot size

Evaluation

$10,000

0.5%

$50

0.17

Funded

$100,000

0.5%

$500

1.67

Live

$5,000

0.5%

$25

0.08

The percentage shown is illustrative and carries no recommendation. The structural point is that a fixed multiplier encodes the relationship between accounts at the moment it is configured, while a percentage recalculated from live equity tracks each account as its balance changes.

Why identical strategies produce correlated drawdown

One further mechanical property is worth stating, because it is the same property the capital caps in rule pattern 1 address.

Running one strategy on four accounts does not spread exposure across four independent positions. It produces one set of positions repeated four times. When the strategy experiences a losing sequence, all four accounts move in the same direction at the same time. Drawdown is not diversified by the number of accounts, because the accounts are not independent sources of return. Accounts in such a group also have different drawdown limits, which are therefore reached at different points.

What follows from that is a decision for the trader and outside the scope of this article. It is noted here only because it explains why the caps exist on the firm's side.

What a multi-account setup has to handle

Regardless of strategy, a setup routing one signal to several prop firm accounts has to deal with five things:

  1. Per-account rule differences. Whether automation is permitted, whether replication between your own accounts is permitted at each account's stage, and what the combined capital across all accounts running the strategy amounts to.
  2. Independent routing versus chaining. Whether each account receives its own order from the signal or a copy of another account's fill. This determines whether one broker's rejection propagates to the others.
  3. Per-account sizing inputs. Whether lot size is fixed, multiplied from a master, or calculated from each account's own equity and configured percentage.
  4. Per-account time windows. Accounts at different firms have different restricted windows. An account that should not receive a signal at a given time has to be excluded at the routing layer.
  5. Execution records. Per-account logs with timestamps, fills and rejections are what a firm asks for when reviewing how a trade came about.

How to check your own firm

General summaries, including this one, go stale. Terms change without notice, help centre articles are updated at different times to the terms they describe, and two pages at the same firm can disagree with each other. The reliable method is short:

  1. Read the terms and the help centre separately. Check the last-updated date on each. Where they conflict, the terms usually govern, but the discrepancy itself is worth raising.
  2. Search for the pattern, not the phrase. "Copy trading" may not appear at all. Look for maximum capital allocation, identical strategies, group trading, third-party account management, automated trading software, and coordinated trading.
  3. Ask about your specific configuration, in writing. Describe the actual setup, including which accounts, which stages, whether software you wrote generates the signals, and what executes them. Keep the reply.
  4. Re-check before you scale. Adding an account changes your combined capital, and that is the figure most of these rules are written against.

Firms publish their rules directly. Their own terms and help centres are the only source worth relying on:

Links are provided for convenience only. NexumTrader does not endorse, rate or recommend any provider, and makes no representation about what any firm's rules currently say. Check the live pages.

FAQ

Is it against the rules to run the same strategy on several prop firm accounts?

It depends entirely on the firm. A large share of firms permit replication between accounts owned by the same individual within that firm, provided you are the only person making trading decisions. Others restrict it by account stage or prohibit duplicating trades across accounts altogether. Check your own firm's current terms.

What is the difference between a trade copier and a signal relay?

A copier observes a master account's fills and replicates them downstream, scaled by a multiplier. A relay receives the strategy's alert and opens an independent order on each account, calculated from that account's own equity and configured parameters. The first creates a dependency chain; the second does not.

Do prop firms detect copied trades?

Several publish their criteria, which commonly include identical entry and exit prices, lot sizes, symbols and trade times, alongside synchronised trading patterns across accounts.

Can I run the same strategy at two different prop firms?

Cross-provider clauses are usually written about opposing positions, meaning hedging one firm against another. Same-direction replication across firms is frequently not addressed. Per-strategy capital caps are written per firm and are not aggregated between them. Since silence is not the same as permission, confirm it with each firm.

Why do firms cap capital per strategy rather than per account?

Multiple accounts running one strategy represent a single concentration of correlated exposure on the firm's book rather than several independent ones. Firms that publish a rationale describe these caps as risk management and diversification measures.

Does a multi-account setup need a VPS?

It depends on where execution happens. Any setup that places orders through software running inside a MetaTrader terminal requires that terminal to stay running, which in practice means a VPS or another always-on machine, and a separate terminal instance per account. Setups that execute server-side do not. Establish this early, because some firms restrict VPS and VPN use on trading accounts.


This article summarises how prop firm rules are commonly structured and describes how order routing works between platforms. It is not financial, investment or trading advice, and nothing in it is a recommendation to trade, to use any strategy, or to size a position in any particular way. It is not a statement about the current rules of any specific provider. NexumTrader is order-routing software and does not provide trading signals, portfolio management or investment recommendations. Trading carries risk of loss. Prop firm rules change frequently and often without notice: always verify against your firm's current published terms, and confirm anything ambiguous with their support team in writing, before relying on it.


From $29/mo

7-day free trial

Start free trial