veroq_screener
Screen stocks or crypto by combining technical indicators, sentiment, and fundamental filters to find assets matching your criteria (e.g., oversold tech stocks). Returns symbol, price, change%, RSI, MACD signal, sentiment, and volume.
Instructions
Screen stocks or crypto by combining technical indicators, sentiment, and fundamental filters.
WHEN TO USE: To find assets matching specific criteria (e.g. oversold tech stocks, high-volume bearish crypto). Use veroq_screener_presets for pre-built strategies. RETURNS: Matching assets with symbol, price, change%, RSI, MACD signal, sentiment, and volume. COST: 5 credits. EXAMPLE: { "sector": "Technology", "rsi_below": 30, "sentiment": "bearish", "limit": 10 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_type | No | Asset type to screen (e.g. stock, crypto) | |
| sector | No | Sector filter (e.g. Technology, Healthcare, Energy) | |
| rsi_below | No | RSI upper bound (e.g. 30 for oversold) | |
| rsi_above | No | RSI lower bound (e.g. 70 for overbought) | |
| sentiment | No | Sentiment filter (e.g. bullish, bearish, neutral) | |
| macd_signal | No | MACD signal filter: buy or sell | |
| earnings_within_days | No | Only assets with earnings within N days | |
| price_min | No | Minimum price filter | |
| price_max | No | Maximum price filter | |
| min_volume | No | Minimum average daily volume | |
| sort | No | Sort field (e.g. rsi, sentiment, market_cap, volume) | |
| limit | No | Max results (default 20) |