Documentation

TheConnector user guides for TradingView, MT4 and MT5

Step-by-step guides for novice users: configure TradingView alerts, use the client area and install the MT4 or MT5 robot.

Library
Published guides 5
Sections in active guide 5
TradingView Published

TradingView webhook format

Configure the TradingView webhook URL and alert message for TheConnector.

Updated 02 Apr 2026 00:07 5 sections indexed

Goal

Use a TradingView alert format that TheConnector can accept and dispatch to MT4 or MT5.

Webhook URL

  • Recommended format: https://webhook.winakfx.com/YOUR_ACCESS_KEY
  • One account uses one access key
Screenshot to capture

Account details

Show the access key and the exact webhook URL copied from the client area.

Simple alert message

  • short,GBPJPY,risk=1,sl=0.1252220854,tp=0.6261104269
  • long,XAUUSD,risk=2,sl=15,tp=30

Pending order example

  • buylimit,EURUSD,price=1.08050,risk=1,sl=1.07850,tp=1.08450

Important

  • sl, tp and price follow the account price mode: absolute price, pips or percentage
  • Transactions is the first page to inspect after a test alert
Screenshot to capture

TradingView alert dialog

Show the webhook URL field, the message field and the trigger mode.

Shared source

The same content source feeds `/admin/content` and the public documentation surface.