better cob integration

This commit is contained in:
Dobromir Popov
2025-06-27 02:38:05 +03:00
parent 97ea27ea84
commit d791ab8b14
4 changed files with 678 additions and 450 deletions

View File

@ -1183,7 +1183,7 @@ class EnhancedRealtimeTrainingSystem:
if symbol in self.recent_dqn_predictions:
self.recent_dqn_predictions[symbol].append(display_prediction)
self.last_prediction_time[symbol] = current_time
self.last_prediction_time[symbol] = int(current_time)
logger.info(f"Forward DQN prediction: {symbol} action={['BUY','SELL','HOLD'][action]} confidence={confidence:.2f} target={target_time.strftime('%H:%M:%S')}")