Important Note on the Request
No screen can guarantee that a stock will rise 10% in a single day. What we can do instead is identify stocks that, based on historical patterns and predictive models, have a higher probability of a strong up move today. The filters below are designed with that goal in mind.
Screening Filters
region: ['United States']
- Purpose: Limit the search to U.S.-listed companies.
- Rationale:
- The user explicitly requested US stocks, so this ensures only companies domiciled/primary-listed in the U.S. are considered.
- It keeps the universe aligned with U.S. market hours, regulations, and data quality.
list_exchange: ['XNYS', 'XNAS', 'XASE']
- Purpose: Restrict results to major U.S. exchanges: NYSE, Nasdaq, and NYSE American.
- Rationale:
- These exchanges host the most liquid and regulated stocks, reducing the chance of highly illiquid or opaque OTC names.
- For a one-day move strategy, you need securities that can actually be traded efficiently; this filter avoids many low-quality or hard-to-trade listings.
monthly_average_dollar_volume: {'min': '500000'}
- Purpose: Ensure a minimum level of liquidity (at least $500k traded per day on average).
- Rationale:
- A 10% intraday move is only useful if you can enter and exit positions without massive slippage.
- Setting a floor on dollar volume (price × volume) filters out extremely thinly traded stocks where quoted prices may not reflect realistic trading levels.
- This supports practical tradability for most retail and smaller institutional traders.
price: {'min': '2', 'max': '150'}
- Purpose: Focus on mid-priced stocks, avoiding both penny stocks and very high-priced outliers.
- Rationale:
- Below $2: many names are distressed, highly speculative, or prone to manipulation. Their moves may be “wild” but not systematically predictable.
- Above $150: large absolute price moves are costlier per share and sometimes less volatile on a percentage basis.
- The $2–$150 band balances volatility (needed for big % moves) with relative quality and tradability, increasing the chance of finding stocks that can move ~10% without drifting into purely speculative penny stock territory.
one_day_rise_prob: {'min': '60'}
- Purpose: Select stocks where a predictive model estimates at least a 60% probability that the next day’s return is positive.
- Rationale:
- You asked for stocks that are “likely to increase” today. This is directly addressed by using a probabilistic forecast of a positive return.
- A 60% threshold tilts the list toward names with a statistically favorable short-term bias, relative to the normal ~50/50 up/down expectation.
one_day_predict_return: {'min': '8'}
- Purpose: Focus on stocks where the model projects at least an 8% one-day gain.
- Rationale:
- Your target was a 10% move today. Predictive models typically produce continuous estimates (e.g., +4%, +7%, +11%).
- Requiring a minimum predicted return of 8% narrows the list to names where the model already expects a large move, in the ballpark of your 10% goal.
- Using 8% instead of exactly 10% adds a bit of flexibility, since forecasts are not perfectly precise; a stock forecasted at +8–9% could still end up moving more than 10% in reality, and vice versa.
Why Results Match Your Intent
- The U.S.-only and major-exchange filters align exactly with your request for US stocks, ensuring quality and tradability.
- The liquidity and price band constraints focus on stocks that you can realistically trade and that are volatile enough to potentially see ~10% intraday moves.
- The combination of
one_day_rise_prob ≥ 60% and one_day_predict_return ≥ 8% is the core:
- It targets stocks where models see a higher-than-normal probability of going up today.
- It further insists that the expected magnitude of that move is large, in line with your 10% target.
So while no screen can promise a 10% gain, these filters are designed to yield a focused list of U.S. stocks with relatively high, model-estimated odds of a strong positive move today.
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.