scan_bullish
Identify bullish stocks by scanning tickers with SMA, RSI, MACD, and ADX indicators, returning top-ranked symbols by composite score.
Instructions
Scan symbols for bullish trends using SMA, RSI, MACD, ADX.
Returns top N symbols ranked by composite bullish score.
Args: symbols: Comma-separated ticker symbols top_n: Number of top symbols to return (default 30) period: Historical period (1mo, 3mo, 6mo)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | ||
| period | No | 3mo | |
| symbols | Yes |