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 564bcba27c Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs
- Add run_pre_screen() at 9:20 ET: fetch daily bars + enrichment + quality filter
  before market open, narrowing universe for faster orb_detect intraday fetch
- run_orb_detection() uses cached pre-screen data when available; falls back to
  full pipeline if pre_screen missed (late start, failure)
- Add _last_trading_day() helper to skip weekends/holidays for bars_end,
  preventing Alpaca 502 on Mondays (today-1 = Sunday was causing failures)
- Fix Oracle client chunk_size 300→75: Alpaca rejects 100+ ticker URL requests
- Add pre_screen event to build_schedule() at 9:20 ET and dispatch in _run_trading()
- run_session_now() runs pre_screen before orb_detect for efficiency
- Add ORB daemon, engine, models, state, screener, and intraday strategy configs
- Add intraday library (libs/intraday/) and web routes for ORB/intraday trading

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months ago
..
sw_atr_stop_multiplier_0p3.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_atr_stop_multiplier_0p4.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_atr_stop_multiplier_0p6.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_atr_stop_multiplier_0p75.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_atr_stop_multiplier_1p0.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_breakeven_at_r_1p0.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_breakeven_at_r_1p5.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_breakeven_at_r_2p5.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_breakeven_at_r_3p0.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_max_candidates_10.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_max_candidates_15.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_max_candidates_30.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_max_gap_pct_0p01.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_max_gap_pct_0p03.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_max_gap_pct_0p04.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_max_gap_pct_0p015.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_max_gap_pct_0p025.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_min_rvol_0p8.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_min_rvol_1p2.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_min_rvol_1p5.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_orb_minutes_10.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_orb_minutes_15.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_orb_minutes_20.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_order_timeout_minutes_15.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_order_timeout_minutes_20.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_order_timeout_minutes_45.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_sim_bar_minutes_10.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_sim_bar_minutes_15.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_sim_bar_minutes_20.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_trailing_at_r_3p5.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_trailing_at_r_4p0.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
sw_trailing_at_r_5p0.yaml Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago