En esta página
Connection Editor
Learn how to connect your webhooks with your MT5 accounts using intermediate mappings.
What is the Connection Editor?
The Connection Editor is a visual tool that allows you to create connections between webhooks and MT5 accounts through mappings. A mapping acts as an intermediary that defines which symbol will be used in each account.
Create a Connection
Use Cases
Connect a single webhook to multiple accounts. Each mapping can use a different symbol, allowing you to trade the same strategy on different brokers or instruments.
If your broker uses "EURUSD.r" instead of "EURUSD", the mapping allows you to configure the correct symbol for each account, automatically translating signals.
You can disconnect a mapping from an account without affecting the webhook or other mappings. This allows you to easily reorganize your connections.
TradingView sends volume in contract units (not MT5 lots). MT5 shows lots; one lot = a fixed contract size for that symbol. Divide lot by converts those TradingView units into MT5 lots. Use a whole number only (no decimals).
- Forex (EURUSD, etc.): contract size is often 100000. If your alert sends “100000” for what you consider one full lot, put 100000 in the divisor so MT5 opens 1.00 lot.
- Gold XAUUSD: on many brokers one lot = 100 ounces. If your signal uses that same scale, put 100 in the divisor so, for example, “100” from the webhook becomes 1.00 lot in MT5.
The editor shows Lot size for the symbol you pick—usually the same number you need. Use Copy to fill the divisor. Leave 1 only if TradingView already sends size as MT5 lots.
Multiplies volume only on this account (this mapping). Same webhook, same alert, but you can use ×1 on one account and ×2 on another—handy when balances or risk differ.
Whole numbers only: 1 = same size, 2 = double, 3 = triple. Example: after the divisor, if the trade would be 0.01 lots, ×2 makes it 0.02 on that account only.
In each mapping you can enable the option "Adjust lots to MT5". When active, the lot size sent to MT5 is limited to the number of decimals each symbol accepts (for example, 2 decimals for minimum lots of 0.01, or 0 decimals for whole lots). Extra decimals are simply removed, not rounded. Useful when your strategy or broker sends more decimals than MT5 accepts.
Rules and Validations
- A symbol mapping can only connect to one account
- The symbol can only be configured if the mapping is connected to an account
- The symbol must exist in the account's list of tradeable symbols
- You cannot save connections if there are mappings connected to accounts without a configured symbol
Edit and Delete Connections
To edit a mapping:
- Double-click on the mapping node, or
- Hover over the mapping and click the "Edit" button that appears in the top right
- Modify the symbol, set divide lot by and the lot multiplier, enable or disable "Adjust lots to MT5", and save
- Save the changes
To delete a node (Webhook, Mapping or Account):
- Hover over the node and click the "Delete" button that appears in the top right
- Confirm the deletion
- Save the changes
To delete a connection:
- Hover over the connection and click on it
- A delete button will appear
- Click the delete button
- Confirm the deletion
- Save the changes