TradingView

Start here before you troubleshoot alerts

The safest order is simple: create the TradingView account, get the current webhook URL, send a valid JSON payload, create the connection to a receiver, and only then tune close logic or risk-based sizing.

Recommended order

  1. Create the TradingView source account. This generates the current webhook URL.
  2. Build a minimal valid alert payload. Start simple before adding extra fields.
  3. Create the copier connection. Link the TradingView source to one or more supported receiver accounts.
  4. Verify in Logs. Confirm the webhook was received and processed before changing anything else.
  5. Adjust closes, risk sizing, and security. Treat these as second-stage hardening, not first-stage setup.

Where the current setup lives

Create the TradingView account in Trading Accounts. The current webhook builder guidance is surfaced from Copiers, where the app explains the local webhook URL, recommended message template, and test payload area.