Screening Filters
Price Filter (price: {'min': '1', 'max': '20'}):
- Purpose: To identify stocks within the price range of $1 to $20.
- Rationale: The user specifically requested stocks priced between $1 and $20. This range is often used to target lower-priced stocks that may have higher volatility and growth potential, aligning with the user's interest in volatile stocks.
Float Filter (shares_outstanding: {'max': '20000000'}):
- Purpose: To filter for stocks with low total shares outstanding (under 20 million).
- Rationale: Low float stocks (low shares outstanding) tend to be more volatile, which aligns with the user's preference for stocks that exhibit higher price movement potential.
Volume Filter (relative_vol: {'min': '500'}):
- Purpose: To identify stocks with high relative volume.
- Rationale: The user requested stocks with a significant increase in trading activity (e.g., current volume > 5x average volume). While the screener uses a relative volume threshold of 500 (5x the average volume), this is a proxy for the user's request and ensures that only stocks with unusually high trading activity are included.
Momentum Filter (price_change_pct: {'min': '10'}):
- Purpose: To find stocks that have already experienced significant price movement (at least a 10% gain).
- Rationale: The user explicitly asked for stocks that are already up significantly on the day, and a 10% price change threshold captures this momentum.
Trend Filter (moving_average_relationship: ['PriceAboveMA50', 'PriceAboveMA200']):
- Purpose: To identify stocks in a bullish trend where the price is above both the 50-day and 200-day simple moving averages (SMA).
- Rationale: The user requested a trend filter to focus on bullish stocks, and the condition of "Price > 50-day SMA & 200-day SMA" is a standard indicator of a strong upward trend.
Why Results Match:
- The filters applied closely match the user's request. Each filter addresses a specific aspect of the user's criteria, such as price range, low float, high volume, momentum, and bullish trend.
- However, no results were returned because the combination of these strict filters likely narrowed the pool of eligible stocks too much. For example:
- The requirement for a 10%+ price change on the day (momentum) combined with high relative volume (500x average) and low float (under 20M shares) is a rare combination.
- Additionally, the price range of $1-$20 further limits the pool of stocks that meet all these criteria.
Next Steps:
Would you like to adjust the filters to broaden the search? For example:
- Reducing the relative volume threshold (e.g., from 500 to 300).
- Lowering the momentum threshold (e.g., from 10% to 5%).
- Expanding the price range (e.g., $1-$50).
Let me know how you'd like to proceed!
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.