| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 22 hours | feat(strategy): add RSI divergence detection and MACD signal-line crossover | TheSiahxyz | |
| 37 hours | feat(strategy): apply filters, conviction scoring, and ATR stops to all ↵ | TheSiahxyz | |
| strategies | |||
| 37 hours | feat(strategy): add ADX regime filter, volume confirmation, and ATR stops to ↵ | TheSiahxyz | |
| BaseStrategy | |||
| 38 hours | feat(strategy): add parameter validation to all strategies | TheSiahxyz | |
| 39 hours | feat(strategy): add warmup_period to BaseStrategy and YAML config loading | TheSiahxyz | |
| 39 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 | |||
