pivot points

This commit is contained in:
Dobromir Popov
2025-05-29 21:03:26 +03:00
parent 3e697acf08
commit 7e4b29fdc2
4 changed files with 642 additions and 110 deletions

View File

@ -286,7 +286,7 @@ def run_web_dashboard():
data_provider = DataProvider()
# Verify we have real data connection
logger.info("🔍 Verifying REAL data connection...")
logger.info("[DATA] Verifying REAL data connection...")
test_data = data_provider.get_historical_data('ETH/USDT', '1m', limit=10, refresh=True)
if test_data is None or test_data.empty:
logger.warning("⚠️ No fresh data available - trying cached data...")