summaryrefslogtreecommitdiff
path: root/services/strategy-engine/strategies/macd_strategy.py
AgeCommit message (Collapse)Author
20 hoursfeat(strategy): Phase 3 complete — individual strategy upgradesTheSiahxyz
- RSI: bullish/bearish divergence detection (conviction 0.9) - MACD: signal-line crossover + zero-line distance conviction - Grid: trend break exit + out-of-range guard - Bollinger: squeeze detection + breakout signals + %B conviction - EMA Crossover: pullback entry mode (wait for EMA retest) - VWAP: daily reset + 1σ/2σ deviation bands + band-based conviction - Volume Profile: HVN/LVN node detection for stronger signals - Combined: adaptive weighting based on sub-strategy win rates - 363 tests passing
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 MACD strategyTheSiahxyz