| Age | Commit message (Expand) | Author |
| 14 hours | fix: address code review issues in resilience module | TheSiahxyz |
| 14 hours | feat: implement resilience module (retry, circuit breaker, timeout) | TheSiahxyz |
| 15 hours | docs: add platform upgrade implementation plan | TheSiahxyz |
| 15 hours | docs: add platform upgrade design spec | TheSiahxyz |
| 15 hours | refactor: remove dead code (SentimentData, CircuitBreaker, TradeRow, unused c... | TheSiahxyz |
| 15 hours | style: fix lint and formatting issues across news collector and shared | TheSiahxyz |
| 15 hours | feat: add news-collector service to Docker Compose | TheSiahxyz |
| 15 hours | feat: integrate stock selector into strategy engine scheduler | TheSiahxyz |
| 15 hours | feat: add Telegram notification for stock selections | TheSiahxyz |
| 15 hours | feat: implement 3-stage stock selector (sentiment → technical → LLM) | TheSiahxyz |
| 16 hours | feat: implement news-collector main scheduler with all collectors | TheSiahxyz |
| 16 hours | feat: implement SentimentAggregator with freshness decay and composite scoring | TheSiahxyz |
| 16 hours | feat: implement Truth Social and Federal Reserve collectors | TheSiahxyz |
| 16 hours | feat: implement Reddit social sentiment collector | TheSiahxyz |
| 16 hours | feat: implement SEC EDGAR 8-K filing collector | TheSiahxyz |
| 16 hours | feat: implement CNN Fear & Greed Index collector | TheSiahxyz |
| 16 hours | feat: implement RSS news collector (Yahoo, Google News, MarketWatch) | TheSiahxyz |
| 16 hours | feat: implement Finnhub news collector with VADER sentiment | TheSiahxyz |
| 16 hours | feat: scaffold news-collector service with BaseCollector | TheSiahxyz |
| 16 hours | feat: add news collector and stock selector config settings | TheSiahxyz |
| 16 hours | feat: add NewsEvent, DB methods for news/sentiment/selections | TheSiahxyz |
| 16 hours | feat: add Alembic migration for news and sentiment tables | TheSiahxyz |
| 16 hours | feat: add SQLAlchemy ORM models for news, scores, selections | TheSiahxyz |
| 16 hours | feat: add NewsItem, sentiment scoring, and stock selection models | TheSiahxyz |
| 16 hours | docs: add news-driven stock selector implementation plan | TheSiahxyz |
| 16 hours | docs: add news-driven stock selector design spec | TheSiahxyz |
| 19 hours | docs: rewrite TODO for US stock platform (remove all crypto references) | TheSiahxyz |
| 19 hours | refactor: purge all remaining crypto/Binance references | TheSiahxyz |
| 19 hours | refactor: remove all crypto/Binance code, update to US stock symbols | TheSiahxyz |
| 19 hours | feat: add parameter optimization script for Asian Session RSI | TheSiahxyz |
| 19 hours | refactor: complete US stock migration | TheSiahxyz |
| 19 hours | refactor: update data-collector and order-executor for Alpaca API | TheSiahxyz |
| 19 hours | feat: add Claude-powered daily stock screener for MOC strategy | TheSiahxyz |
| 20 hours | refactor: migrate to US stocks with Alpaca API | TheSiahxyz |
| 20 hours | feat(strategy): add Market on Close (MOC) strategy for US stocks | TheSiahxyz |
| 20 hours | refactor: replace Binance/ccxt with Alpaca API client for US stocks | TheSiahxyz |
| 20 hours | feat: wire sentiment into engine + add EMA/bullish candle entry filters | TheSiahxyz |
| 20 hours | refactor: dead code cleanup | TheSiahxyz |
| 20 hours | feat: add market sentiment filters (Fear & Greed, CryptoPanic, CryptoQuant) | TheSiahxyz |
| 20 hours | feat(strategy): add Asian Session RSI strategy for SOL/USDT scalping | TheSiahxyz |
| 20 hours | feat(strategy): Phase 3 complete — individual strategy upgrades | TheSiahxyz |
| 20 hours | feat(strategy): add RSI divergence detection and MACD signal-line crossover | TheSiahxyz |
| 20 hours | feat(strategy): add EMA pullback entry and VWAP daily reset with deviation bands | TheSiahxyz |
| 20 hours | feat(strategy): add Volume Profile HVN/LVN and Combined adaptive weighting | TheSiahxyz |
| 20 hours | feat(strategy): add Grid trend guard and Bollinger squeeze detection | TheSiahxyz |
| 21 hours | feat(risk): add drawdown-based position reduction and consecutive loss pause | TheSiahxyz |
| 21 hours | feat(risk): add portfolio exposure, correlation risk, and VaR checks | TheSiahxyz |
| 35 hours | feat(strategy): Phase 2 complete — strategy infrastructure upgrade | TheSiahxyz |
| 35 hours | feat(strategy): apply filters, conviction scoring, and ATR stops to all strat... | TheSiahxyz |
| 35 hours | feat(strategy): add ADX regime filter, volume confirmation, and ATR stops to ... | TheSiahxyz |