find_breakouts
Identify S&P 500 stocks with strong bullish momentum by scanning for price breakouts above key moving averages and optimal RSI levels.
Instructions
Scan S&P 500 top 100 for breakout candidates — stocks in strong uptrends with bullish EMA stacks.
Finds stocks the V3 breakout engine should be watching. Filters for:
Strong trend score (default >= 30)
RSI in momentum range (45-75, not overbought or oversold)
Price above both 50 and 200 EMA (bullish structure)
Sorted by trend score (strongest first)
Args: exclude_symbols: Comma-separated symbols to exclude (e.g. existing watchlist) min_trend_score: Minimum trend score (default 30) min_rsi: Minimum RSI (default 45) max_rsi: Maximum RSI — avoid overbought (default 75) max_results: Max results to return (default 15)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exclude_symbols | No | ||
| min_trend_score | No | ||
| min_rsi | No | ||
| max_rsi | No | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |