chore: Update notebook with P&L tracker test and runtime data
Deploy to Windows VPS / deploy (push) Has been cancelled

Updated after testing P&L tracker integration:

Notebook Changes:
- Tested Cell 86 (P&L tracker initialization)
- Fixed SQL syntax error and re-tested successfully
- Runtime execution outputs updated

Data Files:
- dynamic_thresholds.json: Updated with latest threshold data
- trade_performance_v16_XAUUSD_202601.json: Updated performance metrics

Status:
- P&L tracker now working correctly after SQL fix
- All cells tested and functional
- Ready for production use

Note: SQL 'order' keyword issue resolved in previous commit

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-21 12:30:52 +01:00
co-authored by Claude Sonnet 4.5
parent c30e3e1a82
commit a021e4459d
3 changed files with 3579 additions and 133 deletions
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,9 +1,9 @@
{ {
"timestamp": "2026-01-21T00:00:02.545761", "timestamp": "2026-01-21T10:14:56.944076",
"session_thresholds": { "session_thresholds": {
"asian": 60, "asian": 60,
"ny": 60, "ny": 60,
"london": 95, "london": 80,
"overlap": 70 "overlap": 70
}, },
"settings": { "settings": {
+27
View File
@@ -4453,5 +4453,32 @@
}, },
"position_control_active": true, "position_control_active": true,
"order_result": "OrderSendResult(retcode=10009, deal=626167777, order=687540064, volume=0.1, price=4837.51, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946470, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4837.45, stoplimit=0.0, sl=4827.044720809508, tp=4862.763197976229, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))" "order_result": "OrderSendResult(retcode=10009, deal=626167777, order=687540064, volume=0.1, price=4837.51, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946470, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4837.45, stoplimit=0.0, sl=4827.044720809508, tp=4862.763197976229, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
},
{
"timestamp": "2026-01-21T10:08:43.429034",
"version": "V1.6_Adaptive_Complete",
"symbol": "XAUUSD",
"entry_signal": 1,
"confidence": 100.0,
"adaptive_threshold": 70,
"signal_quality": "excellent",
"market_regime": "ranging",
"regime_strength": 22.169013847059617,
"risk_adjusted_strength": 241068.80950121922,
"adaptive_interval": 5,
"session": "london",
"relaxed_features": {
"pullback_entry_disabled": true,
"lower_confidence_threshold": true,
"lower_min_strength": true,
"fixed_tf_alignment": true
},
"adaptive_features": {
"adaptive_rhythm": true,
"session_aware": true,
"volatility_based": true
},
"position_control_active": true,
"order_result": "OrderSendResult(retcode=10009, deal=626476900, order=687904350, volume=0.1, price=4859.07, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946471, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4859.06, stoplimit=0.0, sl=4850.599735563063, tp=4879.51066109234, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
} }
] ]