feat: add pre-market planner config and remove static watchlists (issue #78) #98

Merged
agentson merged 1 commits from feature/issue-78-config-watchlist-removal into main 2026-02-08 02:04:23 +09:00
Collaborator

Summary

  • Add pre-market planner configuration settings (PRE_MARKET_MINUTES, MAX_SCENARIOS_PER_STOCK, etc.)
  • Remove static WATCHLISTS and STOCK_UNIVERSE from main.py
  • SmartVolatilityScanner is now the sole source of trading candidates
  • Change ENABLED_MARKETS default to KR,US

Closes #78

## Summary - Add pre-market planner configuration settings (PRE_MARKET_MINUTES, MAX_SCENARIOS_PER_STOCK, etc.) - Remove static WATCHLISTS and STOCK_UNIVERSE from main.py - SmartVolatilityScanner is now the sole source of trading candidates - Change ENABLED_MARKETS default to KR,US Closes #78
agentson added 1 commit 2026-02-08 01:58:32 +09:00
feat: add pre-market planner config and remove static watchlists (issue #78)
Some checks failed
CI / test (pull_request) Has been cancelled
1a34a74232
- Add pre-market planner settings: PRE_MARKET_MINUTES, MAX_SCENARIOS_PER_STOCK,
  PLANNER_TIMEOUT_SECONDS, DEFENSIVE_PLAYBOOK_ON_FAILURE, RESCAN_INTERVAL_SECONDS
- Change ENABLED_MARKETS default from KR to KR,US
- Remove static WATCHLISTS and STOCK_UNIVERSE dictionaries from main.py
- Replace watchlist-based trading with dynamic scanner-only stock discovery
- SmartVolatilityScanner is now the sole source of trading candidates
- Add active_stocks dict for scanner-discovered stocks per market
- Add smart_scanner parameter to run_daily_session()

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
agentson merged commit a105bb7c1a into main 2026-02-08 02:04:23 +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#98