You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
I Luk Kim 658a741017 Route ORB bar data through Oracle API instead of calling Alpaca SDK directly
- libs/oracle_client/alpaca.py: Added get_multi_daily_bars() and
  get_multi_intraday_bars() helpers that call Oracle's /api/v1/price/data
  and /api/v1/alpaca/intraday endpoints respectively. Oracle handles
  symbol normalization (e.g. BF-B → BF.B) internally, so symbols like
  BF-B no longer crash the screening chunk.
- apps/paper_trader/alpaca_broker.py: get_bars() and get_intraday_bars()
  now use the new Oracle client helpers instead of the Alpaca SDK
  StockBarsRequest, eliminating direct Alpaca bar API calls from broker.
- apps/orb_trader/engine.py: Removed per-symbol BF-B workaround (now
  unnecessary since Oracle normalizes the symbol server-side); kept outer
  try/except for chunk-level resilience.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months ago
..
__init__.py Add ownership/risk-off sleeves, v17-v19 experiments, and web app restructure 4 months ago
alpaca.py Route ORB bar data through Oracle API instead of calling Alpaca SDK directly 4 months ago
attention.py Add attention client and continue PEAD research 5 months ago
client.py Add attention client and continue PEAD research 5 months ago
company.py feat: PEAD mid-cap strategy + pipeline hardening + README cleanup 5 months ago
dividends.py Add Form4 residual-cash sleeve and UI support 4 months ago
earnings_surprise.py Add earnings surprise feature pipeline and v11 scoring 5 months ago
exceptions.py test: Phase 1/2 체크리스트 재작성 및 Oracle 실연동 통합 테스트 5 months ago
filings.py Add v7.120 composed GLD experiment updates 4 months ago
financial.py feat: PEAD mid-cap strategy + pipeline hardening + README cleanup 5 months ago
finra.py test: Phase 1/2 체크리스트 재작성 및 Oracle 실연동 통합 테스트 5 months ago
fred.py test: Phase 1/2 체크리스트 재작성 및 Oracle 실연동 통합 테스트 5 months ago
models.py Remove momentum breakout sleeve (overfitting, valid -31%) and revert related code 4 months ago
price.py Add earnings surprise feature pipeline and snapshot export improvements 5 months ago
screener.py feat: PEAD mid-cap strategy + pipeline hardening + README cleanup 5 months ago