feat: unify domestic scanner and sizing; update docs #136

Merged
jihoson merged 4 commits from feat/overseas-ranking-current-state into main 2026-02-17 06:35:43 +09:00
Collaborator

Summary

  • Integrate overseas ranking API path/TR-ID configuration and volatility-first candidate scoring
  • Unify domestic scanner to volatility-first selection with volume-rank liquidity bonus
  • Add adaptive BUY position sizing based on scanner volatility score
  • Update architecture and requirements docs to reflect scanner/sizing behavior

Details

  • Overseas scanner prioritizes fluctuation ranking, adds volume-rank liquidity bonus, then falls back to dynamic symbol universe (active/recent/holdings), with no fixed tickers
  • Domestic scanner now uses fluctuation ranking + volume-rank bonus with volatility-first filtering
  • Added configurable POSITION_SIZING settings; BUY quantity scales inversely with volatility score target

Tests

  • pytest -q tests/test_smart_scanner.py tests/test_main.py
  • Result: 52 passed
## Summary - Integrate overseas ranking API path/TR-ID configuration and volatility-first candidate scoring - Unify domestic scanner to volatility-first selection with volume-rank liquidity bonus - Add adaptive BUY position sizing based on scanner volatility score - Update architecture and requirements docs to reflect scanner/sizing behavior ## Details - Overseas scanner prioritizes fluctuation ranking, adds volume-rank liquidity bonus, then falls back to dynamic symbol universe (active/recent/holdings), with no fixed tickers - Domestic scanner now uses fluctuation ranking + volume-rank bonus with volatility-first filtering - Added configurable POSITION_SIZING settings; BUY quantity scales inversely with volatility score target ## Tests - pytest -q tests/test_smart_scanner.py tests/test_main.py - Result: 52 passed
agentson added 4 commits 2026-02-17 06:24:29 +09:00
agentson force-pushed feat/overseas-ranking-current-state from 09e6eef3bf to 733e6b36e9 2026-02-17 06:34:46 +09:00 Compare
jihoson merged commit 64000b9967 into main 2026-02-17 06:35:43 +09:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jihoson/The-Ouroboros#136