Docs·Web App·Trading Alerts

Screener alerts

Fire when a pair enters or exits one of your screener filter sets — e.g. "alert me when a pair enters Strong-buy RSI bucket AND volume regime Hot". Per-filter-set, with debouncing so a flickering pair doesn't spam.

Screener alerts fire when a pair enters or exits one of your screener filter sets — "alert me when any pair enters my 'Strong-buy + Hot vol + 1H+' filter". The filter is the same filter you build in any screener UI (Alt Screener, OI Patterns, RSI Patterns); saving it as an alert just wires that filter to push notifications. Useful for catching candidates the moment they qualify, without watching the screener live.

Screener alert creation

How to create

  1. Open any screener page.
  2. Build your filter set (multi-select dropdowns, sliders).
  3. Click Save as alert on the toolbar.
  4. Name the alert (e.g. "Morning candidates").
  5. Pick which channels to deliver on.
  6. Save.

The alert then appears in the inbox under the Screener source tab.

Alert dialog fields

FieldNotes
Filter set nameDisplay name in the inbox.
Screener sourceWhich screener is this filter against — Alt / OI Patterns / RSI Patterns / Watchlist.
Filter snapshotThe exact filter values at save time.
Trigger eventPair enters set / Pair exits set / Both. Default enters only.
DebounceDefault 30s — a pair has to stay in the set for at least this duration before firing. Prevents flicker spam.
Cool-down per pairDefault 1h — same pair re-entering within this window doesn't re-fire.
ChannelsMulti-select.
MessageTemplated; default "{symbol} entered {filter_set_name}".
ExpiryOptional auto-disable date.

Useful filter sets to alert on

SetUse case
RSI = Strong-buy + Vol regime = Hot + Min 24h vol $5MPremium long candidates.
RSI Pattern = Bullish divergence + TF ≥ 1HHigh-quality divergence watchlist.
OI Pattern = LONG BUILD + TF ≥ 15m + Min OI change 2%Quality long-bias new builds.
Whales side = BUY + size > $500k + last 60sReal-time whale accumulation alerts.
Vol regime → Climax + 24h vol > $10MMajor news / liquidation cascades.

Debounce vs. cool-down

  • Debounce — how long the pair must stay in the set before firing. Filters flicker.
  • Cool-down per pair — how long after a fire before that same pair can re-fire. Filters re-entry spam.

Both default to sane values. Tune up if the alert is too noisy; tune down if you're missing fires.

Editing a filter set after creation

The alert holds a snapshot of the filter at creation time. Changing the filter on the screener page does NOT affect the alert. To update:

  1. Open the alert in the inbox.
  2. Click Edit filter.
  3. The screener opens with the saved filter loaded.
  4. Adjust and Save back to alert.

Common pitfalls

  • No debounce — pairs flickering on a borderline filter (e.g. RSI 29.9 → 30.1) fire many times. Set ≥ 30s debounce.
  • Alert on "exits" — usually less useful than enters. Only enable if you care about "the trade went stale".
  • Filter too tight + no min-volume — fires once a week. Loosen the filter slightly.
  • Filter saved against the wrong screener — Alt vs. OI Patterns have different filter shapes. Recreate against the correct screener.

What's next