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.
PaperTradingEngine now uses: 1. AttentionFilterService after select_candidates (2 entry paths) - run_reaction_close: attention filtering added - run_next_open: attention filtering added 2. build_effective_execution_config via _resolve_execution_config delegation - Replaces 60-line inline implementation with shared function - Adds adaptive exit support (was missing) - Adds event_type_profile max_holding_days (was missing) 3. check_next_open_gap_cap before order submission - Rejects excessive gap-up entries (was missing) This eliminates divergences #2 (attention), #3 (execution config), and #4 (gap cap) from the unification plan. All 450 tests pass. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
5 months ago | |
|---|---|---|
| .. | ||
| backtest_sim.py | 5 months ago | |
| cli.py | 5 months ago | |
| engine.py | 5 months ago | |
| event_detector.py | 5 months ago | |