Screening Filters
rsi_category: ['oversold', 'moderate']
- Purpose: To find stocks whose Relative Strength Index (RSI) is either low (oversold) or in a neutral/moderate zone, as you explicitly requested.
- Rationale:
- Oversold: These are stocks where RSI is typically below ~30. They may be experiencing selling pressure and could be potential rebound candidates if the fundamentals are sound.
- Moderate: These are stocks where RSI is typically in the middle range (around 40–60), not strongly overbought or oversold. This targets names that are not stretched in either direction and might be in consolidation or early trend phases.
- This matches your explicit condition:
rsi_category: ['oversold', 'moderate'].
market_cap_category: ['mega', 'large']
- Purpose: To implement your “big cap” requirement by restricting results to large and mega-cap companies.
- Rationale:
- Mega-cap: The very largest companies by market value (often hundreds of billions in market cap). These tend to be more liquid, widely followed, and generally more stable.
- Large-cap: Still sizable, established companies, usually with strong liquidity and institutional coverage.
- Together, these categories operationalize your request for “big cap” stocks.
Why Results Match:
- Your request: “rsi_category: ['oversold', 'moderate'] big cap”
- Applied filters:
rsi_category: ['oversold', 'moderate'] → directly and precisely matches your RSI condition.
market_cap_category: ['mega', 'large'] → directly implements your “big cap” requirement.
So the filters used fully align with what you asked: screening for large/mega-cap (“big cap”) stocks that are either oversold or in a moderate RSI zone.
This list is generated based on data from one or more third party data providers. It is provided for informational purposes only by Intellectia.AI, and is not investment advice or a recommendation. Intellectia does not make any warranty or guarantee relating to the accuracy, timeliness or completeness of any third-party information, and the provision of this information does not constitute a recommendation.