better dash

This commit is contained in:
Dobromir Popov
2025-05-25 00:29:21 +03:00
parent cf825239cd
commit 3c23e4ec42
2 changed files with 50 additions and 30 deletions

View File

@ -1,10 +1,13 @@
#!/usr/bin/env python3
"""
Scalping Dashboard Runner - 100% REAL MARKET DATA ONLY
Run Ultra-Fast Scalping Dashboard (500x Leverage)
CRITICAL: This dashboard uses EXCLUSIVELY real market data.
NO synthetic, mock, or simulated data is allowed.
All trading decisions come from real market analysis.
This script starts the custom scalping dashboard with:
- Full-width 1s ETH/USDT candlestick chart
- 3 small ETH charts: 1m, 1h, 1d
- 1 small BTC 1s chart
- Ultra-fast 100ms updates for scalping
- Real-time PnL tracking and logging
"""
import logging