Skip to content

Blog · TradingView · Article · updated 2026-09-25

TradingView multi-condition alerts: combine up to 5 indicators with AND

How to require several indicators to agree before an automated entry, using TradingView multi-condition alerts built by the TensorTrader extension.

Key takeaways

  1. 1Multi-condition alerts fire only when every condition is true on the same bar.
  2. 2The extension combines up to five indicators with AND; TradingView Plus or higher is required.
  3. 3Combine indicators that measure different things, and keep it to two or three.

Why combine indicators

Single indicators produce many false signals. A common fix is confirmation: only act when two or more independent conditions agree, for example a momentum crossover plus a trend filter plus a volatility check. TradingView supports this natively with multi-condition alerts, which fire only when every condition is true on the same bar. The TensorTrader extension builds them for you across many tokens at once.

How to build one

The note in the panel spells out the rules: combined with AND logic into one TradingView multi-condition alert, shared timeframe, up to five indicators, and a TradingView Plus plan or higher. The alert name joins the study names with "+" so you can tell combinations apart in your alert list.

  1. 1In Batch Create, step 3 · Signal source, choose an indicator in the Indicators dropdown.
  2. 2Press Add indicator (AND). It becomes available once the previous slot is filled.
  3. 3Choose the next indicator. Repeat up to five indicators in total.
  4. 4Expand each slot to edit its inputs in the Source Inputs card; every slot keeps its own overrides.
  5. 5Align variables so each indicator’s condition maps to the right direction.
  6. 6Review and create. Each token gets one multi-condition alert per direction.

Rules and limits

logic
AND only: every condition must be true on the same bar
timeframe
Shared: all conditions evaluate on the alert’s timeframe
indicators
Up to 5 per alert; extra slots accept indicators only, not strategies
plan
TradingView Plus or higher
quota
TradingView caps multi-condition alerts separately; when the cap is hit, the batch stops and reconciles

Good combinations

Combine indicators that measure different things. A trend filter (a moving-average direction or Supertrend), a momentum trigger (an RSI or MACD cross) and a regime or volatility condition (ADX above a threshold, or Bollinger bandwidth expanding) rarely say the same thing for the same reason. Combining three momentum oscillators just asks the same question three times.

Be careful with strictness. Every added condition reduces how often the alert fires. That is the point, but five tight conditions may almost never agree, leaving you with too few trades to judge. Two or three is usually the useful range.

Editing indicator inputs per slot

The Source Inputs card shows the selected slot's inputs grouped the way the script author grouped them: checkboxes, color pickers, dropdowns, dates and numbers. Inputs that make no sense for automation are hidden. Changes apply to that slot only, so the same indicator can appear twice with different settings, for example a fast and a slow RSI.

Worked example: trend + momentum + volatility

If the combined alert fires far less often than any single indicator, that is expected. If it almost never fires, relax one condition rather than removing the filter entirely.

  1. 1Slot 1, trend: Supertrend, requiring the "up" state for longs.
  2. 2Slot 2, momentum: RSI crossing above 50.
  3. 3Slot 3, volatility: ADX above 20, so the market is actually moving.
  4. 4Align variables: map the long action to each indicator’s long condition, and the short action to the mirror conditions.
  5. 5Create on a few tokens first; check how often the combined alert fires before scaling up.

Frequently asked questions

Can I use OR logic?
Not in one multi-condition alert. Create separate alerts for alternatives instead.
Can a strategy be one of the conditions?
No. Extra slots accept indicators only; the multi-condition mode is for indicator alerts.
Do the indicators need the same timeframe?
Yes. All conditions evaluate on the alert’s timeframe.

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