| Age | Commit message (Expand) | Author |
| 9 hours | fix: deduplicate LLM JSON parsing and reuse aiohttp sessions in stock selector | TheSiahxyz |
| 9 hours | feat: add graceful shutdown with SIGTERM/SIGINT handlers to all services | TheSiahxyz |
| 9 hours | feat: optimize Dockerfiles with multi-stage builds, non-root user, .dockerignore | TheSiahxyz |
| 9 hours | chore: pin all service dependencies with upper bounds | TheSiahxyz |
| 9 hours | feat: add config validation, SecretStr for secrets, API security fields | TheSiahxyz |
| 10 hours | refactor: remove dead code (SentimentData, CircuitBreaker, TradeRow, unused c... | TheSiahxyz |
| 11 hours | style: fix lint and formatting issues across news collector and shared | TheSiahxyz |
| 11 hours | feat: integrate stock selector into strategy engine scheduler | TheSiahxyz |
| 11 hours | feat: implement 3-stage stock selector (sentiment → technical → LLM) | TheSiahxyz |
| 11 hours | feat: implement news-collector main scheduler with all collectors | TheSiahxyz |
| 11 hours | feat: implement Truth Social and Federal Reserve collectors | TheSiahxyz |
| 11 hours | feat: implement Reddit social sentiment collector | TheSiahxyz |
| 11 hours | feat: implement SEC EDGAR 8-K filing collector | TheSiahxyz |
| 11 hours | feat: implement CNN Fear & Greed Index collector | TheSiahxyz |
| 11 hours | feat: implement RSS news collector (Yahoo, Google News, MarketWatch) | TheSiahxyz |
| 11 hours | feat: implement Finnhub news collector with VADER sentiment | TheSiahxyz |
| 11 hours | feat: scaffold news-collector service with BaseCollector | TheSiahxyz |
| 14 hours | refactor: purge all remaining crypto/Binance references | TheSiahxyz |
| 14 hours | refactor: remove all crypto/Binance code, update to US stock symbols | TheSiahxyz |
| 15 hours | refactor: complete US stock migration | TheSiahxyz |
| 15 hours | refactor: update data-collector and order-executor for Alpaca API | TheSiahxyz |
| 15 hours | refactor: migrate to US stocks with Alpaca API | TheSiahxyz |
| 15 hours | feat(strategy): add Market on Close (MOC) strategy for US stocks | TheSiahxyz |
| 15 hours | refactor: replace Binance/ccxt with Alpaca API client for US stocks | TheSiahxyz |
| 15 hours | feat: wire sentiment into engine + add EMA/bullish candle entry filters | TheSiahxyz |
| 15 hours | feat: add market sentiment filters (Fear & Greed, CryptoPanic, CryptoQuant) | TheSiahxyz |
| 15 hours | feat(strategy): add Asian Session RSI strategy for SOL/USDT scalping | TheSiahxyz |
| 15 hours | feat(strategy): Phase 3 complete — individual strategy upgrades | TheSiahxyz |
| 15 hours | feat(strategy): add RSI divergence detection and MACD signal-line crossover | TheSiahxyz |
| 16 hours | feat(strategy): add EMA pullback entry and VWAP daily reset with deviation bands | TheSiahxyz |
| 16 hours | feat(strategy): add Volume Profile HVN/LVN and Combined adaptive weighting | TheSiahxyz |
| 16 hours | feat(strategy): add Grid trend guard and Bollinger squeeze detection | TheSiahxyz |
| 16 hours | feat(risk): add drawdown-based position reduction and consecutive loss pause | TheSiahxyz |
| 16 hours | feat(risk): add portfolio exposure, correlation risk, and VaR checks | TheSiahxyz |
| 30 hours | feat(strategy): Phase 2 complete — strategy infrastructure upgrade | TheSiahxyz |
| 30 hours | feat(strategy): apply filters, conviction scoring, and ATR stops to all strat... | TheSiahxyz |
| 30 hours | feat(strategy): add ADX regime filter, volume confirmation, and ATR stops to ... | TheSiahxyz |
| 30 hours | feat(strategy): add technical indicators library (ATR, ADX, RSI, MACD, Bollin... | TheSiahxyz |
| 30 hours | feat(shared): add conviction, stop_loss, take_profit to Signal model | TheSiahxyz |
| 30 hours | feat(backtester): Phase 1 complete — realistic backtesting engine | TheSiahxyz |
| 30 hours | feat(backtester): add slippage, fees, stop-loss/take-profit, and short selling | TheSiahxyz |
| 30 hours | feat(backtester): add walk-forward analysis engine | TheSiahxyz |
| 30 hours | feat(backtester): improve metrics with daily Sharpe, recovery factor, consecu... | TheSiahxyz |
| 31 hours | fix: resolve final 3 issues for production readiness | TheSiahxyz |
| 31 hours | fix: lint cleanup after medium priority tasks | TheSiahxyz |
| 31 hours | feat(broker): add Redis consumer groups for reliable message processing | TheSiahxyz |
| 31 hours | test: add CLI command tests and API router tests | TheSiahxyz |
| 31 hours | feat(portfolio): track realized PnL on sell orders | TheSiahxyz |
| 31 hours | fix: lint cleanup after critical and high priority fixes | TheSiahxyz |
| 31 hours | fix: WS factory, backtester config, CI docker builds, health port docs | TheSiahxyz |