TradingAgents/tradingagents
hyejwon 57d82164d2 feat: restructure to swing trading pipeline with auto stock screening
- Remove debate/risk management stages (bull/bear researchers, research manager, risk debate)
- Simplify flow: Screening → Analysts (market, news, fundamentals) → Trader
- Add screening pipeline: universe builder → technical screen → fundamental screen → LLM ranking
- Add Korean market support (KRX data via FDR/pykrx, DART API, Korean news)
- Trader now outputs SWING_ORDER (BUY/SELL/PASS with entry/stop/profit/size/hold_days)
- Add swing CLI command for full pipeline execution
- Add portfolio state management module
- Pin finance-datareader==0.9.101 with fallback universe for KRX API issues

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 19:29:24 +09:00
..
agents feat: restructure to swing trading pipeline with auto stock screening 2026-03-11 19:29:24 +09:00
dataflows feat: restructure to swing trading pipeline with auto stock screening 2026-03-11 19:29:24 +09:00
graph feat: restructure to swing trading pipeline with auto stock screening 2026-03-11 19:29:24 +09:00
llm_clients chore: clean up dependencies and fix Ollama auth 2026-02-03 23:08:12 +00:00
portfolio feat: restructure to swing trading pipeline with auto stock screening 2026-03-11 19:29:24 +09:00
default_config.py feat: restructure to swing trading pipeline with auto stock screening 2026-03-11 19:29:24 +09:00