United States
We review brokers fairly and independently. Learn how we make money and why you can trust our ratings.

How To Connect IC Markets To TradingView

There are two different setups and ways to connect IC Markets to TradingView, each with its own purpose. Native TradingView (for manual traders) works through IC Markets’ Raw Trader account. Automated trading with TradingView alerts needs a third-party webhook bridge. Many online guides mix these up, but you should keep them separate.

Author Image Written By
Christian Harris
Fact Checker Image Fact Checked By
Tobias Robinson
Editor Image Edited By
James Barra
Updated
July 28, 2026
Make Full Width
Ways To Use TradingView With IC Markets
Method Account Needed Best For Extra Cost?
Native TradingView Raw Trader (may vary by entity) Manual traders who prefer TradingView charts over MT5 None
Webhook bridge MT4 or MT5 Algo traders automating Pine Script strategy alerts Bridge subscription (~$15–30/mo)
Show Full Table

Alternatively, you can use TradingView charts and trade manually. Essentially, you use TradingView for analysis and execute in IC’s MetaTrader separately. It’s not a perfect workflow but it’s a back-up to the options above.

Option A: Native TradingView Connection (Manual Trading)

Account required: Raw Trader Plus (available on the Seychelles entity). This is IC Markets’ native TradingView integration, so you can trade directly from TradingView charts using IC Markets execution.

  1. Log in to your account at TradingView.
  2. Open any chart and click the ‘Trade’ button at the top of the screen. We did this and you can see the screen it brought up below.
  3. Search for ‘IC Markets’.
  4. Enter your IC Markets account credentials when prompted.
  5. A green ‘Connected’ status appears — you can now place orders directly from the chart.

What you get: real-time IC Markets quotes on TradingView charts, one-click order entry, a live P&L panel, and access to TradingView’s full indicator library and Pine Script tools. You also get IC Markets tight spreads and commission rates.

Connecting to IC Markets from TradingView pressing 'Trade'

Option B: Automated Trading Via Webhook Bridge

Account required: Any IC Markets MT4 or MT5 account. Best suited to algo traders running strategy alerts on TradingView.

TradingView does not send orders directly to MT4 or MT5. You need a cloud-based bridge service, such as WebhookTrade, which is the most commonly used. Here is how it works:

  1. Create an IC Markets MT4/MT5 account and note your account number, trading password, and server name.
  2. Sign up for a webhook bridge service and enter your MT4/MT5 credentials — the bridge connects to your account in the cloud (your PC doesn’t need to be on).
  3. In TradingView, create an alert on your strategy — set the alert action to ‘Webhook URL’ and paste the bridge endpoint.
  4. In the alert message body, paste the JSON trade command from your bridge provider (specifies instrument, direction, lot size).
  5. When the alert fires, the bridge translates it into a market order on your IC Markets MT4/MT5 account.