RSI Oversold Scanner Results - November 26, 2025¶
Scanner: tools/rsi_oversold_scanner.py (NEW)
Strategy Reference: Oct 21, 2025 Mega Scan (71% win rate)
Scan Time: 2025-11-26 14:32 ET
Executive Summary¶
Scan Statistics: - Total Stocks Scanned: 213 (across 14 sectors) - Successful Scans: 201 (94.4%) - RSI < 30 Opportunities: 7 (3.5% of scanned) - FinBERT Sentiment: ENABLED - Vetoed by Sentiment: 0 - Boosted by Sentiment: 0
Key Finding: NFLX at extreme oversold (RSI 8.1) after 90% drop - anomaly detected. Market conditions much tighter than Oct 21 scan (which found 102 opportunities at 22% hit rate).
Top Buy Candidates¶
| Rank | Symbol | RSI | Price | Score | Sentiment | Stop | Target | Recommendation |
|---|---|---|---|---|---|---|---|---|
| 1 | NFLX | 8.1 | $105.97 | 63.1 | +0.31 (Neutral) | -12% | +30% | BUY |
| 2 | PDD | 29.5 | $116.07 | 60.6 | +0.06 (Neutral) | -15% | +25% | BUY |
| 3 | ATUS | 28.9 | $1.79 | 54.1 | +0.41 (Neutral) | -8% | +20% | BUY |
| 4 | NIO | 29.2 | $5.38 | 52.5 | -0.25 (Neutral) | -15% | +25% | BUY |
| 5 | TME | 28.4 | $18.06 | 48.6 | -0.14 (Neutral) | -10% | +20% | WATCH |
Detailed Analysis¶
1. NFLX - Netflix (RSI 8.1) - EXTREME OVERSOLD¶
Why This RSI is Anomalous: - RSI 8.1 is extremely rare for large-cap stocks - 90.3% decline in 20 days suggests data anomaly or stock split - Normal RSI oversold is 25-35; this is well below - INVESTIGATE BEFORE TRADING - verify this isn't a stock split or data error
If Legitimate: - Position: $1,500 - Stop Loss: -12% ($93.25) - Target: +30% ($137.76) - Sentiment: +0.31 (slightly positive, high confidence 0.79)
Top Headlines: - "NFLX vs. STRZ: Which Streaming Stock Has Better Upside Potential?" - "FOX or NFLX: Which Is the Better Value Stock Right Now?"
2. PDD - PDD Holdings/Temu (RSI 29.5) - OVERSOLD¶
Thesis: - Chinese e-commerce giant (Temu parent) - RSI near 30 threshold - Down 14.7% in 20 days - Higher risk due to Chinese stock volatility
Trading Parameters: - Position: $500 (smaller due to China risk) - Stop Loss: -15% ($98.66) - Target: +25% ($145.09) - Sentiment: +0.06 (neutral, high confidence 0.87)
Top Headlines: - "PDD Holdings Inc.: Assessing Valuation After Mixed Q3 Results" - "PDD Stock Slides After Temu Parent Posts Mixed Q3 Results"
3. ATUS - Altice USA (RSI 28.9) - OVERSOLD¶
Thesis: - Telecom/cable provider - Low price ($1.79) = high volatility - Down 19.4% in 20 days - Lower risk sector (telecom)
Trading Parameters: - Position: $1,500 (telecom = safer) - Stop Loss: -8% ($1.65) - Target: +20% ($2.15) - Sentiment: +0.41 (positive, high confidence 0.88)
Top Headlines: - "Q3 Earnings Roundup: Altice And The Rest Of The Wireless Segment"
4. NIO - NIO Inc. (RSI 29.2) - OVERSOLD¶
Thesis: - Chinese EV manufacturer - Down 23.3% in 20 days - High volatility sector - Recent analyst downgrade noted
Trading Parameters: - Position: $500 (high risk = small position) - Stop Loss: -15% ($4.57) - Target: +25% ($6.72) - Sentiment: -0.25 (slightly negative, high confidence 0.88)
Top Headlines: - "Autodesk upgraded, Nio downgraded: Wall Street's top analyst calls" - "NIO Q3 Loss Narrower Than Expected, Revenues Increase Y/Y"
Risk Warning: Analyst downgrade + negative sentiment = proceed with caution.
5. TME - Tencent Music (RSI 28.4) - WATCH¶
Thesis: - Chinese music streaming - Down 18.6% in 20 days (28.6% in 50 days) - Score below 50 threshold = WATCH not BUY
Trading Parameters: - Position: $1,000 - Stop Loss: -10% ($16.25) - Target: +20% ($21.67) - Sentiment: -0.14 (slightly negative)
Top Headlines: - "Tencent Music Entertainment Group (TME) is a Buy at BNP Exane Paribas"
Comparison: Nov 26 vs Oct 21 Scan¶
| Metric | Oct 21, 2025 | Nov 26, 2025 | Change |
|---|---|---|---|
| Stocks Scanned | 544 | 213 | -61% |
| Opportunities (RSI < 30) | 102 (22%) | 7 (3.5%) | -93% |
| Extreme Oversold (< 25) | 6 | 1 | -83% |
| Market Condition | Bearish sectors | Tighter market |
Interpretation: The market has rallied significantly since Oct 21. Far fewer RSI oversold opportunities exist, indicating a more bullish environment overall.
Recommended Portfolio (Conservative)¶
Total Capital: $4,000
| Symbol | Position | Entry | Stop | Target | Risk ($) | Reward ($) |
|---|---|---|---|---|---|---|
| ATUS | $1,500 | $1.79 | $1.65 | $2.15 | $120 | $300 |
| PDD | $500 | $116.07 | $98.66 | $145.09 | $75 | $125 |
| NIO | $500 | $5.38 | $4.57 | $6.72 | $75 | $125 |
| Total | $2,500 | $270 | $550 |
Risk:Reward: 1:2.0 Expected Win Rate (based on Oct 21 strategy): 60-70% Expected Return: +$100-$250 if strategy performs as backtested
Action Items¶
Immediate (Today)¶
- [ ] Verify NFLX data - RSI 8.1 is extreme, confirm no stock split
- [ ] Research PDD - Verify Q3 results impact
- [ ] Set alerts for RSI 25 on all watchlist stocks
This Week¶
- [ ] Paper trade ATUS, PDD, NIO positions
- [ ] Monitor RSI daily for exit signals (RSI > 70)
- [ ] Re-run scan Friday to catch new opportunities
Ongoing¶
- [ ] Run
tools/rsi_oversold_scanner.py --finbertweekly - [ ] Track win rate vs Oct 21 benchmark (71%)
- [ ] Backtest sentiment impact (compare finbert vs no-finbert runs)
Scanner Usage¶
# Basic scan (RSI only)
uv run python3 tools/rsi_oversold_scanner.py
# With FinBERT sentiment filtering (RECOMMENDED)
uv run python3 tools/rsi_oversold_scanner.py --finbert
# Extreme oversold only (RSI < 25)
uv run python3 tools/rsi_oversold_scanner.py --finbert --rsi-threshold 25
# Scan specific sectors
uv run python3 tools/rsi_oversold_scanner.py --finbert --sectors "Energy,Biotech,REITs"
# Export to JSON
uv run python3 tools/rsi_oversold_scanner.py --finbert --output results.json
Generated: 2025-11-26 14:35 ET Scanner Version: 1.0.0 Strategy: RSI Oversold Mean Reversion + FinBERT Sentiment Filter Reference: Oct 21, 2025 Mega Scan (71% win rate)
Disclaimer: This is paper trading analysis. All strategies should be validated in paper account before live deployment.