Skip to content

TradingView alerts

TradingView Updates for Alert-Based Automation: What Changed and What to Check

Between October 2025 and September 2026, TradingView announced twelve changes in its Alerts category, plus related changes to screening, Pine Script and AI tools. They include schedules that can silence a webhook, presets that do not keep the Webhook URL, multi-condition alerts, and alerts on position, rectangle and Fibonacci drawings, watchlists in extended hours and several research-style alert types. This index lists each change by what it means for an alert-based workflow, with one sentence on the consequence and a link to the full explanation.

Every entry keeps one distinction in view. A TradingView feature decides what triggers and what TradingView sends. Whether that becomes a trade depends on the rest of the path: a delivered webhook, a valid PineConnector message, the EA in MetaTrader and the broker's own checks. None of the updates below changes those later stages, and nothing in this index was tested against a trading account.

Illustration of a grid of tiles representing different TradingView alert updates, with the title TradingView updates for automation, October 2025 to September 2026.

How to read this index

Dates are TradingView's own announcement dates, taken from each post's page metadata, not the date we found the feature. Each linked article also gives the date TradingView last edited its post. Availability and plan details were checked on 23 September 2026 and can change; each linked article carries the details and its sources.

Illustrative diagram of six stages from condition to broker. Multi-condition, drawing, Fibonacci and watchlist extended-hours alerts act on the condition; presets, research alert types and AI-created alerts act on the alert; notification schedules and presets can stop the webhook. PineConnector processing, MetaTrader handling and the broker outcome (an accepted order, a filled deal, an open position) are separate stages that each need their own check.
Illustrative diagram. Stage names are ours; each update is placed by the behaviour TradingView documents.

Alert settings that can stop a message reaching PineConnector

  • Notification schedules, announced 7 July 2026[1]. Outside its active hours an alert still triggers and is logged, but no webhook is sent, so PineConnector receives nothing.
  • Alert presets, announced 29 January 2026[2]. A preset reapplies conditions, messages and notification settings but not the Webhook URL, so check that field on every alert you create from a preset.

New ways to define what triggers

  • Multi-condition alerts, announced 23 October 2025[3]. Up to five conditions on one symbol must all be true at once; the result is still one trigger with one message, not a trading system with exits.
  • Rectangle alerts, then Greater than and Less than, announced 24 November 2025 and 21 August 2026[4][5]. TradingView's Help Center says Entering and Exiting trigger when the value "reaches a channel's boundaries from a certain direction", and Inside and Outside when it "moves into or out of" them[6]. Greater than and Less than trigger when the value "surpasses or falls below" a level. How often each condition fires at a given alert frequency is not documented, so count the triggers on a demo alert before automating one.
  • Fibonacci drawing alerts, announced 27 May 2026[7]. The alert follows the drawing, so re-anchoring the tool silently moves the price being watched, while prices typed into a message stay where they were.
  • Long and short position drawing alerts, announced 28 August 2026[8]. One alert notifies at entry and again at the stop or target, with one message, and the drawing's stop is not a stop at your broker.
  • Watchlist alerts in extended hours, announced 2 July 2026[9]. A US stock or ETF can trigger pre-market or after hours while the matching instrument at your broker is still closed.
  • 24h session for US stocks, announced 9 July 2026[10]. For BOATS-supported US stocks, TradingView says alerts can work with the new 24h chart, but it does not say that watchlist alerts accept that session. Before automating an alert on the 24h chart, check whether your broker's matching instrument trades at those hours.

Alert types built for research and monitoring

  • TPO alerts, announced 2 February 2026[11]. TPO alerts watch levels of completed profiles and keep a snapshot of the study, so later profile changes are not picked up.
  • Volume footprint alerts, announced 20 November 2025[12]. TradingView says footprint data repaints by design, so an alert can fire on an imbalance the chart later no longer shows.
  • Valuation-metric alerts, announced 29 June 2026[13]. Valuation alerts are stock-only and can trigger on values that TradingView corrects hours after an earnings release.
  • News alerts, then multiple news alerts, announced 20 October 2025 and 11 May 2026[14]. News alerts notify you about stories. TradingView documents no message field or webhook for them, so there is no documented path from a news alert to PineConnector.

Finding setups and reading script output

  • Pine Screener: indices and any script, announced 1 September 2026[15]. You can scan an index with any indicator script that meets the screener's requirements, but a screen result sends nothing until you create an alert for what it finds.
  • Indicator tables below the chart, announced 15 September 2026[16]. TradingView describes a change in where a script's tables are drawn; it describes no change to what the script calculates or what its alerts send.

AI assistants that can read and manage alerts

  • TradingView MCP server (public beta), announced 16 September 2026[17]. An assistant such as Claude can research, build watchlists and create simple price alerts in your account, which makes reviewing every alert it creates your job before anything reaches a trading account.
  • AI Chart Copilot (public beta browser extension), announced 2 April 2026[18]. TradingView says it can set alerts at levels it identifies and list, pause, restart and delete alerts through conversation, so it can also stop an alert your automation relies on. It has no separate article; the review points in the MCP article apply to it as well.

Reviewed, with no separate article

These updates in the same period were reviewed and have no separate article:

  • Stock Screener changes: AI Screener (17 Aug 2026, public beta, Stock Screener only), heatmap view (9 Sep 2026), moving averages in chart view (11 Sep 2026), candlestick patterns (15 Jul 2026) and autosave with undo (12 May 2026). They change how you find and view results, not what an alert sends.
  • Script publishing moderation (14 Aug 2026): public scripts published from that date reach community feeds only after a moderator review. The change affects discovery, not how an alert on a script behaves.
  • Strategy report changes (Pine Script release notes, July 2026): the Strategy Tester is now called the strategy report, and several strategy settings were replaced with new menus and inputs[19]. The release notes describe no change to alerts, but TradingView's Strategies page warns that changing the new Script execution settings can affect a strategy's alerts[20]. TradingView's alerts FAQ says an existing alert keeps a snapshot of the script, its inputs and the chart from when it was created[21], so after changing these settings, create a new alert and recheck how it triggers.

Where PineConnector fits

PineConnector starts where TradingView stops: it receives the webhook message, checks it and passes the instruction to the PineConnector EA in MetaTrader, which runs either on your own computer or VPS or, with PineConnector Edge, on a hosted MT5 terminal. Every guide above ends with the same check, because each stage leaves its own evidence. The TradingView Alerts log shows the trigger and message. PineConnector's Bridge shows what was received and how it was processed. Your broker account shows what actually happened: whether an order was accepted, whether it filled, and whether a position is open. PineConnector's demo test workflow walks through all three[22].

If you have not connected TradingView to MetaTrader yet, start with the TradingView to MT5 setup guide. If an alert fires and no trade appears, the stage-by-stage diagnosis is the place to start.

Reviewed 23 September 2026. Announcement dates were read from each TradingView post's page metadata and the linked sources were checked on that date. This index will be updated as TradingView ships further alert changes.

Related reading

Sources

  1. TradingView Blog – Notification scheduling for alerts has arrived, published 7 July 2026.
  2. TradingView Blog – Speed up your workflow with alert presets, published 29 January 2026.
  3. TradingView Blog – Introducing multi-condition alerts, published 23 October 2025.
  4. TradingView Blog – Introducing alerts on rectangle drawings, published 24 November 2025.
  5. TradingView Blog – Rectangle alerts now support Greater than and Less than conditions, published 21 August 2026.
  6. TradingView Help Center – Getting started with technical alerts, accessed 23 September 2026.
  7. TradingView Blog – Introducing alerts on Fibonacci drawings, published 27 May 2026.
  8. TradingView Blog – Alerts come to long and short position drawings, published 28 August 2026.
  9. TradingView Blog – Extended hours support for watchlist alerts is here, published 2 July 2026.
  10. TradingView Blog – Overnight session, now on your main chart, published 9 July 2026.
  11. TradingView Blog – Stay ahead of market structure with new TPO alerts, published 2 February 2026.
  12. TradingView Blog – Stay ahead of market shifts with alerts for volume footprint charts, published 20 November 2025.
  13. TradingView Blog – Introducing alerts for valuation metrics, published 29 June 2026.
  14. TradingView Blog – Real-time news alerts, published 20 October 2025; multiple news alerts, published 11 May 2026.
  15. TradingView Blog – Pine Screener: scan any index, pick any script, published 1 September 2026.
  16. TradingView Blog – Visualize indicator tables below the chart, published 15 September 2026.
  17. TradingView Blog – TradingView MCP Server public beta, published 16 September 2026.
  18. TradingView Blog – TradingView AI Chart Copilot: public beta is available now, published 2 April 2026.
  19. TradingView – Pine Script release notes, July 2026, accessed 23 September 2026.
  20. TradingView – Pine Script User Manual, Concepts: Strategies, accessed 23 September 2026.
  21. TradingView – Pine Script User Manual, FAQ: Alerts, accessed 23 September 2026.
  22. PineConnector Docs – Test your setup, accessed 23 September 2026.

PineConnector executes the instructions you send it. It does not select trades, manage money, or hold funds. Trading carries risk, and past performance of any strategy does not indicate future results.


Leave a comment

Back To PiCo Blog

Ready when your strategy is

You bring the strategy.We bring the infrastructure.

Connect TradingView to MetaTrader, choose where MT5 runs and put the full PineConnector workflow through its paces from your first month.

Strategy and trading decisions remain yours. The MT5 environment can be ours.

PineConnector Edge

Run the full PineConnector workflow.

$59/mo at launch

Core plan · 1 connection · 1 hosted MT5 environment

Start with Core

Launch price — standard pricing is $69/mo after the launch period.