Create the TradingView alert

One alert per automation. Claude gives you the webhook URL and tells you whether to keep TradingView's default message or paste a template.

Requirements

Steps

  1. Open the chart with your script, open the Alerts panel in the right sidebar and click + (Create alert).
  2. Condition: your strategy (for strategy() scripts) or your script's alert() / alertcondition() (for rule-based scripts).
  3. Message: keep the default, or replace it with the messageToPaste Claude gave you. For rule-based scripts keep your alert text exactly as the samples Claude validated.
  4. Notifications tab → enable Webhook URL and paste the URL from Claude or your workspace.
  5. Expiration: open-ended. Click Create.

Verification

Wait for one real fill. TradingView's Send test button does not expand placeholders, so a test alert cannot verify the automation. Ask Claude for the automation status, or watch the activity feed in your workspace; the automation is marked verified after the first recognized alert.

Adapter shapes

Alerts that match nothing are logged with their raw body so Claude can fix the adapter.