Connect TradingView alerts to CoinDCX Futures in 5 minutes.
The only India-native platform that routes TradingView Pine Script alerts directly to CoinDCX Futures. Sub-50ms execution. No code. Free.
43ms
Avg execution
5 min
Setup time
Free
No fees
The gap
TradingView fires the signal. CoinDCX never sees it.
TradingView is where India's best crypto strategies are built — but it has no direct integration with CoinDCX. Your Pine Script alerts fire and nothing happens. You watch the signal while the market moves.
Connect is the bridge. It receives your TradingView alert, reads the signal, and places the CoinDCX Futures order before the next candle closes.
TradingView alert fires
webhook → Connect
POST /webhook/your-id
{
"action": "buy",
"symbol": "B-BTC_USDT",
"quantity": "0.01"
}CoinDCX order filled · 43ms
Setup guide
TradingView to CoinDCX in 5 steps.
Create a Connect account
Sign up at connect.trado.trade — free, no credit card required. Create your first automation and copy the unique Connect link.
Link your CoinDCX account
Add your CoinDCX account with trade-only access. Connect never requests or stores withdrawal access.
Configure your automation
Set your default coin (e.g. B-BTC_USDT), order type, quantity, and leverage in the Connect dashboard.
Paste link in TradingView
In your TradingView alert → Settings → Webhook URL, paste your Connect link.
Add the JSON payload
Copy the JSON payload from Connect into your TradingView alert message field. Save and activate.
Payload reference
The exact JSON for your TradingView alert.
Paste this into the TradingView alert message field. You can override any field per alert using Pine Script variables like {{strategy.order.action}}.
action
Required. "buy" or "sell"
symbol
CoinDCX symbol e.g. "B-BTC_USDT"
quantity
Order size in base asset e.g. "0.01"
leverage
Optional. Integer 1–125
order_type
"market" or "limit" (default: market)
TradingView alert message
{
"action": "{{strategy.order.action}}",
"symbol": "B-BTC_USDT",
"quantity": "0.01",
"leverage": "5",
"order_type": "market"
}TradingView Webhook URL: Paste your Connect webhook URL in the TradingView alert settings under "Webhook URL". The URL is available in your Connect dashboard after creating a webhook.
Supported
Everything the TradingView → CoinDCX integration supports.
All CoinDCX Futures coins (BTC, ETH, SOL, DOGE, and 50+ more)
Market, limit, stop-limit, and stop-market orders
Buy and sell entries from a single TradingView alert
Custom leverage per alert (1× to 125×)
Fixed or percentage-based position sizing
Take-profit and stop-loss on entry
Cooldown windows to prevent duplicate triggers
Alert-level overrides for symbol, quantity, and direction
Multi-account execution from one TradingView alert
43ms average execution
From TradingView alert receipt to CoinDCX order confirmation.
Trade-only API access
Withdrawal permissions are never requested. AES-256-GCM encryption at rest.
Pine Script v4 and v5 support
Works with any TradingView strategy or indicator that generates alerts.
Runs 24/7 on cloud
No local server needed. Your alerts execute even when your computer is off.
FAQ
TradingView to CoinDCX — common questions.
How do I connect TradingView to CoinDCX?
Sign up on Connect, create an automation to get your Connect link, add your CoinDCX account, paste the link in TradingView's Webhook URL field, and add the alert message. Your TradingView alerts will place orders automatically.
Does TradingView natively connect to CoinDCX?
No. TradingView does not have a direct CoinDCX integration. Connect bridges them — it receives your TradingView alert and places the order on CoinDCX Futures on your behalf.
Which Pine Script versions work?
All Pine Script versions (v4 and v5) work. Any strategy or indicator that generates a TradingView alert can use Connect.
Can I use different symbols per alert?
Yes. You can override the symbol, quantity, direction, and leverage in the JSON payload for each individual alert — giving you full per-signal control.
How fast does execution happen?
Connect receives the TradingView alert and places the CoinDCX Futures order in under 50ms on average. That's 43ms from alert to order confirmation.
Is this free?
Yes. Connect is completely free — no platform fees, no per-trade charges. Connect and automate as many signals as you want.
Your TradingView alerts should be executing trades.
Free. 5-minute setup. 43ms execution on CoinDCX Futures.