Commit Graph
1 Commits
Author SHA1 Message Date
cbazzaandClaude Opus 4.5 ce4e961541 feat: Add Trend Reversal Detector with multi-signal analysis
Deploy to Windows VPS / deploy (push) Has been cancelled
New features:
- Reversal Detector with 5 detection signals:
  - RSI Divergence (bearish/bullish)
  - EMA Slope Change detection
  - Volume Spike analysis
  - Candlestick patterns (Doji, Engulfing, Hammer, Pin Bar)
  - Break of Structure detection
- Integrated into enhanced_trading_check_wrapper (SCHRITT 2.5)
- Defensive mode: blocks trades at 70%+ reversal score
- Lot size reduction at 30-69% reversal score
- Enable Overlap session (13:00-16:00 UTC)

Files added:
- reversal_detector.py: Core detection algorithms
- reversal_integration.py: Bot integration wrapper
- REVERSAL_DETECTOR_INTEGRATION.md: Documentation

Modified:
- TradingBot notebook: Added reversal check integration
- session_filter_patch.py: Enabled overlap session

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 09:46:40 +01:00