Set Up TradingView Webhook Signals

Connect TradingView alerts to Wise Trade so your strategies execute automatically when signals fire.

Intermediate
10 min
Exchange & Signals
Binance & Bybit
What you'll achieve

Have a working TradingView alert that sends signals to your Wise Trade fund.

Prerequisites

Complete these tutorials first for the best experience:

1
Get your webhook URL

In Wise Trade, go to your fund details. Copy the Webhook URL — this is the endpoint TradingView will send alerts to. It looks like: `https://api.yzetrade.com/ledger/signal`

Get your webhook URL
2
Create an alert in TradingView

Open your chart in TradingView, add your indicator or strategy, then click Create Alert (the alarm icon). In the alert dialog, check Webhook URL and paste the URL you copied.

Create an alert in TradingView

Webhook alerts require TradingView Pro plan or higher.

3
Configure the alert message

In the Message field, use this JSON format. Replace the values with your fund name and desired signal: `{"fund": "MyBTCFund", "signal": "ENTER_LONG", "pair": "BTCUSDT"}`

4
Understand signal types

Wise Trade supports these signals: ENTER_LONG (buy/long), EXIT_LONG (close long), ENTER_SHORT (sell/short), EXIT_SHORT (close short), FLIP_LONG_TO_SHORT, and FLIP_SHORT_TO_LONG.

5
Test your setup

Fire a test alert from TradingView and check your fund's Signals page to see if it was received. A successful signal shows status "PROCESSED". If you see "ERROR_PROCESSING", check your fund name and pair spelling.

You can also send a test signal manually from the Wise Trade dashboard to verify your API keys work.

Tips & Best Practices

  • Double-check that the fund name in your alert JSON matches exactly (case-sensitive).
  • Make sure the trading pair in the alert matches what you configured in the fund.
  • If signals aren't arriving, verify your TradingView plan supports webhooks.
  • Check your exchange for maintenance windows if orders aren't executing.