Blog · TradingView · Article · updated 2026-09-25
TradingView alert limits by plan, and how to fit an automated strategy in them
How many concurrent technical alerts each TradingView plan allows, how an automated setup counts against the limit, and how to plan tokens × timeframes × directions to fit.
Key takeaways
- 1The limit counts alerts that exist at once, not how often they fire.
The limits
These are the concurrent technical-alert counts TensorTrader uses for its capacity planning, matching TradingView's published tiers when we last checked. TradingView changes its plans from time to time, so confirm on its pricing page. "Concurrent" is the key word: the limit is how many alerts exist at once, not how many times they fire.
- Basic (free)
- 1 technical alert; no webhooks
- Essential
- 20 technical alerts
- Plus
- 100 technical alerts
- Premium
- 400 technical alerts
- Ultimate
- 1,000 technical alerts
How an automated setup uses alerts
Every alert watches one symbol on one timeframe for one condition. An indicator strategy with separate long and short conditions needs two alerts per token per timeframe; a Pine strategy needs one, because the strategy handles both directions. Multiply that by your tokens, timeframes and exchange accounts and the numbers climb quickly: 20 tokens × 3 timeframes × 2 directions is 120 alerts, already past the Plus limit.
- indicator, both directions
- tokens × timeframes × accounts × 2
- strategy
- tokens × timeframes × accounts
- multi-condition (AND)
- counts as one alert, but needs Plus or higher and has its own quota
How Batch Create respects your limit
The extension reads your TradingView plan and shows how many alerts you have left. When a plan would exceed the quota, it is truncated and the extra alerts are listed as skipped with the reason "exceeds TradingView alert quota", before anything is created. DCA legs across timeframes are also capped by the remaining quota, so a plan never silently fails halfway.
TensorTrader's own billing tiers are keyed to your TradingView tier for the same reason: Essential covers a 20-alert setup on one exchange, and the top tier covers 1,000 concurrent alerts across every exchange.
Fitting more into fewer alerts
- 1Prefer strategies over indicator pairs where you can: one alert instead of two.
- 2Use DCA across timeframes deliberately. Each leg is an alert; keep only legs that pay for themselves.
- 3Combine confirming indicators into one multi-condition alert instead of separate alerts per indicator.
- 4Trim tokens that never trade or never pay their fees; paper results tell you which.
- 5Delete stale alerts in bulk from the extension’s Alerts tab to free the quota before a new batch.
Alerts that stop by themselves
TradingView can stop alerts, for example after repeated script errors or when a chart's data changes. Stopped alerts still count toward some limits and do nothing. The extension's Alerts tab shows stopped alerts separately, and an optional sentinel can restart stopped TradingView alerts automatically. Check the stopped count after any large batch.
Worked example: fitting a plan into Plus
Say you have a Plus plan (100 alerts) and want an indicator strategy with long and short conditions on 12 tokens. On one timeframe that is 24 alerts. Add DCA with two extra pyramids and it is 72. Add a second exchange account and it is 144, over the limit. Options: drop to one extra pyramid (96 alerts, fits), switch to a Pine strategy version of the same logic (72 alerts on two accounts), or trim tokens that never paid their fees. Batch Create shows the count before you create anything, so you can try each option in the plan roster first.
Frequently asked questions
- Does an alert firing many times count many times?
- No. The limit is on how many alerts exist, not on how often they fire.
- Do webhooks work on the free plan?
- No. Webhook URLs need a paid TradingView plan.
- How do I free alert slots quickly?
- Use the extension’s Alerts tab: filter, select and delete in bulk, or "Delete all" to clear the quota in one request.
Keep reading
TradingView webhook automation: from alert to exchange order
Everything about automating TradingView: alert types, webhook JSON, plan limits, building hundreds of alerts with the Chrome extension, managing them, and executing on 30 exchanges and brokers, paper first.
Batch Build: strategies, indicators and multi-condition alerts in the TensorTrader extension
How the extension's Batch Create wizard turns one indicator or strategy into dozens of TradingView alerts: signal sources, AND-combined indicators, variable alignment, DCA across timeframes, leverage modes and duplicate-proof runs.
Filter, sort and bulk-delete TradingView alerts from one panel
How the TensorTrader extension’s Alerts tab filters TradingView alerts by token, exchange, timeframe, study and status, and enables, disables or deletes them in bulk.
TradingView alerts across multiple timeframes, with leverage, in every creation tool
How to run one strategy on several timeframes with per-leg margin and leverage in TensorTrader’s TradingView, TrendSpider, GoCharting and TT-Autotune alert builders.
Not financial advice. Performance figures are TensorTrader testnet or backtest results with the method stated; past results do not predict future returns.