This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| Polybot TUI Dashboard v2 — rich-based live-focused monitoring. | |
| Features: SSH mux, BTC delta chart, 75/25 live/test split, keyboard controls, | |
| trade stats (day/week/all), hourly sparkline, market temperature, activity logs. | |
| Usage: | |
| # Local mode (bot running on this machine): | |
| python3 dashboard.py |