Skip to main content

Alerts

TradingView alerts are created from TradingView's alert menu, not from MetaTrader.

Alerts fire on the same B# / S# markers you see on chart — configure them for once per bar close to match v3. See a live S# setup on the Signals page before wiring alerts.

Same flow for any TradingView script

The steps below use owner screenshots from The Banana Indicator TV. The TradingView UI is the same for other invite-only scripts — only the Condition dropdown name changes.

Before You Create Alerts

Confirm:

  • You are signed in to the TradingView username that has access.
  • The indicator is already added to the chart.
  • The chart symbol and timeframe are the ones you intend to monitor.
  • Your TradingView plan supports the number of active alerts you need.

Create an alert (step by step)

Step 1 — Open the Alerts panel

With your chart open, click the Alerts (clock) icon on the right toolbar.

TradingView chart with arrow pointing to the Alerts clock icon in the right toolbar
Step 1 — Open **Alerts** from the right toolbar (**Alt + A** also works).

Step 2 — Start a new alert

In the Alerts panel, click + (top left) or the Create alert button.

TradingView Alerts panel empty state with Create alert button highlighted
Step 2 — **+** or **Create alert** opens the dialog.

Step 3 — Open the Create alert dialog

TradingView opens the Create alert dialog for the active chart symbol — set Condition, Interval, notifications, then Create.

TradingView Create alert dialog with Condition, Trigger, Expiration, and Notifications fields
Step 3 — Alert dialog (condition row is where you pick the script — next step).

Step 3a — Pick the script condition (Pine alert())

For Pine scripts (including Banana TV), set Condition to your script name, then choose Any alert() function call — the script controls when alerts fire and what message is sent.

TradingView help — select script in Condition and Any alert function call
Step 3a — **Condition** → script → **Any alert() function call** (TradingView help panel).

Step 4 — Banana: interval, notifications, Create

On The Banana Indicator TV:

  1. ConditionBanana (or the script title on your chart) → Any alert() function call (or Banana Buy / Banana Sell if your build lists them).
  2. IntervalSame as chart (matches the timeframe you are monitoring).
  3. Trigger / frequencyOnce per bar close when TradingView shows that option (matches v3 non-repainting markers).
  4. Notifications — enable App, email, webhook, etc. per your plan.
  5. Click Create and confirm the alert appears in the Alerts list.
Create alert dialog with Banana script selected, Same as chart interval, and Create button
Step 4 — **Banana** condition, **Same as chart** interval, then **Create**.

Optional: enable PineConnector messages under 10 · Alerts / PineConnector in TradingView settings if you route alerts to automation (requires your PineConnector license ID and symbol).

Available alert conditions can depend on the TradingView script version and your account access.

Check alert delivery

Check:

  • The alert is active in the Alerts panel (not paused or expired).
  • TradingView notifications are enabled for your chosen delivery method.
  • You are signed in to the correct TradingView account.
  • The alert was created on the chart symbol and timeframe you expect.

If nothing fires, see Troubleshoot TradingView.