Skip to main content

id: rsi-indicator

RSI (Relative Strength Index)

🏗️ In Progress

Implementation Status

  • Completed Basic RSI calculation
  • 🏗️ In Progress Signal generation
  • 📝 Pending Divergence detection
  • 📝 Pending Performance optimization

Components

  • RSI Calculator: Core calculation logic with configurable period
  • Signal Generator: Overbought/oversold signal detection
  • Divergence Detector: Price/RSI divergence analysis (planned)

API Interface

  • Endpoint: /indicators/rsi/{symbol}
  • Parameters: period (default: 14), timeframe (default: "1h")
  • Response: RSI value, signal, optional divergence

Timeline

1
Phase 1 (Current)
  • Basic RSI calculation
  • Simple overbought/oversold signals
2
Phase 2
  • Divergence detection
  • Multiple timeframe analysis
3
Phase 3
  • Performance optimization
  • Advanced signal combinations

NEXT_TASK: Complete signal generation for RSI including overbought/oversold conditions, trend strength, and momentum shift detection

Implementation Files