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 86419beeb0 Fix ORB intraday data pipeline and consolidate strategy configs
- screener: switch from non-existent single-ticker endpoint to multi-ticker
  /alpaca/intraday batch calls (grouped by date, chunk ≤ 75); fixes 0-trades
- cache: bump version 2→3 to invalidate stale IEX Parquet files
- oracle_client: add get_multi_intraday_bars_today() for IEX real-time feed
- paper_trader: use /alpaca/intraday/today for live sessions, /alpaca/intraday
  for historical (SIP)
- intraday.py: define _BUILTIN_STRATEGIES={} to fix /api/orb/strategies import
- delete orb_p1–p10_winner + variant configs; add strategies/orb_default.yaml
  (Phase 10 params) as the single registered web strategy

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months ago
..
routers Fix ORB intraday data pipeline and consolidate strategy configs 4 months ago
services Add ownership/risk-off sleeves, v17-v19 experiments, and web app restructure 4 months ago
static Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
__init__.py Add ownership/risk-off sleeves, v17-v19 experiments, and web app restructure 4 months ago
config.py Add ownership/risk-off sleeves, v17-v19 experiments, and web app restructure 4 months ago
dependencies.py Add ownership/risk-off sleeves, v17-v19 experiments, and web app restructure 4 months ago
direct_runner.py Add non-core allocator v2 and Form4 freshness presets 4 months ago
experiment_baked_sleeves.py Optimize v7 strategy: v7.356 achieves CW 2159% + SQS 90.7 (Pareto improvement over v7.314) 4 months ago
main.py Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
orb_trading_service.py Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
paper_trading_service.py Use SnapshotStore for paper trader next_open candidate selection 4 months ago
schemas.py Add ownership/risk-off sleeves, v17-v19 experiments, and web app restructure 4 months ago