Commit Graph

2 Commits

Author SHA1 Message Date
阳虎 774b1ed3d3 fix: address Gemini Code Assist review comments
- Fix RSI calculation to handle NaN values when loss is 0
- Parallelize symbol scanning with ThreadPoolExecutor for better performance
- Improve module import structure for Streamlit app compatibility
- Move yfinance import to top of app.py per Python conventions
2026-03-17 22:12:11 +08:00
阳虎 d78eddb682 feat: Add Momentum Dashboard with EMA/BB/RSI indicators
- Real-time momentum scanner for Magnificent Seven + custom watchlists
- 21 EMA trend filter (long above, short below)
- Bollinger Band squeeze detection
- Volume momentum confirmation
- RSI overbought/oversold signals
- Streamlit interactive UI
- Multi-timeframe support (1H/Daily/Weekly)

Implements #383

🤖 Generated with OpenClaw AI Agent
2026-03-17 19:09:39 +08:00