Webhook-driven execution
Alerts fire an HTTP POST with a JSON payload; the copier parses it and places the order — no manual clicking, no custom code to maintain.
TradingView is where you build strategies and fire signals — but it doesn't place most trades for you. A trade copier bridges that gap, turning your TradingView alerts and webhooks into automated orders on futures, forex, stock and crypto brokers.
*Execution speed depends on your copier, broker API and network.
TradingView is one of the world’s most popular platforms for charting, analysis and building strategies in Pine Script. What it does not do — for the vast majority of brokers — is automatically fire live orders from your strategy alerts. Its native broker integrations are built primarily for manual order placement from the chart.
That leaves a gap between the moment a signal appears and the moment an order actually reaches your broker. A TradingView trade copier fills that gap. When your alert fires, TradingView sends a webhook — a small HTTP message — to the copier, which parses the instruction and submits the corresponding order through your broker’s API. Done well, this happens in well under a second and can fan a single signal out to multiple accounts at once.
In short: TradingView answers “what and when”; the copier handles “execute it, everywhere, now.”
Five stages turn a chart signal into a live order. Understanding each one makes it far easier to build reliable alerts — the exact JSON and broker specifics live in your copier’s setup documentation.
Your indicator, drawing, or Pine Script strategy meets its condition and triggers an alert on TradingView’s servers — so it fires even with your browser closed.
The alert posts a JSON payload to a webhook URL over HTTPS. Placeholders like {{ticker}} and {{strategy.order.action}} inject the live symbol, side and size.
The bridge accepts the request (ports 80/443 only) and must respond within TradingView’s 3-second window, then translates the payload into a concrete broker order.
The copier authenticates to each broker API and submits the order — optionally to many accounts at once, each scaled by its own multiplier and risk rules.
Attached stop-loss, take-profit and OCO brackets are placed alongside the entry, and reverse/flip logic closes any opposing position first when configured.
These come straight from TradingView’s webhook documentation. Most “my alert fired but nothing traded” problems trace back to one of them.
Copiers reach brokers through their APIs, so coverage varies by tool. These platforms are commonly supported for futures, forex, equities and crypto — see the broker setup FAQ for connection specifics.
A trading platform used by a growing number of forex and multi-asset prop firms.
An API-first US brokerage often used for equities and options automation.
A major crypto exchange reachable via API keys for spot and derivatives automation.
A crypto derivatives exchange commonly connected for automated futures and perpetuals.
A futures broker listed as an upcoming integration for TradingView automation.
An options-focused broker listed as an upcoming integration.
Most funded-futures programs run on Tradovate, Rithmic or ProjectX — so if your firm uses one of those, TradingView automation is usually within reach. The catch is compliance: automation must respect the rulebook.
A non-exhaustive sample. Firms running these platforms are broadly supported — see the full supported prop firms list.
The strongest tools share the same core toolkit. Here's what to look for — and how each capability shows up in your alert configuration.
Alerts fire an HTTP POST with a JSON payload; the copier parses it and places the order — no manual clicking, no custom code to maintain.
Route one signal to many broker or funded accounts at once, with per-account quantity multipliers so each account sizes correctly.
Attach stop-loss and take-profit, OCO/bracket orders and percentage- or fixed-quantity position sizing that propagate to every account.
Close an opposing position before opening a new one, stack same-direction entries, or ignore duplicate signals — controlled from the payload.
Alert on one ticker and trade another, and handle broker-specific contract names and futures rollover without rewriting your alerts.
Dry-run the full alert-to-order path on a simulated account before risking capital, then switch the same setup to live.
The questions traders ask most, answered from TradingView’s own documentation and neutral, firm-agnostic facts.
Not on its own for most brokers. TradingView is a charting and signal platform: it fires alerts when your conditions are met. It offers native "Trading Panel" order placement with 100+ integrated brokers, but that is primarily for manual orders from the chart. To turn strategy alerts into fully automated live orders, you connect a trade copier or webhook bridge that receives the alert and submits the order to your broker’s API.
Still have questions? Browse the full automation FAQ for broker- and payload-specific details.
You’ve got the concepts — the pipeline, the brokers, the prop-firm caveats. The next step is a hands-on setup: connect a broker, generate a webhook, and paste it into your alert. These step-by-step guides walk through exactly that.
Educational resource only — not financial advice. Automated trading carries risk; test on a simulated account first and confirm your prop firm’s rules before going live.