fix display predictions only on the selected main chart

This commit is contained in:
Dobromir Popov
2025-12-10 01:18:34 +02:00
parent bf381a9649
commit e84eed2839
3 changed files with 51 additions and 28 deletions

View File

@@ -2976,6 +2976,7 @@ class AnnotationDashboard:
'current_price': current_price,
'price_change': price_change,
'predicted_candle': predicted_candle, # This is what frontend needs!
'primary_timeframe': '1m', # The main timeframe the model is predicting for
'type': 'transformer_prediction'
}