Does TradingView have a trade copier?
TradingView has no built-in trade copier, but its alerts and webhooks can power one. Here's how to copy signals to multiple accounts.
8 min read
In this article ▾
No. TradingView doesn't ship a trade copier. If you're looking to connect TradingView to a single broker account, that's a different problem with a different answer. This article is for the other question: you already have a working strategy and want a single signal to land on multiple accounts at different lot sizes simultaneously.
That's what "trade copier" means in practice. And TradingView's alert system is 90% of the way there. The missing 10% is what costs you money. (If you actually need help with TradingView automated trading setup, start there instead.)
What a TradingView trade copier actually needs to do
The word "copier" gets thrown around loosely. In most trading communities, it means one thing: a system that takes a single trade signal and replicates it across several accounts. Maybe a personal account and two funded accounts. Maybe five funded accounts at different firms, each in a different evaluation phase.
The signal is the same. The destination accounts are not.
A working copier needs to handle three things that a simple alert forwarder doesn't.
First, per-account lot sizing. Your personal account has $10,000 and can handle 1.0 lots on EURUSD. Your FTMO evaluation has $100,000 and can handle 5.0 lots. Your Funding Pips challenge has $50,000 and should run at 2.5 lots. One alert fires. Three accounts receive the trade. Each at the correct size.
Second, independent execution. If one destination account can't take the trade (the market is closed for that broker, a compliance rule is about to be breached, or the terminal is offline), the other accounts still execute normally. A copier that treats all destinations as a single unit will either skip all of them or fill all of them. Both are wrong.
Third, per-account reconciliation. When you're running five accounts, you need to know that each one actually took the trade your strategy intended. Not just "a trade happened," but the right trade, the right size, the right stop-loss, on the right account. A combined log across all destinations? Useless for diagnosing a problem on account #3.
TradingView gives you the alert and the webhook. It doesn't provide the fan-out, sizing, or reconciliation. That's the gap.
Why generic copiers break down at scale
Most traders start with the obvious approach: duplicate the alert in TradingView. One alert per destination account, with a different webhook URL or message payload. It works for two accounts. By the time you have four or five, the problems are hard to ignore.
Every duplicated alert is a separate failure point. If you update your Pine Script and forget to update one of the five alerts, that account runs a stale version of your strategy. You won't notice until the P&L diverges and you can't figure out why.
Timing is the next problem. Five separate alerts don't fire simultaneously. They fire sequentially, and on volatile bars, the price can move between the first and the last. Your accounts end up with slightly different entries on the same signal, and the slippage compounds over hundreds of trades.
Then there's the diagnostic nightmare. Something goes wrong on one account. Was it the alert, the webhook, the terminal, or the broker?
Multiply that by five accounts, and you're spending your morning reading logs instead of trading. Most copier setups give you a single combined view with no way to isolate one account's execution from the rest.
And all of this assumes nothing else goes wrong. Ghost positions, reversed signals, duplicate fills: the failure modes that affect a single-account setup affect a multi-account setup five times over, with five times the risk. If you've ever dealt with TradingView alerts not working on a single account, imagine debugging that across a portfolio.
Copying trades across prop firm accounts
The multi-account copier problem is sharpest for traders running funded accounts. And most of the traders asking about a TradingView trade copier are in exactly this situation: one strategy that works, multiple evaluations, or funded accounts that need to run it.
The numbers make the case. A trader with three FTMO accounts, one Funding Pips challenge, and a personal account has a total of five destinations. Each firm has its own max drawdown threshold, daily loss limit, and consistency rules.
Some use trailing drawdown floors that move as your equity grows. Others use static floors. The math is different for every account on every day.
A copier that doesn't understand these rules is a liability. It copies the trade blindly. Your strategy fires a 2.0 lot entry on XAUUSD. On account #1, that trade is fine. On account #3, it pushes the daily loss exposure past the limit. The copier doesn't know. The firm's dashboard catches it after the fill, and the evaluation is over.
This is why most prop firm traders end up managing each account manually, even when automation is set up. They don't trust the copier to respect the rules that differ between accounts. So they sit at the screen, adjusting lot sizes by hand, checking drawdown levels before each trade, doing the work that risk management should handle automatically.
The irony is thick. You built automation to stop watching the terminal. Then you watch the terminal because the automation doesn't know your rules.
How to set up a TradingView copier with FillEdge
FillEdge's Signal Multiplier turns one TradingView alert into trades on every account you configure, with per-account lot scaling and independent execution per destination.
The setup is straightforward. You create one alert in TradingView, pointed at your FillEdge webhook URL. In the FillEdge dashboard, you configure a routing matrix: this alert goes to Account A at 1.0x size, Account B at 0.5x size, Account C at 2.0x size.
From that point, every signal fans out automatically. One source of truth. No duplicate alerts to maintain.
Each fork in the fan-out is independent. If Account B's terminal is offline, Accounts A and C still execute. If Account D hits a compliance guardrail and the trade is blocked there, the other accounts proceed. You don't lose a valid trade on four accounts because one account had a problem.
Every destination gets its own reconciliation. FillEdge matches the TradingView signal against the actual fill on each account separately. You can see, per account, whether the trade matched what the strategy intended: right price, right size, right stop-loss. If something drifted, you see which account, which trade, and why.
For prop firm accounts, the compliance layer sits between the multiplier and the broker. Before a copied trade reaches any funded account, FillEdge evaluates it against that account's specific rules: max drawdown, daily loss, and consistency requirements.
If the trade would breach a rule, FillEdge either blocks it or reduces the lot size to fit within the remaining risk budget. The other accounts on the same signal are unaffected. You configure this per account: hard block or auto-reduce, your choice. The guardrails apply the same prop firm risk management logic on every destination independently.
The journal ties it all together. Every signal shows which destinations it fanned out to and what happened on each.
Per-strategy, per-account analytics tell you which strategy is carrying which account, and where slippage or latency patterns differ between brokers. That data is invisible inside a broker's combined statement. FillEdge surfaces it, broken out by strategy and account.
FAQ
Can TradingView copy trades to multiple broker accounts at once?
Not natively. TradingView can send alerts and webhooks, but each alert points to a single destination. To copy one signal to multiple broker accounts, you need an external bridge that receives the webhook and fans it out. FillEdge's Signal Multiplier does this: one alert fires, and the bridge routes it to every account you've configured, each with its own lot size and execution settings.
What's the difference between a trade copier and a webhook bridge?
A webhook bridge connects TradingView to one broker account. It receives an alert, translates it into a trade, and sends it to your terminal. A trade copier does the same thing, but to multiple accounts simultaneously, with per-account sizing and independent execution. A copier is a bridge that fans out. If you only trade one account, a bridge is all you need. If you run several accounts from the same strategy, you need a copier.
Can I use different lot sizes on each account with a TradingView trade copier?
Yes, if the copier supports per-account multipliers. FillEdge lets you assign a size multiplier to each destination account. Your alert fires once with a base lot size, and each account receives the trade scaled to its own multiplier: 1.0x on one account, 0.5x on another, 2.0x on a third. You configure the multipliers once in the dashboard and adjust them when your account balances or risk budgets change.
Does a trade copier work with prop firm accounts?
It can, but a generic copier that doesn't understand prop firm rules is risky. Each funded account has its own max drawdown, daily loss limit, and consistency requirements. A copier that sends the same trade to every account without checking those limits can push one account past a rule while the others are fine. FillEdge adds a compliance layer per destination: before a copied trade reaches a funded account, it's evaluated against that account's specific rules. If the trade would breach a limit, it's either blocked or reduced in size automatically, without affecting the other accounts on the same signal.
More from FillEdge