Start free
← All articles TheConnector blog

Copy trading on MT4 and MT5: route one signal to several accounts

Copy one TradingView signal to several MT4/MT5 accounts you control: account routing, per-account symbol mapping and risk, quotas and honest limits.

2026-05-15 1 min read copy trading MT4 MT5 multi-account TradingView

TheConnector is a technical routing and automation tool. Strategy, broker account settings and trading risk remain under the user's control.

What copy trading means here

Copy trading, in TheConnector's technical sense, is sending the same order to several accounts you control — for example one TradingView signal copied to two or three MT4/MT5 accounts. It is account-level fan-out, not a social network of strangers' trades.

Copy trading vs cross-platform replication

  • Replication targets several platforms for one signal (MT4 + MT5 + cTrader)
  • Copy trading targets several accounts, which can be on the same platform
  • Both are configured in your account routing; the webhook payload stays the same

A simple setup

  • One TradingView alert sends one JSON payload
  • Your routing configuration lists the accounts that should receive it
  • Each account applies its own symbol mapping and risk rules
  • The dashboard shows one delivery line per account

Example

{ "action": "buy", "symbol": "EURUSD", "risk": "1", "account": "GROUP_MAIN" }

The routing decides which accounts in the group receive the order. Use clear account names so the history stays easy to read.

Where copy trading goes wrong

  • One account is offline while the others fill, leaving a partial copy
  • Different brokers need different symbols, so map each one
  • Account risk rules differ, so the same risk: 1 can size differently
  • Quotas: copying to N accounts counts as N deliveries

Good practice

  • Start with two demo accounts before adding a live one
  • Verify each account's symbol mapping and risk unit
  • Watch the per-account delivery status: Received, Routing, ACK, Delivered
  • Add accounts only once the route is reliable

Risk and responsibility

Copying an order to several accounts multiplies exposure; it does not diversify risk and it can repeat the same mistake everywhere. TheConnector routes the technical instruction — strategy, broker accounts and risk stay under your control, and no automation promises gains or guaranteed execution.