TradingAgents/tradingagents
dtarkent2-sys 84f7894768 feat: switch stock data to Alpaca Markets API with yfinance fallback
Alpaca provides 10k calls/min free with 7yr history via IEX feed.
Hybrid approach: Alpaca for price bars, snapshots, sector ETF perf,
and moving averages; yfinance for fundamentals (PE, margins, 13F).

- Add alpaca_data.py: bars, snapshots, MAs, sector ETF perf, news
- Update get_macro_indicators: sector ETF performance via Alpaca
- Update get_sector_rotation: compute relative strength vs SPY
- Update entry timing node: Alpaca MAs from actual bar data
- Add alpaca-py to requirements.txt

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 22:23:58 +00:00
..
agents feat: switch stock data to Alpaca Markets API with yfinance fallback 2026-03-09 22:23:58 +00:00
dataflows feat: switch stock data to Alpaca Markets API with yfinance fallback 2026-03-09 22:23:58 +00:00
graph fix: 6 audit issues — missing await, regime range, pct_out scaling, ticker validation, dead code, flag merge 2026-03-09 21:56:38 +00:00
llm_clients chore: clean up dependencies and fix Ollama auth 2026-02-03 23:08:12 +00:00
default_config.py Switch LLM models to glm-5:cloud via Ollama 2026-03-01 05:05:33 +00:00
models.py fix: 6 audit issues — missing await, regime range, pct_out scaling, ticker validation, dead code, flag merge 2026-03-09 21:56:38 +00:00