added models and cob data

This commit is contained in:
Dobromir Popov
2025-06-25 03:13:20 +03:00
parent 47173a8554
commit 120f3f558c
3 changed files with 337 additions and 45 deletions

View File

@ -4532,7 +4532,7 @@ class TradingDashboard:
if ws_df is not None:
logger.debug(f"[CHART] WebSocket data insufficient ({len(ws_df) if not ws_df.empty else 0} rows), falling back to data provider")
# Try to get 1s data first for Williams analysis (reduced to 10 minutes for performance)
try:
df_1s = self.data_provider.get_historical_data(symbol, '1s', limit=600, refresh=False)