fix display predictions only on the selected main chart
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user