technical_scan
Scan market universes for technical setups (oversold, uptrend, volume spike) by downloading per-symbol candles across crypto, stock, or index markets.
Instructions
Scan a universe for a technical setup, not just a price move.
Args: signal: One of oversold, overbought, bullish, bearish, uptrend, downtrend, volume_spike, squeeze. market: "crypto" scans the most liquid Binance pairs; "stock"/"idx" scan the bundled ticker universes. universe: For stock/idx markets: "idx" or "us". interval: Candle size for the indicators. max_symbols: Symbols to examine (capped at 60 — each one costs a full candle download). limit: Rows to return.
Slower than the price screeners because it downloads candles per symbol;
prefer a tighter max_symbols when you only need ideas, not coverage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| market | No | crypto | |
| signal | Yes | ||
| interval | No | 1d | |
| universe | No | idx | |
| max_symbols | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||