more live trades fix

This commit is contained in:
Dobromir Popov
2025-07-08 02:03:32 +03:00
parent 4ab7bc1846
commit 64678bd8d3
3 changed files with 104 additions and 13 deletions

View File

@ -1031,7 +1031,7 @@ class TradingOrchestrator:
action_probs = [0.1, 0.1, 0.8] # Default distribution
action_probs[action_idx] = confidence
else:
# Fallback to generic predict method
# Fallback to generic predict method
action_probs, confidence = model.predict(enhanced_features)
except Exception as e:
logger.warning(f"CNN prediction failed: {e}")