TradingView webhook → MT5 in ~1s
Turn any TradingView strategy into live MT5 trades — automatically.
Zero-code bridge. Pine alerts hit your unique webhook, we map the broker symbol, and a local Expert Advisor places the order with CTrade.
- 14-day trial
- No MT5 password
- Any Pine alert
Live execution
0.8s
TradingView
Pine alert
Webhook
JSON payload
MT5 EA
CTrade fill
{
"symbol": "{{ticker}}",
"action": "buy",
"qty": 0.1,
"sl": 50,
"tp": 100
}Mapped EURUSD→EURUSD.m
Filled buy 0.10 @ 1.08412
How it works
Four steps. Attach once, then every alert is a live order.
Connect your MT5 account
Attach the EA to any chart. It registers with your license key and uploads Market Watch symbols.
Paste your webhook URL
Drop the unique URL into a TradingView alert. No Pine Script changes required.
Map symbols once
We auto-match EURUSD.m, NASDAQ:AAPL and broker suffixes. Override anything in one click.
Trades execute 24/7
Alerts hit the queue, the EA polls, CTrade fires. SL/TP are recalculated in the symbol's points.
Built for live execution
Not a signal dump. A controlled path from alert JSON to a broker fill, with logs you can audit.
Instant execution
Webhook to MT5 in about a second via WebRequest polling. ZeroMQ path comes later for 10–50ms.
Multi-broker mapping
Strip .m, _i, -ecn and match against the symbols your EA actually sees on that terminal.
SL/TP auto-adjustment
Pips are converted using Point() and Digits() so stops remain valid across FX, gold, and indices.
Trade logs & analytics
Every signal: received → mapped → sent → executed. Drill into raw JSON when something fails.
Any Pine strategy
Works with strategy alerts and indicator alerts. Buy, sell, close, close-long, close-short.
Multiple MT5 accounts
Route a strategy to one login or fan it out. Risk caps and a kill-switch per account.
See an alert become a fill
Screen recording of TradingView firing and MT5 executing — drop your demo video here when you have it.
Demo video placeholder
Record TradingView alert → webhook received → EA journal → order ticket, then replace this block with the embed.
Pricing
INR billing via Razorpay. Cancel any time. Trial never asks for a card.
Free Trial
₹014 days
- 1 MT5 account
- 50 signals / day
- Symbol auto-mapping
- Trade logs (7 days)
Starter
₹999/ month
- 1 MT5 account
- 500 signals / day
- Symbol auto-mapping
- Trade logs (90 days)
- Email support
Pro
₹2,499/ month
- 3 MT5 accounts
- Unlimited signals
- Risk-based lot sizing
- Drawdown kill-switch
- Realtime trade stream
- Priority support
Multi-account
₹4,999/ month
- 10 MT5 accounts
- Unlimited signals
- All Pro features
- CSV mapping import
- Dedicated onboarding
- Telegram priority desk
Traders who stopped babysitting charts
“I used to babysit alerts on my phone. Now the same Pine strategy fills on IC Markets without me touching MT5.”
“Suffix mapping was the thing that always broke other copiers. Here US100.cash just matched on first connect.”
“Kill-switch and max daily trades are what let us run this on a funded account without blowing the day.”