summaryrefslogtreecommitdiff
path: root/services/strategy-engine/strategies/rsi_strategy.py
AgeCommit message (Collapse)Author
20 hoursfeat(strategy): add RSI divergence detection and MACD signal-line crossoverTheSiahxyz
35 hoursfeat(strategy): apply filters, conviction scoring, and ATR stops to all ↵TheSiahxyz
strategies
35 hoursfeat(strategy): add ADX regime filter, volume confirmation, and ATR stops to ↵TheSiahxyz
BaseStrategy
36 hoursfeat(strategy): add parameter validation to all strategiesTheSiahxyz
37 hoursfeat(strategy): add warmup_period to BaseStrategy and YAML config loadingTheSiahxyz
38 hoursfeat: initial trading platform implementationTheSiahxyz
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