VORDA
Broker guide

TradingView to IC Markets Automation

For IC Markets users who already have alerts and want reliable execution instead of manual relay work.

6 min readPublished June 5, 2026Updated June 22, 2026
Validate before you route live capitalTest the TradingView flow in sandbox, then connect IC Markets with clearer expectations.

That makes broker-specific issues easier to isolate and fix.

IC Markets setup notes

  • Start with the broker account the trader already uses.
  • Show the execution path from webhook to broker response.
  • Use sandbox testing before live account routing.
StatusRequested / planned support
Asset classesForex, indices, commodities
FlowTradingView -> Vorda -> IC Markets
Common issuesLot sizing, symbols, order rules

IC Markets users want routing clarity

The trader usually already trusts IC Markets. The open question is how to route the TradingView signal into that account without relying on a brittle manual or semi-manual workflow.

The setup needs to show how the webhook is received, checked, mapped, and sent to the broker.

Broker-specific execution details still matter

Even when the signal is correct, broker- or exchange-specific rules can still block the trade. Symbol mapping, lot sizing assumptions, and accepted order types are the most common reasons the path breaks.

A visible routing layer makes those issues fixable without deep support escalation.

Test the route before live automation

The safest next action is to test the flow in sandbox and confirm that the IC Markets route behaves as expected before any live automation is turned on.

The first live run should not be the first time you see the parsed payload, symbol mapping, or account checks.

FAQ

Answers users search for before connecting automation.

What should I test first with IC Markets automation?

Test the alert payload, symbol mapping, and execution log flow before connecting the live account.

What if support is not fully live yet?

Request the broker or exchange while still validating the rest of the TradingView automation flow in sandbox.

Keep exploring execution, routing, and reliability.