Quickstart

Get your first TradingView alert into MT5 in about 10 minutes.

10 min

What you'll have at the end

  • A Signalync account and a connected MT5 broker
  • An MT5 Target running your Expert Advisor
  • A TradingView Source with its webhook URL
  • A Route connecting them
  • A test alert that fires a real trade
  1. 1

    Sign up

    Create your account at /register. You'll start on the trial plan with all features unlocked.
  2. 2

    Add an MT5 Target

    In the dashboard, go to Targets → New Target → MT5. Give it a name (e.g. My broker). Signalync generates a pairing key, copy it. Download the EA from the Target detail page and attach it to any chart in MT5. Paste the pairing key into the EA's LicenseKey input. The on-chart panel should turn green.
  3. 3

    Add a TradingView Source

    Go to Sources → New Source → TradingView. Give it a name and save. Signalync shows a webhook URL, copy it.
  4. 4

    Create a Route

    Go to Routes → New Route. Pick the Source you just made, then add the MT5 Target. No Steps yet, that's fine. Save.
  5. 5

    Set up the TradingView alert

    In TradingView, create an alert on your strategy. Set Webhook URL to the URL from step 3. Set the message body to:
    {{ticker}},{{strategy.order.action}},vol=0.1
    (Or use the full structured format, see Signal format.)
  6. 6

    Trigger and verify

    Use TradingView's "Trigger Once" option to fire the alert. Open Signalync's Signals page, you should see the signal appear within a second, followed by a Delivery row showing the trade was sent to MT5.

Next steps

  • Add another Target to the same Route, your signal fans out automatically. See Targets overview.
  • Add Steps to filter or transform signals, symbol filters, volume scaling, time windows. See Step catalog.
  • Connect a Telegram channel as a source. See Telegram source.