fix broken merge

This commit is contained in:
Dobromir Popov
2025-10-08 20:02:41 +03:00
parent a468c75c47
commit 270ba2e52b
12 changed files with 493 additions and 86 deletions

View File

@@ -354,7 +354,8 @@ class TrainingIntegration:
pivot_points = []
# This would integrate with the Williams Market Structure
# For now, return empty list as placeholder
# For now, return empty list as placeholder (not yet implemented)
logger.debug(f"Pivot points integration for {symbol} not yet implemented")
return pivot_points
return []
@@ -519,7 +520,8 @@ class TrainingIntegration:
try:
# This would integrate with existing model predictions
# For now, return empty dict as placeholder
# For now, return empty dict as placeholder (not yet implemented)
logger.debug(f"Model predictions integration for {symbol} not yet implemented")
return predictions
except Exception as e:
logger.warning(f"Error getting model predictions for {symbol}: {e}")