| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 20 hours | feat(strategy): add Grid trend guard and Bollinger squeeze detection | TheSiahxyz | |
| 35 hours | feat(strategy): apply filters, conviction scoring, and ATR stops to all ↵ | TheSiahxyz | |
| strategies | |||
| 35 hours | feat(strategy): add ADX regime filter, volume confirmation, and ATR stops to ↵ | TheSiahxyz | |
| BaseStrategy | |||
| 36 hours | feat(strategy): add parameter validation to all strategies | TheSiahxyz | |
| 37 hours | feat(strategy): add warmup_period to BaseStrategy and YAML config loading | TheSiahxyz | |
| 38 hours | feat: initial trading platform implementation | TheSiahxyz | |
| Binance spot crypto trading platform with microservices architecture: - shared: Pydantic models, Redis Streams broker, asyncpg DB layer - data-collector: Binance WebSocket/REST market data collection - strategy-engine: Plugin-based strategy execution (RSI, Grid) - order-executor: Order execution with risk management - portfolio-manager: Position tracking and PnL calculation - backtester: Historical strategy testing with simulator - cli: Click-based CLI for all operations - Docker Compose orchestration with Redis and PostgreSQL - 24 test files covering all modules | |||
