Integrate session-specific confidence filter into notebook
Added 2 new cells (25-26): - Cell 25: Info markdown explaining the optimization - Cell 26: Session confidence filter wrapper code Changes: - Wraps execute_trade_v2_adaptive with session-specific thresholds - Asian: >=95% Confidence (unchanged, 97.8% WR) - NY: >=97% Confidence (improves WR from 43.3% to 56.5%) - Expected improvement: +$292/month, +3.2pp win-rate Implementation: - Auto-detects and wraps original function - Preserves original in _original_execute_trade_v2_adaptive - Clear console output showing active thresholds - Ready to use immediately after kernel restart Next step: Kernel -> Restart & Run All
This commit is contained in: