Requirements
Before connecting, make sure you have:
Free plan does not support webhook alerts. See how to upgrade →
Minesix is built exclusively for Exness MT5 for sub-millisecond execution speed and raw spread access. Other brokers are not supported. You'll need your Exness Account Number, Trading Password, and Server Name (e.g. Exness-Real4).
Your webhook URL is generated on account creation. Create account →
Upgrade TradingView to Pro
Webhook alerts are a paid TradingView feature. Here's why you need it and how to get the best price:
TradingView's free plan only supports browser notifications and email alerts. Webhook HTTP calls — which send your signal to Minesix — require Pro plan or above.
Use our affiliate link to get a discount on your first subscription. Same TradingView, better price.
Connect Your MT5 Account
Go to your Minesix Dashboard and fill in your MT5 credentials under "MT5 Account Connection".
Help → About to find your server name.We recommend using your investor password (read-only) for monitoring, or your main password if you want execution. All credentials are AES-256 encrypted at rest.
Create a TradingView Webhook Alert
In TradingView, go to the Alerts panel (clock icon) and create a new alert.
https://api.minesix.io/wh/usr_xxxxxJSON Payload Template
Copy this template into your TradingView alert message field. Minesix will parse this to identify the signal.
{
"action": "{{strategy.order.action}}",
"symbol": "{{ticker}}",
"price": {{close}},
"volume": 0.01,
"sl": {{strategy.order.stop_loss}},
"tp": {{strategy.order.take_profit}},
"comment": "MinesixBridge"
}
actionBUY or SELL. Use TV variable {{strategy.order.action}}Yes
symbolInstrument to trade. Use {{ticker}} for dynamic — see warning below.Yes
priceEntry price. Use {{close}} for market.No
volumeLot size. Fixed number (e.g., 0.01).Yes
slStop loss price. Optional — AI can manage this.No
tpTake profit price. Optional — AI trailing handles this.No
TradingView's {{ticker}} variable may include the exchange prefix, e.g. OANDA:XAUUSD or FX_IDC:EURUSD. Exness rejects these — it expects clean symbols like XAUUSDm or XAUUSD. Use the Symbol Mapping feature in Settings → Webhook to map incoming symbols to your exact Exness instrument names.
Test Your Signal
Before going live, send a test signal to verify your setup.
Go Live 🚀
Once your test passes, activate your Custom Webhook Mode or SAT Mode from the dashboard. Your signals will now be filtered by AI and executed to your MT5 account automatically.
Pro plan users can activate SAT Mode alongside their custom webhooks. SAT Mode runs our flagship SATS algorithm on XAUUSD independently — doubling your automation coverage.