quant_screen_universe
Screen and rank tickers by intraday tradeability (gap%, relative volume, ATR%). Filters low-price and low-volume stocks, returns top N candidates.
Instructions
Rank tickers by intraday tradeability (gap, relative volume, ATR%).
Hard-filters names under $5 or under $50M average daily dollar volume, then scores the rest by 2*|gap%| + rel_volume + 0.5*ATR% and returns the top N.
Args: params (ScreenInput): optional tickers list (defaults to the built-in universe), top_n, response_format.
Returns: str: ranked candidates, each with ticker, price, gap_pct, rel_volume, atr_pct, avg_dollar_volume_m and score. JSON returns a list under 'candidates'; markdown is a ranked table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |