feat: implement Smart Volatility Scanner with RSI/volume filters #76

Closed
opened 2026-02-06 00:42:06 +09:00 by agentson · 0 comments
Collaborator

Add Python-first scanning pipeline: KIS rankings API -> RSI/volume filter -> AI judgment

Implementation

  • Fetch market rankings from KIS API (volume surge ranking)
  • Calculate RSI(14) and volume ratio for each stock
  • Filter: volume > 200% AND (RSI < 30 OR RSI > 70)
  • Pass top 1-3 qualified candidates to Gemini AI
  • Log selection context for Evolution system

Benefits

  • Reduce Gemini API calls (process 1-3 stocks instead of 20+)
  • Python-based technical filtering before AI judgment
  • Track selection criteria for strategy optimization
Add Python-first scanning pipeline: KIS rankings API -> RSI/volume filter -> AI judgment ## Implementation - Fetch market rankings from KIS API (volume surge ranking) - Calculate RSI(14) and volume ratio for each stock - Filter: volume > 200% AND (RSI < 30 OR RSI > 70) - Pass top 1-3 qualified candidates to Gemini AI - Log selection context for Evolution system ## Benefits - Reduce Gemini API calls (process 1-3 stocks instead of 20+) - Python-based technical filtering before AI judgment - Track selection criteria for strategy optimization
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jihoson/The-Ouroboros#76