better dash
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user