| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 14 hours | style: auto-fix lint violations from enhanced ruff rules | TheSiahxyz | |
| 20 hours | refactor: remove all crypto/Binance code, update to US stock symbols | TheSiahxyz | |
| 20 hours | feat: add market sentiment filters (Fear & Greed, CryptoPanic, CryptoQuant) | TheSiahxyz | |
| - SentimentProvider: fetches Fear & Greed Index (free, no key), CryptoPanic news sentiment (free key), CryptoQuant exchange netflow (free key) - SentimentData: aggregated should_buy/should_block logic - Fear < 30 = buy opportunity, Greed > 80 = block buying - Negative news < -0.5 = block buying - Exchange outflow = bullish, inflow = bearish - Integrated into Asian Session RSI strategy as entry filter - All providers optional — disabled when API key missing - 14 sentiment tests + 386 total tests passing | |||
| 21 hours | feat(strategy): add RSI divergence detection and MACD signal-line crossover | TheSiahxyz | |
| 38 hours | fix: resolve lint issues and final integration fixes | TheSiahxyz | |
| - Fix ambiguous variable name in binance_rest.py - Remove unused volumes variable in volume_profile_strategy.py - Fix import ordering in backtester main.py and test_metrics.py - Auto-format all files with ruff | |||
| 38 hours | feat(strategy): add MACD strategy | TheSiahxyz | |
