Documentation

Everything you need to set up MetaSync and start automating your TradingView strategies on MT5.

๐Ÿš€ Getting Started ๐Ÿ“ Alert Syntax โš™ Settings Guide ๐Ÿ›ก๏ธ SL Management ๐Ÿ”ง Troubleshooting ๐Ÿ’ฌ Contact Support

Getting Started

Step 1: Install MetaSync

  1. Download the installer from the download page
  2. Run the installer and follow the on-screen instructions
  3. Launch MetaSync from your desktop or Start menu

Step 2: Activate Your License

Enter your license key when prompted on the login screen. Your license is bound to your machine's Hardware ID upon first activation.

Step 3: Connect MT5

  1. Go to Settings tab
  2. Enter your MT5 Login ID, Password, and Server name
  3. Set your MT5 Terminal Path (e.g., C:\Program Files\MetaTrader 5\terminal64.exe)
  4. Click Test MT5 Connection to verify
  5. Click Save Settings

Step 4: Start the Server & Copy Webhook

  1. Click Start Server in the top-right corner
  2. Your secure webhook URL will appear on the Dashboard
  3. Copy the URL and paste it into your TradingView alert's Webhook URL field

Alert Syntax

MetaSync accepts JSON payloads from TradingView webhooks. Here's the basic format:

{
  "action": "buy",
  "symbol": "EURUSD",
  "lot_size": 0.1,
  "sl_mode": "none",
  "secret": "YOUR_SECRET"
}

Available Actions

Optional Fields

Use the built-in JSON Generator tab in MetaSync to generate copy-paste ready alerts without memorizing the syntax.

Settings Guide

MT5 Connection

Enter your MT5 broker credentials. Use the Test Connection button to verify before saving.

Webhook & Server

Trade Defaults

Set default lot size, SL%, TP%, expiry hours, and position monitor interval. These are used when an alert doesn't specify its own values.

SL Management Modes

Troubleshooting

MT5 Connection Fails

Webhooks Not Received

Need More Help?

Contact our support team by submitting a ticket on our Support Page.