Skip to content

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

  1. 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

  1. 1Prefer strategies over indicator pairs where you can: one alert instead of two.
  2. 2Use DCA across timeframes deliberately. Each leg is an alert; keep only legs that pay for themselves.
  3. 3Combine confirming indicators into one multi-condition alert instead of separate alerts per indicator.
  4. 4Trim tokens that never trade or never pay their fees; paper results tell you which.
  5. 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

Not financial advice. Performance figures are TensorTrader testnet or backtest results with the method stated; past results do not predict future returns.

All guides · Start on paper · Pricing