Main clusters and core pages.
AlgoWay Trade Copier lets you copy one TradingView alert to multiple accounts, brokers, prop platforms and crypto exchanges through Clone Mode. Instead of creating separate alerts for every destination, you create one main webhook, enable Clone Mode for additional webhooks, and let AlgoWay distribute the same trading command across several execution venues.
This page is for traders searching for TradingView trade copier, copy TradingView alerts to multiple accounts, multi-account trade copier, TradingView to multiple brokers, webhook trade copier, prop firm trade copier, and multi-platform trading automation.
The practical flow is:
TradingView alert → AlgoWay main webhook → AlgoWay Clone Mode → multiple trading platforms
The goal is not to promise better profits. The goal is to reduce manual duplication, test execution across different venues, keep multiple accounts synchronized, and avoid depending on only one broker or exchange.
Last updated: 2026-05-12 • Author: AlgoWay
AlgoWay Trade Copier uses Clone Mode to duplicate a received webhook alert to additional AlgoWay webhooks. You still send one TradingView alert, but AlgoWay can execute the same action on multiple destinations.
| Element | Meaning |
|---|---|
| Main webhook | The primary AlgoWay webhook that receives the TradingView alert. |
| Clone webhook | An additional webhook that receives the copied signal from the main webhook. |
| Clone Mode | The AlgoWay setting that copies the alert to additional webhooks. |
| TradingView alert | The original webhook signal generated by your strategy, indicator or manual alert. |
TradingView can generate alerts, but traders often need those alerts to reach more than one account. A single strategy may need to execute on:
Without a trade copier, the trader must create separate alerts, maintain separate JSON messages, and manually keep account logic in sync. AlgoWay Clone Mode is designed to solve this workflow from the webhook layer.
Most traders think diversification means trading different symbols. That is only one dimension. Another dimension is execution diversification: running the same strategy signal across different execution venues.
Even when the TradingView signal is identical, real execution can differ because every venue has its own:
Cloning the same signal does not guarantee better results. It gives you a structured way to compare execution under the same signal conditions and reduce dependency on one venue.
AlgoWay Clone Mode is based on multiple webhooks inside your AlgoWay account.
Typical structure:
When TradingView fires an alert, AlgoWay:
From TradingView's side, it is still one alert and one webhook URL. AlgoWay handles the distribution.
Assume a strategy sends one TradingView alert when a long signal appears.
AlgoWay setup:
Result:
This is useful when you want one strategy to run across a prop account and a personal account at the same time, or when you want to compare broker/exchange execution without changing the TradingView strategy.
The cloned alert should use a valid AlgoWay JSON message. A basic TradingView strategy alert can look like this:
{
"platform_name": "tradelocker",
"ticker": "{{ticker}}",
"order_contracts": "{{strategy.order.contracts}}",
"order_action": "{{strategy.market_position}}",
"price": "{{close}}"
}
Important: the main webhook and clone webhooks can point to different platforms. The JSON must be compatible with the way you configured those webhooks. If a destination needs symbol mapping, size conversion, or platform-specific settings, configure that in the webhook/platform setup before using Clone Mode.
AlgoWay Trade Copier is practical for several workflows.
A trader can execute the same signal on a prop firm platform and a personal account. This helps compare challenge performance, broker conditions and personal execution under the same strategy logic.
Run the same signal on two or three venues and compare spread, slippage, fill quality, rejections and latency.
Use one TradingView alert to manage several accounts instead of duplicating every alert manually.
A strategy may trade a related symbol on a broker and a crypto exchange. Clone Mode helps test whether both venues behave acceptably under the same alert logic.
Clone Mode can help study what happens when one venue rejects an order while another accepts it. It is not automatic failover, but it gives useful execution data.
Do not use trade copying blindly. Clone Mode is not a magic risk reducer.
Clone Mode should be used with clear sizing rules, platform-specific configuration, and careful testing.
Clone Mode is configured inside the AlgoWay dashboard.
Dashboard path:
Dashboard → Your Webhooks → Clone Mode
Only enable clones after each individual webhook works correctly on its own.
AlgoWay supports more than one type of trading destination. Clone Mode can be useful across platform groups such as:
The exact behavior depends on each platform's API, symbols, market rules and AlgoWay webhook configuration.
Copying an alert does not mean every destination should use the same lot size. Each platform may need its own size logic.
Before cloning, check:
A safe Clone Mode setup usually tests each destination independently first, then enables cloning with small size, then increases size only after reviewing logs.
Different platforms will not always fill the same alert at the same price. A cloned alert can reveal execution differences that are invisible during backtesting.
| Difference | Why it matters |
|---|---|
| Spread | A wider spread changes the real entry and exit cost. |
| Liquidity | Thin liquidity can increase slippage. |
| API latency | Different platforms acknowledge and process requests at different speeds. |
| Order rules | Minimum size, filling modes, leverage and account rules can differ. |
| Symbol format | The same market can have different ticker names on each platform. |
Test each webhook alone first. If a destination cannot execute a single test alert correctly, cloning will only multiply the problem.
A size that is safe on one account can be too large, too small, or invalid on another platform.
TradingView may send one ticker while a broker or exchange expects another. Fix symbol mapping before enabling Clone Mode.
One platform may support hedging, another may use one-way mode, and another may have different close or reduce-only behavior.
Execution diversification does not remove strategy risk. If the strategy loses, copied accounts can lose together.
Use this sequence before running live Clone Mode:
A signal service usually sends signals to users. A trade copier executes or routes trade commands across accounts. AlgoWay Clone Mode is closer to webhook-based trade copying because the received alert is duplicated to additional execution destinations.
| Signal service | AlgoWay Trade Copier / Clone Mode |
|---|---|
| Sends a signal for manual or external use | Routes the alert to configured execution webhooks |
| Often requires manual copying | Copies automatically after webhook trigger |
| May not manage platform-specific execution | Uses AlgoWay platform integrations and webhook settings |
| Usually focused on signal distribution | Focused on execution distribution |
AlgoWay Trade Copier turns one TradingView alert into multi-account and multi-platform execution through Clone Mode. The main benefit is not hype. The benefit is operational: fewer duplicate alerts, cleaner webhook management, synchronized execution, platform comparison, and reduced dependence on one venue.
Use Clone Mode only after each destination webhook is tested. Configure size, symbols, platform rules and risk limits carefully. Then one TradingView alert can become a controlled multi-account automation workflow across AlgoWay-supported platforms.