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 2b6cea57b2 Paper trader Phase 1 fixes: multi-session isolation, pipeline halt, snapshot refresh unblock
- v7.356 config: swap dataset_snapshot_id from manual_only ftb_fix_v2 to
  auto_full_rebuild base canonical so paper trader can refresh snapshot
  (root cause of processed_events=0 for 30 days)
- Multi-session order isolation (1.A.2/1.A.3): tag client_order_id with
  pt-{session_id[:8]}-{uuid} prefix on all entry orders; _cancel_stale_orders
  filters by own session prefix so one session no longer ghost-cancels another's
  orders on shared Alpaca account
- Pipeline halt on failure (1.B.1): _run_pipeline returns bool and stops on
  first subprocess failure instead of silently progressing with stale data
- Daemon restart window skip (2.2): run_open/run_close only marked completed
  if processed_phases DB confirms prior execution — no more trading-less days
  after mid-day restart
- event_parser: periodic batch commits every 500 docs (hypothesis fix for
  3h hangs; unverified — may just be slow serial Oracle calls)
- Tests updated for _verify_order_fill tuple return + new cross-session
  isolation test; all 23 paper_trader unit tests green

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months ago
..
backtest Optimize v7 strategy: v7.356 achieves CW 2159% + SQS 90.7 (Pareto improvement over v7.314) 4 months ago
experiments Paper trader Phase 1 fixes: multi-session isolation, pipeline halt, snapshot refresh unblock 4 months ago
intraday Clean up superseded configs and commit accumulated R&D infrastructure 4 months ago
ranking_models Add overlay engine, ranking models, snapshot pipelines, and research tools 5 months ago
snapshots Clean up superseded configs and commit accumulated R&D infrastructure 4 months ago
app.yaml feat: PEAD mid-cap strategy + pipeline hardening + README cleanup 5 months ago
fred_series.yaml feat: implement ACE-F v1 Phase 1 -- Stock Oracle 기반 이벤트 파이프라인 5 months ago
symbols.yaml feat: PEAD mid-cap strategy + pipeline hardening + README cleanup 5 months ago
symbols_backup_largecap.yaml feat: PEAD mid-cap strategy + pipeline hardening + README cleanup 5 months ago
symbols_broad_snapshot_3408.yaml Investigate compound mode: V23 is absolute champion in all modes 4 months ago
symbols_largecap.yaml feat: PEAD mid-cap strategy + pipeline hardening + README cleanup 5 months ago
symbols_midcap.yaml feat: PEAD mid-cap strategy + pipeline hardening + README cleanup 5 months ago
symbols_midcap_smallmid.yaml Investigate compound mode: V23 is absolute champion in all modes 4 months ago
symbols_midlarge_snapshot_exact.yaml Add expanded ORB simulator features and metrics 4 months ago
symbols_orb_smoke.yaml Investigate compound mode: V23 is absolute champion in all modes 4 months ago
symbols_smallmid.yaml feat: PEAD mid-cap strategy + pipeline hardening + README cleanup 5 months ago