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 27b8a49d77 Fix: paper trader ignores per-engine overrides in build_planned_order
All five build_planned_order() calls in apps/paper_trader/engine.py were
missing execution_config, causing build_planned_order to fall back to
base config.execution and silently ignore per-engine target_1_r_override,
target_1_fraction_override, max_holding_days, tiered-target settings, etc.

The backtester has always passed execution_config=_build_effective_execution_config()
(run.py:2210). This divergence caused paper trading to compute wrong target
prices and partial-exit fractions — e.g. AVGO entered with target_r=1.5
(base) instead of 3.0 (engine override), triggering a premature partial
exit on 4/15 that the backtest never produced.

Fix: add execution_config=build_effective_execution_config(candidate, self._config)
to all five call sites and hoist the function to the module-level import.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months ago
..
backtester Fix lookback entry bugs: current-price sizing + MHD expiration filter 4 months ago
experiment Add ownership/risk-off sleeves, v17-v19 experiments, and web app restructure 4 months ago
orb_trader Add ORB pre-market screening and fix Oracle/Alpaca reliability bugs 4 months ago
overfit Add ownership/risk-off sleeves, v17-v19 experiments, and web app restructure 4 months ago
paper_trader Fix: paper trader ignores per-engine overrides in build_planned_order 4 months ago
pipeline Fix paper trader startup: run missed run_open if market still open; improve poll_error logging 4 months ago
qa feat: implement Phase 3 -- LLM enrichment, labeler, review queue, dataset export 5 months ago
review feat: implement Phase 3 -- LLM enrichment, labeler, review queue, dataset export 5 months ago
scenario Add synthetic scenario robustness testing system 5 months ago
sync feat: PEAD mid-cap strategy + pipeline hardening + README cleanup 5 months ago
tools Remove momentum breakout sleeve (overfitting, valid -31%) and revert related code 4 months ago
tracker Optimize v7 strategy: v7.356 achieves CW 2159% + SQS 90.7 (Pareto improvement over v7.314) 4 months ago
web Add duplicate run button and improve RunConfigPopup UX in Intraday ORB Backtest 4 months ago
web_frontend Add duplicate run button and improve RunConfigPopup UX in Intraday ORB Backtest 4 months ago
__init__.py feat: implement ACE-F v1 Phase 1 -- Stock Oracle 기반 이벤트 파이프라인 5 months ago