How to Copy Trade on TradingView: Step-by-Step Setup Using Webhooks & Third-Party Tools
If you’ve used TradingView for charting, you probably know it’s one of the best tools out there. But if you went looking for a built-in copy trading button—spoiler alert—it’s not there. That’s not a mistake, and honestly, it’s not a bad thing either. It just means you need to connect a couple of pieces yourself. Once you do, you can set up a copy trading system that works just as well as anything on dedicated social trading platforms.
Here’s how copy trading actually works on TradingView, what tools you’ll need, and the risks to keep in mind before you put real money on the line.
What “Copy Trading on TradingView” Really Means
TradingView doesn’t come with a copy trading feature out of the box. What it does have is a really good alert system that supports webhooks. A webhook is just a simple way for TradingView to send a message automatically when a certain trading condition is met. That message can be received by a third‑party service, which then places the trade in your broker account on your behalf.
Here’s the step‑by‑step flow:
- A strategy or indicator on your TradingView chart triggers an alert.
- TradingView sends that alert as a JSON message to a webhook URL.
- A third‑party copier service picks up that message.
- The copier places the trade on your connected broker account.
This approach is flexible, fast, and works with many brokers. But there’s one catch: you need a TradingView Pro or Premium subscription because webhook alerts aren’t available on the free plan.
Step-by-Step: How to Set Up Copy Trading Using TradingView Webhooks
Step 1 — Build or Pick Your Trading Strategy
Start with a Pine Script strategy or indicator on your TradingView chart. This is the brain of your copy trading setup — it decides when to buy and sell. You can write your own script or adapt one shared by the community. If you're looking for strategies that are actually performing well this year, check out our roundup of Best TradingView Strategies for 2026: What's Actually Working Right Now to get inspired.
Before automating anything, make sure you’ve backtested the strategy and understand how it behaves. Remember, copy trading isn’t a guaranteed way to make money. How well it performs comes down to the underlying strategy you choose.
If you're building your own Pine Script strategy, check out Pineify — the 10-in-1 AI trading workspace trusted by 100K+ traders. Its Visual Editor lets you create custom indicators and strategies with 235+ technical indicators, zero coding required. Or use the Pine Script AI Agent to turn your trading ideas into error-free code in minutes. 🚀
Step 2 — Format Your Alert Message as JSON
When you set up a TradingView alert, you’ll write the message body that gets sent to the webhook. Most copier services expect a JSON format that includes:
- Action: buy or sell
- Symbol: the instrument you’re trading
- Stop Loss (SL) and Take Profit (TP) levels — for a deep dive on coding these directly in your strategy, see our guide on strategy.exit() in Pine Script: Stop Loss, Take Profit & More
- Any quantity or lot size parameters
A simple example looks like:
{
"action": "buy",
"symbol": "EURUSD",
"sl": 1.0800,
"tp": 1.0950,
"qty": 1
}
Each copier service has its own required JSON schema — check their docs for the exact field names and formatting.
Step 3 — Create the Webhook Alert in TradingView
- Right-click on your chart and select Add Alert, or click the clock icon in the top toolbar.
- Set your alert condition (for example, when a strategy order fills).
- In the Notifications tab, check Webhook URL.
- Paste the unique webhook endpoint your copier service gave you.
- Paste your JSON alert message into the message body field.
Step 4 — Send a Test Alert
Before you connect real money, send a test alert and make sure the copier service received it correctly. Most platforms have a log or dashboard where you can see incoming signals.
Step 5 — Connect Your Broker Account
Link your broker account to the copier service. The way you connect depends on the platform — some use API keys, others use an Expert Advisor (EA) installed on your MT4 or MT5 terminal.
Step 6 — Map Your Trading Symbols
Symbol names can differ between TradingView and your broker. For example, "EURUSD" on TradingView might be "EUR/USD" or "EURUSDm" at your broker. Set up symbol mapping in your copier service so orders route to the correct instrument.
Step 7 — Run in Demo Mode First
Always start with a demo account. Check that alerts fire correctly, orders go to the right symbol, and lot sizes match what you expect. This step catches configuration mistakes before they cost you real money.
Step 8 — Go Live
Once your demo testing confirms everything works from start to finish, switch to your live account and watch the first few trades closely.
The Best Third-Party Copy Trading Tools for TradingView
If you want to automatically copy trades from TradingView alerts to your broker, a few services are built just for that. Here’s a quick comparison of the most popular ones. For a detailed walkthrough of another popular automated trading integration, read our TradersPost TradingView: Complete Guide to Automated Trading Integration.
| Tool | Latency | Pricing | Supported Brokers/Platforms |
|---|---|---|---|
| Copygram | Standard | From $12.50/month | TradingView, MT4/MT5, DXtrade, Tradovate, Binance Futures, Oanda |
| Duplikium | 1–3 ms (ultra-low) | Free basic / $4/month | MT4/MT5, cTrader, DXtrade, Tradovate, NinjaTrader |
| Traders Connect | Standard | From $10/account | MT4/MT5, DXtrade, TradeLocker |
| Social Trader Tools | Standard | From $20/month | MT4/MT5 |
| Heron Copier | Sub-10 ms | Free / $19/month | Multiple platforms |
| PickMyTrade | Standard | Varies | TradingView to Tradovate (manual copier, supports quantity multipliers) |
| TradeSyncer | Cloud-based | Varies | Prop firm accounts |
| FX Blue Labs Trade Copier | Standard | Free | MT4/MT5 |
Copygram is pretty popular — over 12,000 people use it, and it hooks right into TradingView. Duplikium is great if you care about speed: it’s super fast, with only 1–3 milliseconds of delay, which matters for strategies that need to get in and out quickly. For prop firm traders, TradeSyncer and PickMyTrade are worth a look. Both let you copy trades from one TradingView-linked leader account to several prop firm sub-accounts, and you can even set a quantity multiplier (for example, a multiplier of 2 means each sub-account gets double the trade size).
Using TradingView's Social Features for Trade Inspiration
Beyond the technical side of webhooks, TradingView also has built-in community tools that many traders use to get ideas. It's not the same as automated copy trading, but it can still be a great way to learn and find new setups. Let's walk through what's actually available.
- Community tab – This is the main hub where traders post chart ideas, setups, and commentary. Think of it like a public bulletin board for trading insights.
- Follow traders – Hover over any username and click "Follow." Their published ideas then show up in your feed, so you can see what they're watching without having to search manually.
- Minds – A social media-style feed focused on specific symbols. You can see what the community is saying about a particular stock or crypto in real time.
- Published ideas – These are annotated charts shared publicly with explanations. Traders mark up support/resistance, indicators, or patterns and explain their reasoning.
- Reputation system – Traders earn points when others like their ideas, follow them, or engage with their posts. It's a rough way to gauge credibility, though not foolproof.
You can follow traders who have built a strong reputation, study their published ideas, and use them as inspiration for your own trades. But here's the key distinction: this is not automated copy trading. You're still making the final call on whether to act based on someone else's analysis. TradingView explicitly states that ideas are for educational and inspirational purposes only — not financial advice.
So if you're looking for fresh perspectives or want to see how experienced traders think through a chart, the social features are worth exploring. Just keep in mind that you're responsible for your own decisions.
Copy Trading Across Multiple Prop Firm Accounts
If you're juggling several prop firm accounts, the TradingView webhook approach works just as well for all of them. Tools like TradeSyncer and PickMyTrade let you pick one account as the "leader" — that's the one hooked up to TradingView for signals — and then automatically copy those trades into all your other accounts.
Here's what you'll want to set up:
- Leader account: This should be the only account connected to TradingView via webhook. All signals flow through it.
- Quantity multipliers: Tweak position sizes per follower account. For example, you might set one sub-account to trade 0.5x the leader's lot size and another to 1.5x, depending on your risk tolerance.
- Symbol mapping: Make sure each prop firm's platform uses the correct instrument names (e.g.,
NASDAQ:TSLAvs.TSLA). A mismatch can cause failed orders or wrong symbols.
This setup is especially popular among traders who manage multiple funded accounts with the same strategy. It saves time, reduces manual errors, and keeps your trades consistent across the board.
Performance Tips and Best Practices
Getting the technical setup right is only half the battle. The rest comes down to a few habits that keep your copy trading running smoothly and safely. Here’s what really matters:
- Run everything on a VPS – Especially if you're using EA-based copiers on MT4 or MT5. A Virtual Private Server keeps things running 24/7 without depending on your home computer staying on or your internet being stable. It's like having a dedicated backup that never sleeps.
- Always test on a demo account first – I know it’s tempting to skip this step when you feel confident, but don’t. Let the demo run for a few days. Check that trades are copied exactly and that no weird glitches pop up. It’s the cheapest insurance you’ll ever get.
- Double-check symbol mapping – If your master account trades a symbol with a slightly different name on your copy account, the trade will silently fail. You’ll see the alert fire, but nothing actually happens. A quick manual check saves you a headache later.
- Watch the first few live trades closely – Once you go live, keep an eye on the first 5 to 10 executions. Spot any delays, size mismatches, or rejected trades early. After that, you can relax a bit.
- Understand what you're copying – No copy trading tool can turn a losing strategy into a winning one. The master trader’s edge is what drives your results. If their system is flawed, yours will be too. Make sure you trust the strategy before you mirror it.
Q&A
Does TradingView have built-in copy trading?
No, TradingView doesn’t include a copy trading feature out of the box. Instead, it works as a signal source — you set up alerts and webhooks, and third-party tools use those signals to place trades for you on a connected broker account.
Do I need a paid TradingView subscription?
Yes, you do. The webhook alerts that make copy trading possible are only available with a TradingView Pro or Premium plan. The free version doesn’t support webhooks.
What brokers can I copy trades to?
That depends on the copy trading service you pick. Most popular tools work with MetaTrader 4 and 5. Some also support cTrader, DXtrade, Tradovate, NinjaTrader, Binance Futures, and Oanda. Always check the copier’s broker list before signing up.
Is copy trading on TradingView risk-free?
Not at all. Copy trading simply mirrors trades from a strategy — it doesn’t guarantee you’ll make money. If the strategy loses, your account loses too. Always test with a demo account first, and only use money you can afford to lose.
Can I copy trades to multiple accounts at the same time?
Yes. Services like TradeSyncer and PickMyTrade let you copy from one TradingView source to many accounts at once. That makes them handy if you’re managing multiple prop firm accounts.
What’s the fastest copier available?
Duplikium says it can execute trades in 1–3 milliseconds. Heron Copier claims under 10 milliseconds. For most retail traders, the difference isn’t noticeable — speed really only matters for high-frequency or scalping strategies.
Next Steps
By now, you should have a good idea how copy trading on TradingView works and how to set it up properly. Here’s a simple plan to get started:
- Pick a copier service: Look over the comparison table above and sign up for a free trial or basic plan — Duplikium and FX Blue Labs both have free tiers that are worth a try.
- Build or backtest your strategy: Your copy trading setup is only as good as the strategy behind it. Spend some time in TradingView’s Pine Script editor or backtest the indicator you’re thinking of using.
- Test everything on a demo account: Run the full chain — webhook → copier → broker — on a demo first. Don’t put real money into it until you’re sure everything works.
- Explore TradingView’s community: Head over to the Community tab and follow experienced traders. It’s a great way to improve your market analysis while your automated setup runs in the background.
Got questions about a specific copier tool or how to set up a strategy? Drop them in the comments — and feel free to share this guide with anyone building their first automated trading workflow on TradingView.

