NEW MODULE: equity_curve_trading.py - EquityCurveManager class for meta-strategy control - Tracks equity history after each trade - Calculates Moving Average over configurable period (default: 10 trades) - Soft Mode: Reduces lot size to 50% when equity < MA - Hard Mode: Completely stops trading when equity < MA - Recovery detection with buffer percentage - Persistent storage in equity_curve_history.json CONFIGURATION: - ma_period: 10 trades (Moving Average window) - min_trades_required: 5 (warmup period) - soft_mode: True (reduce lots instead of stopping) - soft_mode_multiplier: 0.5 (50% lots when under MA) - recovery_buffer_pct: 0.5% (buffer for recovery status) INTEGRATION: - Added to Cell 78 (Advanced Optimizations setup) - Integrated in enhanced_trading_check_wrapper (Cells 85, 90) - Added lot_multiplier parameter to execute_trade_v2_adaptive - Equity update after each successful trade EXAMPLE FLOW: 1. Before trade: Check should_trade() → returns (allowed, reason, lot_multiplier) 2. If equity < MA: lot_multiplier = 0.5 (or 0.0 in hard mode) 3. Position size adjusted: volume = volume * lot_multiplier 4. After trade: update_equity() called to track new equity BENEFITS: - Automatic protection during losing streaks - Reduces exposure when strategy underperforms - Capitalizes fully when strategy is working - No emotional decisions needed 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6050 lines
270 KiB
JSON
6050 lines
270 KiB
JSON
[
|
|
{
|
|
"timestamp": "2026-01-05T03:45:03.840184",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 78.74,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "good",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 49.670329628055896,
|
|
"risk_adjusted_strength": 60922.550814874296,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=583095377, order=641628738, volume=0.01, price=4400.63, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946154, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4400.04, stoplimit=0.0, sl=4390.961053726623, tp=4422.072365683444, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-05T04:15:02.140960",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 79.17,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "good",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 49.670329628055896,
|
|
"risk_adjusted_strength": 67399.58523711882,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=583162271, order=641700832, volume=0.01, price=4410.85, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946157, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4410.83, stoplimit=0.0, sl=4402.409746350013, tp=4431.180634124968, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-05T05:00:04.506306",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 79.64,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "good",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 49.670329628055896,
|
|
"risk_adjusted_strength": 79230.34620459453,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=583240336, order=641784321, volume=0.01, price=4399.99, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946158, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4400.25, stoplimit=0.0, sl=4393.274654214496, tp=4417.023364463761, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-05T06:30:03.136917",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 82.03,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 49.670329628055896,
|
|
"risk_adjusted_strength": 105906.2102955278,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=583399789, order=641950979, volume=0.01, price=4412.72, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946161, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4412.75, stoplimit=0.0, sl=4407.726868081246, tp=4424.642829796886, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-05T06:45:01.538868",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 81.76,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 49.670329628055896,
|
|
"risk_adjusted_strength": 100107.53062187471,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=583452357, order=642005938, volume=0.01, price=4401.95, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946162, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4402.01, stoplimit=0.0, sl=4396.294783578853, tp=4415.598041052869, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-05T07:00:03.114448",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 81.65,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 49.670329628055896,
|
|
"risk_adjusted_strength": 97778.2867916541,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=583489550, order=642045250, volume=0.01, price=4412.44, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946165, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4412.59, stoplimit=0.0, sl=4406.546195570384, tp=4426.999511074042, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-05T07:15:02.178904",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 81.31,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 51.84420881704961,
|
|
"risk_adjusted_strength": 97965.9566783611,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=583532079, order=642090904, volume=0.01, price=4418.53, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946168, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4418.47, stoplimit=0.0, sl=4412.256762949884, tp=4433.338092625288, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-05T17:00:02.480923",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 81.32,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 54.5465111961586,
|
|
"risk_adjusted_strength": 78506.41659365762,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=585173128, order=643808771, volume=0.01, price=4448.54, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946171, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4448.54, stoplimit=0.0, sl=4439.525039216169, tp=4470.3774019595785, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-05T17:10:01.776842",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 81.87,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 54.5465111961586,
|
|
"risk_adjusted_strength": 76520.81298047972,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=585210112, order=643847386, volume=0.01, price=4441.93, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946172, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4441.9, stoplimit=0.0, sl=4432.677280643622, tp=4464.256798390944, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-05T17:55:01.352684",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 82.42,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 54.5465111961586,
|
|
"risk_adjusted_strength": 80892.24296309025,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=585318703, order=643961129, volume=0.01, price=4452.4, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946175, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4452.79, stoplimit=0.0, sl=4445.36890157052, tp=4470.677746073701, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-05T18:00:02.527393",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 82.24,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 54.5465111961586,
|
|
"risk_adjusted_strength": 79054.92756678264,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=585336053, order=643979518, volume=0.01, price=4442.09, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946176, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4442.0, stoplimit=0.0, sl=4433.360080141948, tp=4462.654799645129, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-05T18:05:02.041435",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 82.14,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 54.5465111961586,
|
|
"risk_adjusted_strength": 80443.24027694036,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=585358374, order=644002716, volume=0.01, price=4433.9, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946177, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4433.88, stoplimit=0.0, sl=4425.470669251816, tp=4453.6083268704615, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-05T18:20:02.393532",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 82.49,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 54.5465111961586,
|
|
"risk_adjusted_strength": 81051.13411025418,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=585396921, order=644043086, volume=0.01, price=4445.5, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946180, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4445.49, stoplimit=0.0, sl=4436.77040832081, tp=4466.623979197975, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-05T20:10:01.836295",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 83.62,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 55.509188950277036,
|
|
"risk_adjusted_strength": 92392.7587201533,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=585627056, order=644297889, volume=0.01, price=4437.64, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946181, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4437.61, stoplimit=0.0, sl=4430.7351891343205, tp=4454.097027164198, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-05T21:25:02.225141",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 84.22,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 55.509188950277036,
|
|
"risk_adjusted_strength": 103215.79935632298,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=585753994, order=644433701, volume=0.01, price=4444.96, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946184, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4444.96, stoplimit=0.0, sl=4439.412872426584, tp=4458.127818933541, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-05T21:40:02.250581",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 84.36,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 55.509188950277036,
|
|
"risk_adjusted_strength": 105801.20481791004,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=585778999, order=644460858, volume=0.01, price=4441.29, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946185, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4441.27, stoplimit=0.0, sl=4435.834803960617, tp=4454.157990098457, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T00:15:30.900736",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 86.05,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 56.311015229152844,
|
|
"risk_adjusted_strength": 128405.4156302297,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=585913637, order=644605070, volume=0.01, price=4451.76, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946193, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4451.78, stoplimit=0.0, sl=4447.1118532217515, tp=4462.785366945621, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T00:45:02.078462",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 86.42,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 56.311015229152844,
|
|
"risk_adjusted_strength": 128127.92757898946,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=585964440, order=644660425, volume=0.01, price=4443.2, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946194, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4443.2, stoplimit=0.0, sl=4437.890842242308, tp=4455.77289439423, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T01:00:01.536519",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 86.16,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 56.311015229152844,
|
|
"risk_adjusted_strength": 131168.43122365666,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=585982190, order=644679423, volume=0.01, price=4440.79, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946195, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4440.77, stoplimit=0.0, sl=4435.53214843123, tp=4453.199628921926, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T01:47:28.297985",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 86.61,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 56.311015229152844,
|
|
"risk_adjusted_strength": 126717.75401308447,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=586046696, order=644747376, volume=0.01, price=4436.72, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946196, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4436.7, stoplimit=0.0, sl=4430.883890365146, tp=4450.575274087137, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T02:15:36.781987",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 86.93,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 56.311015229152844,
|
|
"risk_adjusted_strength": 127881.71674658636,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=586111310, order=644814639, volume=0.01, price=4442.21, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946197, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4441.97, stoplimit=0.0, sl=4435.860744307064, tp=4456.57813923234, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T02:30:02.226449",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 87.06,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 56.311015229152844,
|
|
"risk_adjusted_strength": 129363.4242201283,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=586145276, order=644850479, volume=0.01, price=4435.28, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946198, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4435.15, stoplimit=0.0, sl=4429.028237518479, tp=4449.789406203804, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T03:00:35.700567",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 86.97,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 56.311015229152844,
|
|
"risk_adjusted_strength": 118422.24635440091,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=586220508, order=644929412, volume=0.01, price=4451.38, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946201, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4450.81, stoplimit=0.0, sl=4443.889470819558, tp=4467.446322951107, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T03:30:02.626263",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 87.41,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 56.19688130748116,
|
|
"risk_adjusted_strength": 121834.07780071198,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=586279148, order=644992860, volume=0.01, price=4460.41, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946204, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4460.39, stoplimit=0.0, sl=4453.950351844346, tp=4475.894120389136, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T03:46:58.772033",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 87.52,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 56.17752235169887,
|
|
"risk_adjusted_strength": 124532.71834596465,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=586301003, order=645016296, volume=0.01, price=4453.8, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946205, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4453.8, stoplimit=0.0, sl=4447.736247520228, tp=4468.259381199432, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T04:15:02.767838",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 87.57,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 55.94261143669876,
|
|
"risk_adjusted_strength": 121477.36831191357,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=586356638, order=645075147, volume=0.01, price=4462.66, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946208, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4462.69, stoplimit=0.0, sl=4456.363175109101, tp=4477.842062227249, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T06:45:02.521453",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 89.26,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 55.52388762650183,
|
|
"risk_adjusted_strength": 152702.41528212783,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=586568507, order=645300688, volume=0.01, price=4463.67, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946211, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4463.44, stoplimit=0.0, sl=4458.683355044369, tp=4474.631612389078, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T07:00:06.150547",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 89.42,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 55.52388762650183,
|
|
"risk_adjusted_strength": 143981.5145611549,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=586619840, order=645354280, volume=0.01, price=4452.82, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946212, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4452.43, stoplimit=0.0, sl=4446.916080071177, tp=4465.549799822055, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T07:30:03.155469",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 89.99,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 55.55930577305211,
|
|
"risk_adjusted_strength": 155806.61066839678,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=586684892, order=645422358, volume=0.01, price=4461.36, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946215, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4461.3, stoplimit=0.0, sl=4456.2891132995555, tp=4473.127216751112, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T08:15:04.241797",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 90.12,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 55.55930577305211,
|
|
"risk_adjusted_strength": 153724.9048944703,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=586793938, order=645535463, volume=0.01, price=4468.65, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946218, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4468.73, stoplimit=0.0, sl=4463.4345955301105, tp=4481.303511174723, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T08:30:03.055185",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 90.44,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 55.55930577305211,
|
|
"risk_adjusted_strength": 161088.891722191,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=586825029, order=645568124, volume=0.01, price=4464.8, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946219, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4464.81, stoplimit=0.0, sl=4459.818428154733, tp=4476.588929613166, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T17:00:03.595110",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 94.59,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 56.21087556129476,
|
|
"risk_adjusted_strength": 121973.59686464297,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=588324766, order=647129905, volume=0.01, price=4478.4, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946220, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4478.46, stoplimit=0.0, sl=4469.791172258307, tp=4499.362069354232, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T18:10:01.593593",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 95.67,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 56.21087556129476,
|
|
"risk_adjusted_strength": 128081.15792325277,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=588540222, order=647354757, volume=0.01, price=4488.54, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946223, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4488.56, stoplimit=0.0, sl=4481.920090091303, tp=4504.459774771743, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T18:50:02.483630",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 95.82,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 56.21087556129476,
|
|
"risk_adjusted_strength": 134364.1813239545,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=588638406, order=647456237, volume=0.01, price=4486.12, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946224, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4485.94, stoplimit=0.0, sl=4479.872475009663, tp=4500.4438124758435, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T19:25:03.450911",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.63,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 55.638953154432485,
|
|
"risk_adjusted_strength": 141120.74749945608,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=588723891, order=647546304, volume=0.01, price=4488.23, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946227, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4488.73, stoplimit=0.0, sl=4483.437735752655, tp=4501.2956606183625, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T19:35:02.601641",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.65,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 55.638953154432485,
|
|
"risk_adjusted_strength": 140241.5681860894,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=588755364, order=647578442, volume=0.01, price=4484.33, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946228, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4484.32, stoplimit=0.0, sl=4478.341255520598, tp=4498.601861198506, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T20:20:03.326272",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 97.42,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 55.638953154432485,
|
|
"risk_adjusted_strength": 144443.2558307885,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=588837131, order=647663599, volume=0.01, price=4482.06, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946229, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4482.24, stoplimit=0.0, sl=4476.963834377083, tp=4494.730414057293, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T21:45:04.013223",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 98.35,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 55.638953154432485,
|
|
"risk_adjusted_strength": 162994.38167144277,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=588957891, order=647791461, volume=0.01, price=4490.31, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946232, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4490.15, stoplimit=0.0, sl=4486.03365821288, tp=4499.7758544678, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-06T22:00:14.262850",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 98.38,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 55.49540449339834,
|
|
"risk_adjusted_strength": 156438.09227924998,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=588983335, order=647818058, volume=0.01, price=4494.07, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946235, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4494.0, stoplimit=0.0, sl=4489.4495226323925, tp=4504.711193419021, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-07T00:30:02.646101",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 53.808706351832996,
|
|
"risk_adjusted_strength": 199879.50952796222,
|
|
"adaptive_interval": 30,
|
|
"session": "asian",
|
|
"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=589098749, order=647945925, volume=0.01, price=4498.55, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946238, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4498.55, stoplimit=0.0, sl=4495.303143388255, tp=4505.967141529364, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-07T01:00:03.299517",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 53.808706351832996,
|
|
"risk_adjusted_strength": 199610.18662684006,
|
|
"adaptive_interval": 30,
|
|
"session": "asian",
|
|
"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=589138473, order=647988698, volume=0.01, price=4494.01, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946239, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4493.94, stoplimit=0.0, sl=4490.4444160460735, tp=4501.9789598848165, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-07T01:30:05.276463",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 53.808706351832996,
|
|
"risk_adjusted_strength": 200721.1833991782,
|
|
"adaptive_interval": 30,
|
|
"session": "asian",
|
|
"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=589183966, order=648036027, volume=0.01, price=4491.61, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946240, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4491.66, stoplimit=0.0, sl=4488.141293375319, tp=4499.7567665617025, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-07T02:01:22.460358",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 53.808706351832996,
|
|
"risk_adjusted_strength": 188799.99287866964,
|
|
"adaptive_interval": 30,
|
|
"session": "asian",
|
|
"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=589247966, order=648103341, volume=0.01, price=4492.3, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946241, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4492.0, stoplimit=0.0, sl=4487.215408180207, tp=4503.156479549483, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-07T02:15:15.563568",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 54.722502486497106,
|
|
"risk_adjusted_strength": 158677.32978759863,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=589314167, order=648173522, volume=0.01, price=4471.27, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946242, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4471.19, stoplimit=0.0, sl=4464.377243174563, tp=4487.5568920635915, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-07T03:00:10.865279",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 55.40128173276303,
|
|
"risk_adjusted_strength": 145694.32322810718,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=589439868, order=648307222, volume=0.01, price=4465.62, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946243, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4465.73, stoplimit=0.0, sl=4458.082422574614, tp=4484.148943563465, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-07T03:45:01.862788",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 55.188386849058794,
|
|
"risk_adjusted_strength": 145040.94379124566,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=589536637, order=648409971, volume=0.01, price=4475.81, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946246, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4476.04, stoplimit=0.0, sl=4469.290159669189, tp=4492.24960082703, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-12T03:15:02.402968",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 48.82689164858528,
|
|
"risk_adjusted_strength": 152841.77484943243,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=600529651, order=659964171, volume=0.01, price=4567.14, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946247, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4567.14, stoplimit=0.0, sl=4557.372012200301, tp=4591.209969499248, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-12T04:00:01.804326",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 48.82689164858528,
|
|
"risk_adjusted_strength": 164785.38721462098,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=600635271, order=660073682, volume=0.01, price=4577.96, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946250, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4577.71, stoplimit=0.0, sl=4569.346453923108, tp=4597.953865192231, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-12T05:00:02.367972",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 48.82689164858528,
|
|
"risk_adjusted_strength": 183936.97394310535,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=600769701, order=660215657, volume=0.01, price=4570.81, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946251, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4570.87, stoplimit=0.0, sl=4564.153125060431, tp=4586.717187348924, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-12T05:45:01.950243",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 48.82689164858528,
|
|
"risk_adjusted_strength": 188474.1856384038,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=600856086, order=660307975, volume=0.01, price=4568.12, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946252, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4568.13, stoplimit=0.0, sl=4562.043793033746, tp=4582.645517415636, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-12T06:45:00.737547",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 48.82689164858528,
|
|
"risk_adjusted_strength": 199679.91038058157,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=600976083, order=660432437, volume=0.01, price=4581.95, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946255, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4581.97, stoplimit=0.0, sl=4576.149779133516, tp=4595.855552166208, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-12T07:15:00.900963",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 44.134400777151384,
|
|
"risk_adjusted_strength": 205280.14543391237,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=601050157, order=660510129, volume=0.01, price=4572.93, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946256, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4572.93, stoplimit=0.0, sl=4567.165652255128, tp=4586.640869362178, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-12T08:15:00.864351",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 44.134400777151384,
|
|
"risk_adjusted_strength": 223743.55330610494,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=601172514, order=660639787, volume=0.01, price=4583.76, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946259, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4583.56, stoplimit=0.0, sl=4578.503031108794, tp=4595.502422228013, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-12T17:00:11.725074",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 32.835664472548785,
|
|
"risk_adjusted_strength": 202865.45673484448,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=602876664, order=662424441, volume=0.01, price=4621.91, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946262, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4622.03, stoplimit=0.0, sl=4613.159692587433, tp=4643.505768531419, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-12T17:40:02.058587",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 32.77217238287777,
|
|
"risk_adjusted_strength": 199196.91233755433,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=603005656, order=662558052, volume=0.01, price=4613.46, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946263, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4613.35, stoplimit=0.0, sl=4605.201536915942, tp=4633.196157710146, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-12T19:20:01.068893",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 26.367193253252978,
|
|
"risk_adjusted_strength": 215800.98849538126,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=603268837, order=662836161, volume=0.01, price=4603.15, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946264, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4602.98, stoplimit=0.0, sl=4596.728917166927, tp=4617.942707082682, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-12T20:05:03.095546",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 26.367193253252978,
|
|
"risk_adjusted_strength": 226937.81281986457,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=603372903, order=662948042, volume=0.01, price=4609.15, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946267, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4609.18, stoplimit=0.0, sl=4603.149165941489, tp=4623.557085146277, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-12T20:35:01.730776",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 26.367193253252978,
|
|
"risk_adjusted_strength": 232879.03020372905,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=603424312, order=663001728, volume=0.01, price=4616.34, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946270, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4616.34, stoplimit=0.0, sl=4611.163596319977, tp=4628.616009200057, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-12T20:55:00.932384",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 26.367193253252978,
|
|
"risk_adjusted_strength": 231920.29649806255,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=603454470, order=663033395, volume=0.01, price=4613.09, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946271, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4613.09, stoplimit=0.0, sl=4608.190367526185, tp=4624.674081184537, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-12T21:05:16.345708",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 26.367193253252978,
|
|
"risk_adjusted_strength": 232862.6569096531,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=603477296, order=663056998, volume=0.01, price=4604.59, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946272, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4604.23, stoplimit=0.0, sl=4598.949877898775, tp=4616.765305253061, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-12T21:45:55.188069",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 26.367193253252978,
|
|
"risk_adjusted_strength": 223269.8544728034,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=603560278, order=663143330, volume=0.01, price=4593.68, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946273, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4592.85, stoplimit=0.0, sl=4586.79566815801, tp=4607.320829604975, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T00:15:01.077489",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 21.10571257305368,
|
|
"risk_adjusted_strength": 213902.46595017298,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=603709700, order=663297861, volume=0.01, price=4578.81, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946276, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4578.82, stoplimit=0.0, sl=4572.066773942658, tp=4595.038065143355, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T00:30:02.916602",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 21.10571257305368,
|
|
"risk_adjusted_strength": 216803.96079406395,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=603735291, order=663324583, volume=0.01, price=4584.8, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946279, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4584.7, stoplimit=0.0, sl=4577.747275222665, tp=4601.381811943338, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T01:00:02.136837",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 21.10571257305368,
|
|
"risk_adjusted_strength": 217522.0447909423,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=603790155, order=663381854, volume=0.01, price=4599.67, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946282, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4599.64, stoplimit=0.0, sl=4592.557193168101, tp=4616.682017079747, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T01:15:02.490310",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 21.10571257305368,
|
|
"risk_adjusted_strength": 210525.3818109165,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=603810244, order=663403981, volume=0.01, price=4593.08, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946283, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4593.04, stoplimit=0.0, sl=4585.874380780328, tp=4610.2890480491815, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T01:45:00.990191",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 99.34,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 21.10571257305368,
|
|
"risk_adjusted_strength": 211428.55618771003,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=603855961, order=663453739, volume=0.01, price=4586.41, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946284, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4586.41, stoplimit=0.0, sl=4580.446479266969, tp=4600.653801832579, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T02:30:03.475868",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 98.29,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 21.10571257305368,
|
|
"risk_adjusted_strength": 209436.2012625388,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=603965145, order=663571180, volume=0.01, price=4581.87, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946287, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4582.1, stoplimit=0.0, sl=4574.745237324732, tp=4599.821906688168, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T04:00:02.959817",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 95.72,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 17.966802488366213,
|
|
"risk_adjusted_strength": 205297.37676906513,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=604151034, order=663763807, volume=0.01, price=4594.37, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946291, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4594.36, stoplimit=0.0, sl=4588.142017860574, tp=4609.239955348566, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T06:45:05.248982",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.26,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 17.966802488366213,
|
|
"risk_adjusted_strength": 210014.04026470068,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=604408345, order=664033692, volume=0.01, price=4595.07, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946292, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4594.35, stoplimit=0.0, sl=4588.946665562841, tp=4607.158336092895, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T07:15:03.253717",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.52,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 10.406678931629742,
|
|
"risk_adjusted_strength": 217307.89721410078,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=604471853, order=664101847, volume=0.01, price=4590.55, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946293, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4590.51, stoplimit=0.0, sl=4585.405540860726, tp=4602.361147848184, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T07:30:01.030604",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.77,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 10.406678931629742,
|
|
"risk_adjusted_strength": 217647.6344704995,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=604507330, order=664138363, volume=0.01, price=4585.09, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946294, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4585.02, stoplimit=0.0, sl=4579.806229267648, tp=4597.389426830881, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T07:45:03.330557",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.93,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 10.841859214126202,
|
|
"risk_adjusted_strength": 207104.23816275547,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=604555158, order=664187531, volume=0.01, price=4576.43, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946295, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4576.23, stoplimit=0.0, sl=4570.4678721706405, tp=4589.970319573398, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T08:15:02.765677",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.93,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 10.841859214126202,
|
|
"risk_adjusted_strength": 209826.41905182006,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=604613494, order=664249090, volume=0.01, price=4585.05, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946298, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4585.05, stoplimit=0.0, sl=4579.782439990614, tp=4597.553900023465, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T08:30:02.241862",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 97.06,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 10.841859214126202,
|
|
"risk_adjusted_strength": 209505.63631616527,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=604649393, order=664286999, volume=0.01, price=4584.09, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946299, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4584.15, stoplimit=0.0, sl=4578.929317356034, tp=4596.501706609916, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T09:32:22.846603",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 97.6,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 10.841859214126202,
|
|
"risk_adjusted_strength": 207468.2855411947,
|
|
"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=604777549, order=664423373, volume=0.01, price=4593.39, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946300, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4593.18, stoplimit=0.0, sl=4587.7478019975615, tp=4606.095495006095, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T17:00:06.434277",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 5.547667068322227,
|
|
"risk_adjusted_strength": 177417.00451612193,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=606184242, order=665909569, volume=0.01, price=4619.72, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946301, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4619.24, stoplimit=0.0, sl=4609.064603564342, tp=4644.083491089143, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T17:10:02.233659",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 5.547667068322227,
|
|
"risk_adjusted_strength": 169859.7874198397,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=606222418, order=665948655, volume=0.01, price=4607.56, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946302, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4607.56, stoplimit=0.0, sl=4597.379059169254, tp=4632.312352076863, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T17:30:03.557500",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 5.547667068322227,
|
|
"risk_adjusted_strength": 166571.19554175902,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=606299031, order=666027053, volume=0.01, price=4598.34, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946303, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4598.48, stoplimit=0.0, sl=4588.115045088052, tp=4623.622387279869, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T17:50:02.692037",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 5.547667068322227,
|
|
"risk_adjusted_strength": 163997.94965698852,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=606359374, order=666089714, volume=0.01, price=4611.21, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946306, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4611.2, stoplimit=0.0, sl=4601.637694678189, tp=4634.405763304527, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T18:55:02.875157",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 5.547667068322227,
|
|
"risk_adjusted_strength": 168122.4103875279,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=606542659, order=666287210, volume=0.01, price=4600.63, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946307, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4600.56, stoplimit=0.0, sl=4592.996398165636, tp=4618.804004585911, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T19:00:05.243496",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 3.048061301954206,
|
|
"risk_adjusted_strength": 169478.0588219924,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=606573620, order=666320483, volume=0.01, price=4590.64, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946308, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4590.7, stoplimit=0.0, sl=4582.404144099051, tp=4610.774639752373, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T19:25:02.531298",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 3.8375909214133657,
|
|
"risk_adjusted_strength": 161658.95576753237,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=606722706, order=666480690, volume=0.01, price=4588.84, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946309, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4588.78, stoplimit=0.0, sl=4580.023753174601, tp=4609.970617063498, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T19:50:01.897651",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 3.8375909214133657,
|
|
"risk_adjusted_strength": 161319.1993166024,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=606787787, order=666555138, volume=0.01, price=4600.08, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946312, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4600.13, stoplimit=0.0, sl=4592.487502965821, tp=4618.571242585446, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T20:05:02.248635",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 3.8375909214133657,
|
|
"risk_adjusted_strength": 161828.5622725767,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=606834485, order=666605730, volume=0.01, price=4587.78, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946313, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4587.69, stoplimit=0.0, sl=4579.974038679564, tp=4606.279903301091, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T20:45:04.627760",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 3.8375909214133657,
|
|
"risk_adjusted_strength": 159747.7955473098,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=606936425, order=666711566, volume=0.01, price=4596.26, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946316, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4596.28, stoplimit=0.0, sl=4588.845110791623, tp=4614.097223020945, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T21:30:03.915908",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 3.8375909214133657,
|
|
"risk_adjusted_strength": 161568.74796461716,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=607020914, order=666801862, volume=0.01, price=4588.37, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946317, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4589.14, stoplimit=0.0, sl=4582.473852963021, tp=4605.105367592445, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T21:40:03.036663",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 5.344739100997145,
|
|
"risk_adjusted_strength": 150659.13640635653,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=607066989, order=666848749, volume=0.01, price=4576.71, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946318, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4576.68, stoplimit=0.0, sl=4568.501387471555, tp=4596.391531321114, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-13T21:45:02.413229",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 5.344739100997145,
|
|
"risk_adjusted_strength": 150209.1260320701,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=607083895, order=666866104, volume=0.01, price=4585.43, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946321, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4585.43, stoplimit=0.0, sl=4576.7144129742355, tp=4606.51896756441, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T00:30:05.880352",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 99.36,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 3.6965667487541793,
|
|
"risk_adjusted_strength": 159666.70522310346,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=607305925, order=667097006, volume=0.01, price=4597.44, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946324, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4597.34, stoplimit=0.0, sl=4592.287697887406, tp=4609.270755281488, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T01:15:05.458293",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 98.44,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 3.443834596697201,
|
|
"risk_adjusted_strength": 157197.67310585888,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=607382034, order=667178366, volume=0.01, price=4605.66, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946327, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4605.45, stoplimit=0.0, sl=4600.61497889607, tp=4616.627552759824, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T02:15:01.425865",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 98.49,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 3.075504752933071,
|
|
"risk_adjusted_strength": 158320.5691069578,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=607481162, order=667286636, volume=0.01, price=4615.69, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946331, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4615.69, stoplimit=0.0, sl=4610.170138595507, tp=4628.789653511232, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T03:45:02.942170",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 98.75,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 2.967029845212636,
|
|
"risk_adjusted_strength": 165632.9717957312,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=607628965, order=667450216, volume=0.01, price=4621.57, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946334, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4621.53, stoplimit=0.0, sl=4616.5267466640225, tp=4633.373133339945, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T04:30:05.856709",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 2.929443105794576,
|
|
"risk_adjusted_strength": 173770.68620093408,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=607706187, order=667535834, volume=0.01, price=4615.54, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946335, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4615.31, stoplimit=0.0, sl=4610.44337993723, tp=4626.811550156924, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T04:45:01.537345",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 2.853987346245063,
|
|
"risk_adjusted_strength": 170235.14828159136,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=607733488, order=667565535, volume=0.01, price=4624.33, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946338, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4624.33, stoplimit=0.0, sl=4618.920092694494, tp=4637.1897682637655, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T06:15:02.660597",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 2.3697493823802915,
|
|
"risk_adjusted_strength": 195292.1322355289,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=607901751, order=667761104, volume=0.01, price=4634.14, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946340, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4634.22, stoplimit=0.0, sl=4629.689190718036, tp=4644.847023204912, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T07:00:23.548282",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 1.8463458451099228,
|
|
"risk_adjusted_strength": 196956.5607016906,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=608021648, order=667893376, volume=0.01, price=4623.04, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946341, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4619.9, stoplimit=0.0, sl=4613.7298847201355, tp=4634.625288199662, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T07:15:02.553640",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 1.8463458451099228,
|
|
"risk_adjusted_strength": 186159.35879508432,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=608085405, order=667962170, volume=0.01, price=4633.75, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946344, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4633.78, stoplimit=0.0, sl=4626.784537269725, tp=4650.568656825689, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T07:45:01.874469",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 1.8463458451099228,
|
|
"risk_adjusted_strength": 191983.49722002854,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=608154766, order=668041289, volume=0.01, price=4630.92, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946345, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4630.89, stoplimit=0.0, sl=4624.424737927472, tp=4646.353155181318, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T08:30:10.527888",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 1.8463458451099228,
|
|
"risk_adjusted_strength": 198592.85787440732,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=608257395, order=668149166, volume=0.01, price=4637.16, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946348, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4637.17, stoplimit=0.0, sl=4631.175923875948, tp=4652.08519031013, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T12:05:45.480006",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 0.9313780689158762,
|
|
"risk_adjusted_strength": 218127.91668486508,
|
|
"adaptive_interval": 15,
|
|
"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=608743724, order=668660737, volume=0.01, price=4636.11, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946349, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4636.11, stoplimit=0.0, sl=4631.522798769643, tp=4647.053003075894, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T13:36:45.332111",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 0.9313780689158762,
|
|
"risk_adjusted_strength": 213781.9730686972,
|
|
"adaptive_interval": 15,
|
|
"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=608970963, order=668899888, volume=0.01, price=4635.22, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946350, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.01, price=4635.39, stoplimit=0.0, sl=4630.437135255516, tp=4647.107161861209, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T13:53:34.972260",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 0.9313780689158762,
|
|
"risk_adjusted_strength": 214188.47014466557,
|
|
"adaptive_interval": 15,
|
|
"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=608998405, order=668928996, volume=0.1, price=4635.46, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946352, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4635.48, stoplimit=0.0, sl=4630.841008213941, tp=4646.377479465147, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T17:00:02.255588",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 99.39,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 1.6181259759065654,
|
|
"risk_adjusted_strength": 174194.858200792,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=609913594, order=669883823, volume=0.1, price=4618.94, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946353, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4618.94, stoplimit=0.0, sl=4608.893282407342, tp=4643.321793981644, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T18:00:03.880628",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 98.5,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 1.6181259759065654,
|
|
"risk_adjusted_strength": 171569.6004876496,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=610146435, order=670137753, volume=0.1, price=4617.29, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946354, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4617.29, stoplimit=0.0, sl=4608.8550479849355, tp=4637.642380037662, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T18:25:02.696296",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 98.02,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 1.6181259759065654,
|
|
"risk_adjusted_strength": 163960.45248205055,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=610235840, order=670241085, volume=0.1, price=4607.69, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946355, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4607.73, stoplimit=0.0, sl=4599.683828469618, tp=4627.145428825955, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T19:05:01.662167",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 97.74,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 0,
|
|
"risk_adjusted_strength": 162950.76432712792,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=610398584, order=670426507, volume=0.1, price=4621.2, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946358, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4621.22, stoplimit=0.0, sl=4613.221752242972, tp=4640.480619392571, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T19:45:02.132060",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 97.56,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 0,
|
|
"risk_adjusted_strength": 158744.57652949594,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=610515571, order=670563990, volume=0.1, price=4631.68, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946365, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4631.7, stoplimit=0.0, sl=4624.500638454599, tp=4648.963403863501, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T20:05:02.681034",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 97.63,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 0,
|
|
"risk_adjusted_strength": 160489.98993945928,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=610575834, order=670630504, volume=0.1, price=4636.82, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946372, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4637.53, stoplimit=0.0, sl=4630.872131541881, tp=4653.474671145299, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T21:05:01.816983",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 98.56,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 0,
|
|
"risk_adjusted_strength": 162778.25380919717,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=610725531, order=670798581, volume=0.1, price=4632.03, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946374, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4631.98, stoplimit=0.0, sl=4625.454821730876, tp=4647.557945672812, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-14T22:15:01.879867",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 99.07,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 0,
|
|
"risk_adjusted_strength": 164749.85689186802,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=610881737, order=670966665, volume=0.1, price=4624.89, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946375, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4624.7, stoplimit=0.0, sl=4617.465551597857, tp=4642.1561210053615, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T00:15:02.934543",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 99.11,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 0,
|
|
"risk_adjusted_strength": 161619.67064077102,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=611007639, order=671100981, volume=0.1, price=4616.68, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946376, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4616.87, stoplimit=0.0, sl=4609.800009510069, tp=4633.844976224829, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T00:30:00.997980",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 98.85,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 0.1247199083321675,
|
|
"risk_adjusted_strength": 158046.15385690724,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=611036528, order=671131951, volume=0.1, price=4609.37, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946377, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4609.5, stoplimit=0.0, sl=4602.289697135442, tp=4626.300757161393, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T02:30:01.651873",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 98.43,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 1.111093284430055,
|
|
"risk_adjusted_strength": 151064.7588395007,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=611297286, order=671409145, volume=0.1, price=4600.69, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946378, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4600.66, stoplimit=0.0, sl=4592.655304795971, tp=4619.936738010072, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T02:45:01.080237",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 98.46,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 2.489027109663766,
|
|
"risk_adjusted_strength": 144133.70948047907,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=611364693, order=671479210, volume=0.1, price=4602.95, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946379, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4602.82, stoplimit=0.0, sl=4593.379092281147, tp=4625.722269297134, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T04:15:15.467714",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 98.17,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 9.951603609202124,
|
|
"risk_adjusted_strength": 137464.93125007223,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=611592586, order=671719182, volume=0.1, price=4591.5, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946380, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4591.72, stoplimit=0.0, sl=4582.498940882052, tp=4614.037647794872, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T04:45:02.186034",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 97.74,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 10.212965781492358,
|
|
"risk_adjusted_strength": 131404.9907884223,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=611680311, order=671811518, volume=0.1, price=4596.83, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946381, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4596.83, stoplimit=0.0, sl=4588.148283311446, tp=4617.799291721383, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T05:15:03.483784",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 97.4,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 10.212965781492358,
|
|
"risk_adjusted_strength": 131937.63826404,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=611743609, order=671878527, volume=0.1, price=4593.96, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946382, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4594.16, stoplimit=0.0, sl=4585.593676412001, tp=4614.73580897, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T06:30:06.566689",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 94.86,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 10.213975838835395,
|
|
"risk_adjusted_strength": 126382.28399544954,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=611902983, order=672046314, volume=0.1, price=4593.54, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946383, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4593.11, stoplimit=0.0, sl=4586.253826903669, tp=4609.515432740828, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T06:45:03.351947",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 95.13,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 10.213975838835395,
|
|
"risk_adjusted_strength": 125683.59920940801,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=611954407, order=672100026, volume=0.1, price=4589.81, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946384, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4589.91, stoplimit=0.0, sl=4582.158015455142, tp=4608.554961362145, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T07:15:11.193825",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 95.07,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 14.28239235831883,
|
|
"risk_adjusted_strength": 125250.56944523798,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=612040438, order=672190430, volume=0.1, price=4605.77, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946390, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4605.52, stoplimit=0.0, sl=4597.583343688782, tp=4624.626640778046, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T17:00:06.006674",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.64,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 22.94870291537073,
|
|
"risk_adjusted_strength": 135490.5232112271,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=613834395, order=674059896, volume=0.1, price=4615.77, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946396, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4616.05, stoplimit=0.0, sl=4608.753740095239, tp=4634.255649761903, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T17:15:01.411930",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.76,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 22.929931042184194,
|
|
"risk_adjusted_strength": 131332.7253263993,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=613894741, order=674122585, volume=0.1, price=4622.27, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946397, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4622.25, stoplimit=0.0, sl=4614.422499298266, tp=4641.083751754334, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T17:30:05.868895",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.81,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 22.765943720867867,
|
|
"risk_adjusted_strength": 130844.04770070997,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=613955299, order=674185398, volume=0.1, price=4611.89, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946398, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4611.92, stoplimit=0.0, sl=4604.244762817882, tp=4630.268092955297, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T17:50:03.531782",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.79,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 22.765943720867867,
|
|
"risk_adjusted_strength": 128559.7731297704,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=614022463, order=674255705, volume=0.1, price=4603.76, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946399, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4603.74, stoplimit=0.0, sl=4596.613046265266, tp=4620.717384336834, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T18:25:02.779603",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.64,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 22.765943720867867,
|
|
"risk_adjusted_strength": 129494.52924720735,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=614113160, order=674351142, volume=0.1, price=4613.08, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946404, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4613.07, stoplimit=0.0, sl=4606.925925237386, tp=4627.730186906536, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T19:25:02.701864",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.27,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 27.409575740120232,
|
|
"risk_adjusted_strength": 130932.5380201539,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=614237506, order=674484101, volume=0.1, price=4619.83, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946409, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4619.81, stoplimit=0.0, sl=4614.952361159036, tp=4631.00909710241, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T19:35:02.441530",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.24,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 27.409575740120232,
|
|
"risk_adjusted_strength": 130003.31888233984,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=614260959, order=674509361, volume=0.1, price=4616.49, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946412, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4616.48, stoplimit=0.0, sl=4611.5526571495, tp=4628.06335712625, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T21:10:02.229137",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.25,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 27.409575740120232,
|
|
"risk_adjusted_strength": 134699.48323706872,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=614404960, order=674663923, volume=0.1, price=4605.97, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946413, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4606.0, stoplimit=0.0, sl=4601.612448967656, tp=4616.268877580861, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T21:20:05.537813",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.26,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 27.409575740120232,
|
|
"risk_adjusted_strength": 131599.41646015085,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=614430857, order=674690956, volume=0.1, price=4601.75, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946414, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4601.81, stoplimit=0.0, sl=4596.90175419362, tp=4613.380614515949, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T21:35:01.743234",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.2,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 27.409575740120232,
|
|
"risk_adjusted_strength": 130840.68206317902,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=614458402, order=674719940, volume=0.1, price=4607.63, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946417, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4607.63, stoplimit=0.0, sl=4602.584566744713, tp=4619.54358313822, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-15T22:30:02.258654",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.15,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 27.409575740120232,
|
|
"risk_adjusted_strength": 131052.13942975142,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=614537853, order=674804082, volume=0.1, price=4614.49, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946426, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4614.44, stoplimit=0.0, sl=4609.941023300577, tp=4624.987441748556, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-16T00:30:02.843705",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.39,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 31.431108984895914,
|
|
"risk_adjusted_strength": 135915.28723350205,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=614623345, order=674895998, volume=0.1, price=4609.31, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946427, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4609.26, stoplimit=0.0, sl=4604.9506404913, tp=4619.018398771751, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-16T01:30:01.135927",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.47,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 31.431108984895914,
|
|
"risk_adjusted_strength": 137119.67165625203,
|
|
"adaptive_interval": 30,
|
|
"session": "asian",
|
|
"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=614711888, order=674990424, volume=0.1, price=4608.0, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946428, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4607.89, stoplimit=0.0, sl=4603.528723491396, tp=4618.093191271509, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-16T01:45:02.343881",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.42,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 31.431108984895914,
|
|
"risk_adjusted_strength": 135542.4434956255,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=614736366, order=675017056, volume=0.1, price=4601.62, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946429, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4601.63, stoplimit=0.0, sl=4597.200645511889, tp=4612.003386220279, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-16T02:15:01.944045",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.51,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 32.25506782369702,
|
|
"risk_adjusted_strength": 134636.91046990047,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=614811352, order=675096154, volume=0.1, price=4603.98, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946430, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4603.97, stoplimit=0.0, sl=4599.063258546281, tp=4615.5018536343, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-16T03:30:02.343603",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.75,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 37.4318574640673,
|
|
"risk_adjusted_strength": 137112.90442042932,
|
|
"adaptive_interval": 30,
|
|
"session": "asian",
|
|
"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=614971176, order=675263669, volume=0.1, price=4600.05, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946431, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4600.28, stoplimit=0.0, sl=4594.789536113252, tp=4613.271159716869, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-16T03:45:08.777584",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.54,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 37.74231269036511,
|
|
"risk_adjusted_strength": 134152.86957501763,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=615011107, order=675304770, volume=0.1, price=4596.49, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946432, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4596.16, stoplimit=0.0, sl=4590.675875447229, tp=4609.135311381927, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-16T07:00:06.820380",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 94.13,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 43.20661205204634,
|
|
"risk_adjusted_strength": 135287.6534336692,
|
|
"adaptive_interval": 30,
|
|
"session": "asian",
|
|
"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=615297735, order=675616789, volume=0.1, price=4611.72, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946438, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4611.73, stoplimit=0.0, sl=4607.366310788136, tp=4621.904223029663, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-16T07:30:02.304264",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 94.09,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 43.20661205204634,
|
|
"risk_adjusted_strength": 131337.5176702433,
|
|
"adaptive_interval": 30,
|
|
"session": "asian",
|
|
"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=615366612, order=675693046, volume=0.1, price=4604.43, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946439, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4604.79, stoplimit=0.0, sl=4600.195526360873, tp=4615.541184097816, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-16T08:00:13.637213",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 94.72,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 43.20661205204634,
|
|
"risk_adjusted_strength": 128177.24584807538,
|
|
"adaptive_interval": 30,
|
|
"session": "asian",
|
|
"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=615449302, order=675782563, volume=0.1, price=4597.37, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946440, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4598.36, stoplimit=0.0, sl=4592.803298314332, tp=4611.55175421417, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-16T08:30:03.845956",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 94.97,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 43.20661205204634,
|
|
"risk_adjusted_strength": 126916.85391822211,
|
|
"adaptive_interval": 30,
|
|
"session": "asian",
|
|
"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=615530575, order=675869982, volume=0.1, price=4606.21, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946446, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4606.21, stoplimit=0.0, sl=4600.9902810335, tp=4618.454297416249, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-16T14:01:13.946606",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 99.67,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 46.835222053234865,
|
|
"risk_adjusted_strength": 135427.0979417865,
|
|
"adaptive_interval": 15,
|
|
"session": "overlap",
|
|
"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=616413131, order=676815533, volume=0.1, price=4601.23, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946447, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4601.91, stoplimit=0.0, sl=4596.818433026479, tp=4613.798917433801, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-19T00:45:02.613677",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 97.39,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 45.42738037829813,
|
|
"risk_adjusted_strength": 88084.7020044152,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=619276952, order=679844542, volume=0.1, price=4671.92, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946448, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4671.91, stoplimit=0.0, sl=4660.093225459875, tp=4700.681936350312, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-19T02:30:00.831555",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 99.08,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 45.42738037829813,
|
|
"risk_adjusted_strength": 104125.08953574466,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=619568259, order=680176548, volume=0.1, price=4662.54, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946449, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4662.53, stoplimit=0.0, sl=4652.089044276061, tp=4687.897389309846, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-20T06:00:05.166106",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 47.19495462405951,
|
|
"risk_adjusted_strength": 190885.00517831958,
|
|
"adaptive_interval": 30,
|
|
"session": "asian",
|
|
"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=622100780, order=683097748, volume=0.1, price=4696.71, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946450, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4695.88, stoplimit=0.0, sl=4691.396728767591, tp=4705.86317808102, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-20T07:00:40.499654",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 42.55476383774404,
|
|
"risk_adjusted_strength": 190394.87791700166,
|
|
"adaptive_interval": 30,
|
|
"session": "asian",
|
|
"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=622227846, order=683238323, volume=0.1, price=4711.64, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946451, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4714.84, stoplimit=0.0, sl=4709.319161144661, tp=4727.94209713835, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-20T07:30:02.456654",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 42.53020001908677,
|
|
"risk_adjusted_strength": 190941.61264533826,
|
|
"adaptive_interval": 30,
|
|
"session": "asian",
|
|
"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=622289273, order=683308114, volume=0.1, price=4712.68, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946452, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4712.71, stoplimit=0.0, sl=4706.714345137781, tp=4726.999137155551, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-20T08:00:03.124918",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 42.53020001908677,
|
|
"risk_adjusted_strength": 185769.0934654935,
|
|
"adaptive_interval": 30,
|
|
"session": "asian",
|
|
"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=622347555, order=683373281, volume=0.1, price=4712.59, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946453, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4712.67, stoplimit=0.0, sl=4706.414005440422, tp=4727.609986398945, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-20T17:00:07.570228",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 37.53114615252939,
|
|
"risk_adjusted_strength": 173641.75723732746,
|
|
"adaptive_interval": 15,
|
|
"session": "ny",
|
|
"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=624021056, order=685179068, volume=0.1, price=4738.22, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946454, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4737.92, stoplimit=0.0, sl=4727.608076891289, tp=4762.439807771779, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-20T19:00:04.416600",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 36.21368783634897,
|
|
"risk_adjusted_strength": 186577.58013811495,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=624463205, order=685650696, volume=0.1, price=4759.27, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946455, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4759.37, stoplimit=0.0, sl=4752.693620416256, tp=4775.46594895936, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-20T21:20:04.285879",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 36.0540615082044,
|
|
"risk_adjusted_strength": 205750.34164198177,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=624784688, order=686012814, volume=0.1, price=4755.96, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946456, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4755.96, stoplimit=0.0, sl=4750.586758792306, tp=4768.693103019237, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-20T21:25:04.587942",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 36.05406150820439,
|
|
"risk_adjusted_strength": 200282.59594187367,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=624799363, order=686028514, volume=0.1, price=4750.03, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946457, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4750.06, stoplimit=0.0, sl=4744.2469026304925, tp=4763.892743423767, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-21T00:30:05.959602",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 34.36381836588902,
|
|
"risk_adjusted_strength": 246676.18349259745,
|
|
"adaptive_interval": 30,
|
|
"session": "asian",
|
|
"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=624981890, order=686226300, volume=0.1, price=4759.84, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946458, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4759.94, stoplimit=0.0, sl=4755.793650203463, tp=4769.640874491343, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-21T00:45:07.038142",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 34.0402921958823,
|
|
"risk_adjusted_strength": 233186.10454970784,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=625016931, order=686262875, volume=0.1, price=4774.28, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946459, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4774.11, stoplimit=0.0, sl=4769.3634878086405, tp=4785.276280478398, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-21T01:45:03.288839",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 33.57884076809549,
|
|
"risk_adjusted_strength": 235226.23398408096,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=625132210, order=686391792, volume=0.1, price=4785.29, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946460, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4785.29, stoplimit=0.0, sl=4779.9702302318465, tp=4797.889424420385, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-21T02:15:05.594075",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 32.80835330268924,
|
|
"risk_adjusted_strength": 218285.23803373447,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=625213276, order=686481573, volume=0.1, price=4809.3, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946461, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4809.27, stoplimit=0.0, sl=4801.921773609983, tp=4826.275565975044, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-21T02:30:03.156145",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 32.345298217298605,
|
|
"risk_adjusted_strength": 211050.61733678254,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=625266363, order=686539846, volume=0.1, price=4828.06, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946462, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4828.13, stoplimit=0.0, sl=4819.7934330267535, tp=4847.676417433117, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-21T02:45:14.341508",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 32.141398368567934,
|
|
"risk_adjusted_strength": 194662.8376004239,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=625312285, order=686591262, volume=0.1, price=4819.58, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946463, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4818.99, stoplimit=0.0, sl=4808.766033371716, tp=4843.814916570709, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-21T03:00:17.512795",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 27.787599332906808,
|
|
"risk_adjusted_strength": 204056.79773180129,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=625353264, order=686637686, volume=0.1, price=4835.31, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946464, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4834.96, stoplimit=0.0, sl=4824.674396901469, tp=4861.724007746328, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-21T03:15:05.109280",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 27.787599332906808,
|
|
"risk_adjusted_strength": 195773.4245551895,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=625388685, order=686678333, volume=0.1, price=4828.4, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946465, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4828.4, stoplimit=0.0, sl=4817.440406232747, tp=4855.133984418133, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-21T05:45:06.690990",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 27.341708680846352,
|
|
"risk_adjusted_strength": 224039.07698453404,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=625740768, order=687070782, volume=0.1, price=4865.15, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946466, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4865.64, stoplimit=0.0, sl=4857.405050151763, tp=4885.492374620593, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-21T07:30:30.030426",
|
|
"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": 233387.74224473824,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=625991765, order=687349400, volume=0.1, price=4883.94, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946467, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4884.19, stoplimit=0.0, sl=4875.258428173341, tp=4905.783929566647, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-21T07:45:05.258154",
|
|
"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": 230647.33424524733,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=626048684, order=687409983, volume=0.1, price=4861.69, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946468, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4861.66, stoplimit=0.0, sl=4852.530458781233, tp=4884.203853046916, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-21T08:00:40.759944",
|
|
"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": 215551.50082176333,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=626112341, order=687477396, volume=0.1, price=4847.64, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946469, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4847.43, stoplimit=0.0, sl=4836.95314854046, tp=4873.902128648851, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-21T08:15:07.190073",
|
|
"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": 222782.99454024713,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=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))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-21T22:07:45.539524",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.04,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 23.441527630046537,
|
|
"risk_adjusted_strength": 150099.4901620502,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=629556692, order=692066470, volume=0.1, price=4816.89, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946472, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4816.86, stoplimit=0.0, sl=4801.415068173482, tp=4854.772329566296, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-22T01:40:05.656568",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 93.65,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 26.992969317013234,
|
|
"risk_adjusted_strength": 143745.33684143785,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=629952585, order=692708945, volume=0.1, price=4784.78, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946474, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4784.78, stoplimit=0.0, sl=4773.455778645191, tp=4812.320553387024, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-22T08:35:07.527490",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 99.13,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 33.15924775185171,
|
|
"risk_adjusted_strength": 162265.72697387377,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=630967545, order=694409497, volume=0.1, price=4836.88, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946476, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4836.82, stoplimit=0.0, sl=4830.680417653813, tp=4851.468955865467, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-22T14:06:38.702900",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 97.62,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 34.94625812138287,
|
|
"risk_adjusted_strength": 195775.68283265218,
|
|
"adaptive_interval": 5,
|
|
"session": "overlap",
|
|
"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=631796029, order=695596696, volume=0.1, price=4823.55, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946477, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4823.62, stoplimit=0.0, sl=4818.361220809183, tp=4836.031947977042, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-22T18:39:29.895012",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 97.81,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 33.894449391752474,
|
|
"risk_adjusted_strength": 171361.16964171888,
|
|
"adaptive_interval": 5,
|
|
"session": "ny",
|
|
"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=633007436, order=696946027, volume=0.1, price=4893.91, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946480, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4893.93, stoplimit=0.0, sl=4883.200531304935, tp=4917.9186717376615, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T08:15:23.095258",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 23.310395164481207,
|
|
"risk_adjusted_strength": 298807.0387491906,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=634634801, order=698895870, volume=0.1, price=4956.52, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946485, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4956.46, stoplimit=0.0, sl=4951.0291128352765, tp=4969.302217911808, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T08:44:37.183141",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 23.310395164481207,
|
|
"risk_adjusted_strength": 285727.66481756826,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=634696747, order=698975705, volume=0.1, price=4947.42, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946487, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4947.42, stoplimit=0.0, sl=4941.148346094403, tp=4962.364134763993, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T09:12:36.145553",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 23.310395164481207,
|
|
"risk_adjusted_strength": 286789.9420786949,
|
|
"adaptive_interval": 15,
|
|
"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=634769789, order=699068563, volume=0.1, price=4941.09, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946488, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4941.1, stoplimit=0.0, sl=4934.128208276591, tp=4957.759479308524, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T09:21:36.783500",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 23.99828092766812,
|
|
"risk_adjusted_strength": 275424.1543131655,
|
|
"adaptive_interval": 15,
|
|
"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=634803352, order=699108714, volume=0.1, price=4932.95, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946489, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4933.39, stoplimit=0.0, sl=4925.9787616376225, tp=4951.183095905945, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T09:23:36.873944",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 24.561629056142024,
|
|
"risk_adjusted_strength": 266068.96321606485,
|
|
"adaptive_interval": 15,
|
|
"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=634816693, order=699123695, volume=0.1, price=4922.7, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946490, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4923.07, stoplimit=0.0, sl=4914.974118780479, tp=4942.574703048801, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T09:26:36.772891",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 25.227566969577865,
|
|
"risk_adjusted_strength": 255708.80747450746,
|
|
"adaptive_interval": 15,
|
|
"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=634834862, order=699144901, volume=0.1, price=4916.16, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946491, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4916.2, stoplimit=0.0, sl=4907.692015520752, tp=4936.524961198123, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T09:27:37.012055",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 25.719723024741427,
|
|
"risk_adjusted_strength": 248206.93180834223,
|
|
"adaptive_interval": 15,
|
|
"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=634843913, order=699155040, volume=0.1, price=4908.24, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946492, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4908.18, stoplimit=0.0, sl=4898.753765520751, tp=4929.925586198122, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T09:46:37.814480",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 26.09968991845807,
|
|
"risk_adjusted_strength": 240291.22740660305,
|
|
"adaptive_interval": 15,
|
|
"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=634922895, order=699249184, volume=0.1, price=4920.5, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946496, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4920.49, stoplimit=0.0, sl=4910.551552840149, tp=4944.601117899625, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T09:53:36.861048",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 26.09968991845807,
|
|
"risk_adjusted_strength": 235812.44275298287,
|
|
"adaptive_interval": 15,
|
|
"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=634949160, order=699281128, volume=0.1, price=4909.72, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946497, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4909.69, stoplimit=0.0, sl=4899.24527557347, tp=4935.171811066325, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T12:01:36.475057",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 97.46,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 26.721353963264875,
|
|
"risk_adjusted_strength": 237906.1157367403,
|
|
"adaptive_interval": 15,
|
|
"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=635308024, order=699715369, volume=0.1, price=4922.6, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946501, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4922.6, stoplimit=0.0, sl=4914.949820608981, tp=4940.850448477549, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T12:16:36.613612",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 97.08,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 26.721353963264875,
|
|
"risk_adjusted_strength": 231853.56290682463,
|
|
"adaptive_interval": 15,
|
|
"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=635351195, order=699769198, volume=0.1, price=4913.43, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946502, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4913.43, stoplimit=0.0, sl=4905.687731661085, tp=4932.050670847288, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T13:06:36.875688",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.17,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 26.721353963264875,
|
|
"risk_adjusted_strength": 233239.6819126982,
|
|
"adaptive_interval": 15,
|
|
"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=635467424, order=699922432, volume=0.1, price=4932.54, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946506, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4932.51, stoplimit=0.0, sl=4925.34592892237, tp=4949.965177694075, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T14:00:36.841279",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.04,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 26.721353963264875,
|
|
"risk_adjusted_strength": 243519.4543860769,
|
|
"adaptive_interval": 15,
|
|
"session": "overlap",
|
|
"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=635603770, order=700093780, volume=0.1, price=4936.5, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946509, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4936.76, stoplimit=0.0, sl=4930.240335411955, tp=4952.359161470113, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T14:10:37.933985",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.34,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 26.721353963264875,
|
|
"risk_adjusted_strength": 235829.49149503824,
|
|
"adaptive_interval": 15,
|
|
"session": "overlap",
|
|
"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=635651778, order=700150181, volume=0.1, price=4940.4, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946511, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4940.41, stoplimit=0.0, sl=4933.247910060948, tp=4957.195224847631, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T14:21:36.412224",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.65,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 26.721353963264875,
|
|
"risk_adjusted_strength": 235011.2151254177,
|
|
"adaptive_interval": 15,
|
|
"session": "overlap",
|
|
"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=635695860, order=700203452, volume=0.1, price=4934.51, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946512, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4934.5, stoplimit=0.0, sl=4926.917962638393, tp=4952.685093404017, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T14:23:37.529274",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 96.81,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 26.721353963264875,
|
|
"risk_adjusted_strength": 230470.63865329846,
|
|
"adaptive_interval": 15,
|
|
"session": "overlap",
|
|
"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=635711029, order=700220519, volume=0.1, price=4925.73, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946513, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4925.73, stoplimit=0.0, sl=4917.599641209822, tp=4945.320896975446, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T14:36:37.028749",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 97.13,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 26.721353963264875,
|
|
"risk_adjusted_strength": 230983.46488373444,
|
|
"adaptive_interval": 15,
|
|
"session": "overlap",
|
|
"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=635783438, order=700302564, volume=0.1, price=4928.87, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946516, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4928.85, stoplimit=0.0, sl=4919.7462972590965, tp=4950.664256852258, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T15:34:37.025571",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 97.48,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 27.134588994048784,
|
|
"risk_adjusted_strength": 234082.24438606197,
|
|
"adaptive_interval": 15,
|
|
"session": "overlap",
|
|
"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=636008749, order=700560307, volume=0.1, price=4944.8, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946520, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4944.75, stoplimit=0.0, sl=4935.92311829939, tp=4966.047204251525, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T15:58:37.727116",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 97.81,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 26.79777983630366,
|
|
"risk_adjusted_strength": 228951.53912325643,
|
|
"adaptive_interval": 15,
|
|
"session": "overlap",
|
|
"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=636146232, order=700714011, volume=0.1, price=4947.16, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946522, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4947.19, stoplimit=0.0, sl=4937.979776802521, tp=4969.515557993696, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T16:16:37.637906",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 98.29,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 26.79777983630366,
|
|
"risk_adjusted_strength": 228577.64105930127,
|
|
"adaptive_interval": 15,
|
|
"session": "overlap",
|
|
"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=636248454, order=700826687, volume=0.1, price=4946.73, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946524, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4946.7, stoplimit=0.0, sl=4936.705032478174, tp=4970.987418804565, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T16:51:37.433996",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 98.77,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 26.551397679686758,
|
|
"risk_adjusted_strength": 224101.5534955252,
|
|
"adaptive_interval": 15,
|
|
"session": "overlap",
|
|
"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=636412386, order=701009189, volume=0.1, price=4954.73, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946527, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4954.73, stoplimit=0.0, sl=4944.587507862735, tp=4979.421230343163, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T17:19:38.333557",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 99.36,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 25.976536912498105,
|
|
"risk_adjusted_strength": 223725.81500915572,
|
|
"adaptive_interval": 15,
|
|
"session": "ny",
|
|
"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=636539517, order=701146104, volume=0.1, price=4979.35, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946531, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4979.35, stoplimit=0.0, sl=4968.602934214217, tp=5005.482664464459, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T18:24:36.742673",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 25.734664536222482,
|
|
"risk_adjusted_strength": 235016.95096399516,
|
|
"adaptive_interval": 15,
|
|
"session": "ny",
|
|
"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=636804017, order=701429158, volume=0.1, price=4984.18, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946533, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4984.18, stoplimit=0.0, sl=4975.685196599799, tp=5004.717008500501, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T18:54:37.858504",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 25.734664536222482,
|
|
"risk_adjusted_strength": 238846.56251741867,
|
|
"adaptive_interval": 15,
|
|
"session": "ny",
|
|
"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=636900802, order=701536369, volume=0.1, price=4974.04, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946534, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4974.44, stoplimit=0.0, sl=4966.2453183179105, tp=4994.226704205222, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T18:56:36.678848",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 25.734664536222482,
|
|
"risk_adjusted_strength": 231616.3082306849,
|
|
"adaptive_interval": 15,
|
|
"session": "ny",
|
|
"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=636917007, order=701553488, volume=0.1, price=4964.84, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946535, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4964.8, stoplimit=0.0, sl=4956.1346502165625, tp=4985.553374458595, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T19:30:37.842198",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 25.07608345129168,
|
|
"risk_adjusted_strength": 240257.01525255587,
|
|
"adaptive_interval": 15,
|
|
"session": "ny",
|
|
"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=637041616, order=701703620, volume=0.1, price=4974.75, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946539, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4974.71, stoplimit=0.0, sl=4966.095105650852, tp=4995.6872358728715, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T19:42:37.433217",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 25.07608345129168,
|
|
"risk_adjusted_strength": 236107.18253787214,
|
|
"adaptive_interval": 15,
|
|
"session": "ny",
|
|
"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=637083710, order=701753364, volume=0.1, price=4968.91, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946540, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4969.11, stoplimit=0.0, sl=4960.137733181145, tp=4991.015667047137, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T19:49:37.248555",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 25.07608345129168,
|
|
"risk_adjusted_strength": 232623.65927913933,
|
|
"adaptive_interval": 15,
|
|
"session": "ny",
|
|
"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=637105979, order=701779736, volume=0.1, price=4960.27, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946541, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4960.28, stoplimit=0.0, sl=4950.964317362969, tp=4982.869206592576, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T20:47:37.164094",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 25.07608345129168,
|
|
"risk_adjusted_strength": 247240.44513300588,
|
|
"adaptive_interval": 15,
|
|
"session": "ny",
|
|
"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=637234830, order=701923958, volume=0.1, price=4983.75, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946545, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4983.76, stoplimit=0.0, sl=4975.840002108531, tp=5002.859994728674, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T21:07:38.737616",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 25.027926722804963,
|
|
"risk_adjusted_strength": 248311.87112119587,
|
|
"adaptive_interval": 15,
|
|
"session": "ny",
|
|
"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=637283174, order=701976196, volume=0.1, price=4975.83, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946546, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4975.82, stoplimit=0.0, sl=4967.362464230635, tp=4996.053839423414, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-23T21:26:38.447347",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 25.027926722804963,
|
|
"risk_adjusted_strength": 248878.61182928618,
|
|
"adaptive_interval": 15,
|
|
"session": "ny",
|
|
"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=637328900, order=702025760, volume=0.1, price=4979.07, bid=0.0, ask=0.0, comment='Request executed', request_id=1587946548, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=4979.02, stoplimit=0.0, sl=4971.2392769835915, tp=4998.8218075410205, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T00:26:59.700250",
|
|
"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.240903701532886,
|
|
"risk_adjusted_strength": 243236.73464098823,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=638237209, order=703117927, volume=0.1, price=5018.8, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636006, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5019.23, stoplimit=0.0, sl=5008.895265938607, tp=5046.361835153484, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T01:22:04.041565",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 21.924847033059407,
|
|
"risk_adjusted_strength": 247629.44106597698,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=638410033, order=703416006, volume=0.1, price=5033.5, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636010, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5033.71, stoplimit=0.0, sl=5023.136450339831, tp=5059.443874150425, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T01:59:03.940251",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 21.734279068801897,
|
|
"risk_adjusted_strength": 250326.99101797788,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=638492529, order=703575560, volume=0.1, price=5040.74, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636013, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5040.83, stoplimit=0.0, sl=5031.2409145872, tp=5064.102713532001, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T02:02:04.083477",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 21.734279068801897,
|
|
"risk_adjusted_strength": 251414.33053600413,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=638509890, order=703597224, volume=0.1, price=5031.81, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636014, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5031.87, stoplimit=0.0, sl=5021.904876307908, tp=5057.55280923023, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T02:14:04.046596",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 21.597157077308353,
|
|
"risk_adjusted_strength": 242825.90710023313,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=638566266, order=703681970, volume=0.1, price=5058.36, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636018, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5058.34, stoplimit=0.0, sl=5047.536067787608, tp=5084.369830530983, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T02:36:04.731775",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 21.04899684025905,
|
|
"risk_adjusted_strength": 235374.1072504431,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=638646204, order=703804920, volume=0.1, price=5085.52, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636023, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5085.6, stoplimit=0.0, sl=5074.691219695758, tp=5112.171950760604, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T02:39:04.475221",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 21.04807145828987,
|
|
"risk_adjusted_strength": 232918.43392176644,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=638657217, order=703825303, volume=0.1, price=5073.13, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636024, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5073.12, stoplimit=0.0, sl=5061.188755410044, tp=5101.933111474889, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T02:47:04.303821",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 21.04807145828987,
|
|
"risk_adjusted_strength": 234088.66999426304,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=638684448, order=703867956, volume=0.1, price=5076.03, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636026, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5076.02, stoplimit=0.0, sl=5063.818045729812, tp=5105.85988567547, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T03:34:04.505912",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 18.38277158819264,
|
|
"risk_adjusted_strength": 238010.9366700316,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=638849953, order=704127694, volume=0.1, price=5083.3, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636029, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5083.18, stoplimit=0.0, sl=5069.94694782353, tp=5115.212630441176, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T05:33:04.198966",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 18.38277158819264,
|
|
"risk_adjusted_strength": 274090.3792567939,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=639143120, order=704653399, volume=0.1, price=5068.22, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636030, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5068.2, stoplimit=0.0, sl=5059.472689034593, tp=5089.283277413518, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T05:47:04.145249",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 18.38277158819264,
|
|
"risk_adjusted_strength": 271338.0220626773,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=639184956, order=704715184, volume=0.1, price=5061.51, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636031, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5061.6, stoplimit=0.0, sl=5052.89251983057, tp=5082.598700423577, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T06:06:04.027843",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 18.38277158819264,
|
|
"risk_adjusted_strength": 277142.3815713133,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=639231286, order=704799372, volume=0.1, price=5064.24, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636033, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5064.24, stoplimit=0.0, sl=5055.856586217534, tp=5084.4985344561655, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T06:13:04.342946",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 18.38277158819264,
|
|
"risk_adjusted_strength": 268766.59000469145,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=639256289, order=704834364, volume=0.1, price=5058.64, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636034, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5058.64, stoplimit=0.0, sl=5049.585350378932, tp=5080.436624052669, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T06:38:03.852500",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 18.38277158819264,
|
|
"risk_adjusted_strength": 261874.4679653626,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=639352284, order=704961157, volume=0.1, price=5061.17, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636036, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5061.04, stoplimit=0.0, sl=5050.715935653977, tp=5085.975160865059, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T07:09:04.723094",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 16.254702373749325,
|
|
"risk_adjusted_strength": 265741.1268919002,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=639481796, order=705139486, volume=0.1, price=5074.39, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636040, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5074.4, stoplimit=0.0, sl=5063.891422380518, tp=5100.111444048705, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T07:47:04.163021",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 16.11293485352725,
|
|
"risk_adjusted_strength": 256980.05961470658,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=639621309, order=705330284, volume=0.1, price=5100.21, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636045, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5100.21, stoplimit=0.0, sl=5089.818391076175, tp=5125.489022309561, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T07:50:03.930611",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 15.92098126284182,
|
|
"risk_adjusted_strength": 250483.85244041507,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=639642300, order=705354658, volume=0.1, price=5107.1, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636047, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5107.15, stoplimit=0.0, sl=5096.539259915845, tp=5132.906850210389, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T07:56:04.366509",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 15.90430616634525,
|
|
"risk_adjusted_strength": 246923.53510317908,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=639670514, order=705388991, volume=0.1, price=5092.93, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636048, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5092.93, stoplimit=0.0, sl=5081.354188148434, tp=5121.134529628915, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T07:59:05.211736",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 15.90430616634525,
|
|
"risk_adjusted_strength": 240573.56193003157,
|
|
"adaptive_interval": 15,
|
|
"session": "asian",
|
|
"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=639688634, order=705409788, volume=0.1, price=5080.82, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636049, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5080.77, stoplimit=0.0, sl=5067.648438148434, tp=5112.838904628915, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T09:50:04.597579",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 15.90430616634525,
|
|
"risk_adjusted_strength": 280434.1479674349,
|
|
"adaptive_interval": 15,
|
|
"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=639956096, order=705756330, volume=0.1, price=5088.27, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636052, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5088.23, stoplimit=0.0, sl=5080.956123748184, tp=5105.574690629539, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T09:54:04.828191",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 15.90430616634525,
|
|
"risk_adjusted_strength": 271896.72189429734,
|
|
"adaptive_interval": 15,
|
|
"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=639976328, order=705779813, volume=0.1, price=5081.99, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636053, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5082.02, stoplimit=0.0, sl=5074.0854451767555, tp=5101.191387058111, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
},
|
|
{
|
|
"timestamp": "2026-01-26T10:41:04.506101",
|
|
"version": "V1.6_Adaptive_Complete",
|
|
"symbol": "XAUUSD",
|
|
"entry_signal": 1,
|
|
"confidence": 100.0,
|
|
"adaptive_threshold": 70,
|
|
"signal_quality": "excellent",
|
|
"market_regime": "ranging",
|
|
"regime_strength": 15.90430616634525,
|
|
"risk_adjusted_strength": 278005.58978827804,
|
|
"adaptive_interval": 15,
|
|
"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=640120877, order=705963228, volume=0.1, price=5087.83, bid=0.0, ask=0.0, comment='Request executed', request_id=3604636057, retcode_external=0, request=TradeRequest(action=1, magic=234000, order=0, symbol='XAUUSD', volume=0.1, price=5087.7, stoplimit=0.0, sl=5080.166008763655, tp=5105.799978090863, deviation=20, type=0, type_filling=1, type_time=0, expiration=0, comment='TradingBot_V1.6', position=0, position_by=0))"
|
|
}
|
|
] |