Commit Graph

68 Commits

Author SHA1 Message Date
Marc Blatter 32ed8cac6d Feature: v0.32 - Auto-load 1-Day chart on page load (loadChart 24 hours default) 2026-07-15 11:51:30 +02:00
Marc Blatter b3b5c61a58 Feature: v0.32 - Add USD values to Holdings display (≈ $X.XX format) 2026-07-15 11:44:37 +02:00
Marc Blatter 659b2708a2 Bugfix: v0.32 - Holdings spacing margin (no green bg), Chart timestamps hourly (10:00, 11:00), Swiss date format (15.7.26) 2026-07-15 11:13:52 +02:00
Marc Blatter f343737105 FINAL: v0.32 Dashboard - Collapsible Holdings (4 decimals), Analytics with USD+%, Mobile-optimized (2-col stats) 2026-07-15 11:07:38 +02:00
Marc Blatter 81a8982a89 Update: v0.32 - Improvements: Collapsible Holdings (4 decimals), Analytics with USD values, Mobile-optimized Stats 2026-07-15 11:02:58 +02:00
Marc Blatter 61bf2ac1c6 Release: v0.32 - Dashboard P&L Charts (1d/7d/30d) + Live Analytics with Binance API 2026-07-15 10:55:50 +02:00
Marc Blatter f953753d0f Release: v0.32 Dashboard - P&L Charts (1d/7d/30d) + Live Binance Performance Analytics 2026-07-15 10:44:54 +02:00
Marc Blatter 572bfdfb0d Bugfix: Atomic writes for active_trades.json + Dashboard now reads real state (not stale). Bot and Dashboard fully synced (2026-07-09 20:14) 2026-07-09 20:14:41 +02:00
Marc Blatter 17b94a904e Bot auto-update: src/web_dashboard.py 2026-07-09 19:55:01 +02:00
Marc Blatter e7c8f425a2 Cleanup: Remove verbose description from dashboard version label (V0.3 only, professional) 2026-07-09 19:53:11 +02:00
Marc Blatter 4cc93312bf Bot auto-update: src/web_dashboard.py 2026-07-09 19:45:01 +02:00
Marc Blatter d36e07d999 Bot auto-update: src/__pycache__/main_ml.cpython-310.pyc,src/main_ml.py,src/web_dashboard.py 2026-07-07 22:00:01 +02:00
Marc Blatter d6863872c7 Bot auto-update: src/__pycache__/web_dashboard.cpython-310.pyc,src/web_dashboard.py 2026-07-07 09:05:01 +02:00
Marc Blatter b9bd1b2e96 Bot auto-update: src/web_dashboard.py 2026-07-06 22:15:01 +02:00
Marc Blatter 7a99a799f3 Bot auto-update: src/__pycache__/web_dashboard.cpython-310.pyc,src/web_dashboard.py 2026-07-06 22:10:01 +02:00
Marc Blatter 2b18f9f006 Bot auto-update: src/__pycache__/web_dashboard.cpython-310.pyc,src/web_dashboard.py 2026-07-06 22:05:01 +02:00
Marc Blatter deaeba6287 Bot auto-update: src/__pycache__/main_ml.cpython-310.pyc,src/__pycache__/web_dashboard.cpython-310.pyc,src/dashboard_pnl.html,src/main_ml.py,src/web_dashboard.py 2026-07-06 22:00:01 +02:00
Marc Blatter a861127afc Dashboard V12: Fix Open Positions count
- PROBLEM: Dashboard showed 0 positions (read from empty trades.json)
- SOLUTION: Count locked coins instead (BTC/ETH/SOL/BNB/XRP)
- RESULT: Now shows 5 active positions correctly
- API: Added active_positions field to /api/state
2026-07-05 08:19:56 +02:00
Marc Blatter 57beea0cc9 Bot auto-update: src/web_dashboard.py 2026-07-05 08:15:01 +02:00
Marc Blatter 0431bddebd Bot auto-update: src/web_dashboard.py 2026-07-04 23:35:01 +02:00
Marc Blatter ec1e7213cc Dashboard V9: Simplified Clean Design - No Sidebar
- REMOVED: Sidebar navigation (no added value)
- LAYOUT: Clean centered content, full width
- METRICS: Minimum 2 tiles per row (Portfolio + USDT)
- DESKTOP: 3 tiles in row (Portfolio, USDT, Positions)
- MOBILE: 2x2 grid layout (always 2 per row)
- DESIGN: Same grayscale + green accents
- TABLES: Live Prices + Holdings sections below
- PERFORMANCE: Smooth animations, loading optimized
- RESPONSIVE: Modern CSS Grid with minmax
- TYPOGRAPHY: Fluid scaling via clamp()
- FOOTER: None (clean end)
- VERSION: V9 ENHANCED
2026-07-04 23:31:37 +02:00
Marc Blatter b7b311e3cf Dashboard V8: Modern Mobile-First Responsive Design
- NEW: Hamburger menu for mobile (☰ button)
- NEW: Modern CSS Grid + Flexbox layout
- NEW: Fluid typography with CSS clamp()
- NEW: Touch-friendly UI (44px+ tap targets)
- NEW: Smooth scrolling (-webkit-overflow-scrolling)
- NEW: Mobile-optimized breakpoints (768px, 480px)
- IMPROVED: Auto-collapsing sidebar on mobile
- IMPROVED: Optimized table display for small screens
- ACCESSIBILITY: Better spacing and sizing for mobile users
- FEATURES: Responsive images and fluid spacing
- VERSION: V8 ENHANCED
- PERFORMANCE: Fast loading, smooth transitions
2026-07-04 23:29:28 +02:00
Marc Blatter 05fcb8ad9a Dashboard V7: Complete Redesign with Grayscale Theme
- NEW: Sidebar navigation (left panel with menu)
- NEW: Grayscale color scheme (#1e1e1e, #2a2a2a, #404040)
- NEW: Green accents only for key metrics (Portfolio, USD Values)
- REMOVED: Footer text entirely
- IMPROVED: Professional spacing and layout
- STYLE: Monospace font, clean typography
- RESPONSIVE: Mobile-optimized layout
- PRICES: 2 decimal precision across all assets
- HOLDINGS: Detailed breakdown with USD values in green
2026-07-04 23:23:04 +02:00
Marc Blatter 6e6c9af51a Dashboard V6: 2 Decimal Precision for All Prices
- Title: Updated to V6
- Bot Version: V6 ENHANCED
- Price Precision: 2 decimals (was 4)
- Design: Same dark theme + green accents
- Performance: <1.2 sec response time
- Layout: Unchanged from V5
- All prices now show exactly .XX format
2026-07-04 23:18:34 +02:00
Marc Blatter d60b1cb839 Bot auto-update: src/web_dashboard.py 2026-07-04 23:10:01 +02:00
Marc Blatter ec07f47438 FIX: Dashboard Portfolio Discrepancy
- Root cause: Hardcoded XRP price 2.5x too high
- Solution: Dashboard now uses LIVE Binance prices
- Result: Portfolio 39.82 (correct) vs 85.50 (wrong)
- Now: 100% match with Binance Spot balance
- All prices updated on every API call
2026-07-04 23:07:06 +02:00
Marc Blatter 09dc561027 Dashboard V2: Professional redesign - mobile-optimized, dark theme, green accents
- Responsive sidebar layout (70px fixed + main content)
- Dark theme #0a0e27 with green primary #00ff88
- Metrics grid: Portfolio, USDT Free, Trades, Win Rate, P&L, Open
- Open positions section with entry price
- Recent closes section with profit/loss colors
- Live status badge with pulse animation
- 100% mobile responsive (480px, 768px breakpoints)
- Real-time updates every 1 second
- Clean, minimalist design
2026-07-04 18:59:51 +02:00
Marc Blatter a6a832a4e7 Bot auto-update: src/web_dashboard.py 2026-07-04 16:45:01 +02:00
Marc Blatter a8a44cf54a Bot auto-update: src/web_dashboard.py 2026-07-04 16:40:01 +02:00
Marc Blatter f018a121d9 Bot auto-update: src/report_generator.py,src/web_dashboard.py 2026-07-04 16:35:01 +02:00
Marc Blatter 1885ef468e Bot auto-update: src/web_dashboard.py 2026-07-04 15:20:01 +02:00
Marc Blatter 461af80975 Bot auto-update: src/__pycache__/main_ml.cpython-310.pyc,src/main_ml.py,src/main_ml.py.bak,src/main_ml_v6.py,src/web_dashboard.py 2026-07-04 15:00:01 +02:00
Marc Blatter 2dbca544b9 Bot auto-update: src/__pycache__/main_ml.cpython-310.pyc,src/__pycache__/web_dashboard.cpython-310.pyc,src/main_ml.py,src/web_dashboard.py 2026-07-04 14:55:01 +02:00
Marc Blatter f8d028a3a5 Bot auto-update: src/__pycache__/web_dashboard.cpython-310.pyc,src/web_dashboard.py 2026-07-04 14:45:46 +02:00
Marc Blatter b3a681861b Bot auto-update: src/__pycache__/web_dashboard.cpython-310.pyc,src/web_dashboard.py 2026-07-04 14:35:46 +02:00
Marc Blatter 2b0624a04b Bot auto-update: src/__pycache__/web_dashboard.cpython-310.pyc,src/web_dashboard.py 2026-07-04 14:28:27 +02:00
Marc Blatter e67077c093 Bot auto-update: src/__pycache__/main_ml.cpython-310.pyc,src/main_ml.py,src/web_dashboard.py 2026-07-04 14:19:41 +02:00
Marc Blatter b8606906fb ROLLBACK: Remove Middleware chaos, back to simple working Bot+Dashboard 2026-07-04 14:15:48 +02:00
Marc Blatter fc72ebcece Bot auto-update: src/__pycache__/web_dashboard.cpython-310.pyc,src/web_dashboard.py 2026-07-04 14:10:01 +02:00
Marc Blatter 887822efb6 Bot auto-update: src/__pycache__/main_ml.cpython-310.pyc,src/__pycache__/web_dashboard.cpython-310.pyc,src/main_ml.py,src/web_dashboard.py 2026-07-04 14:08:08 +02:00
Marc Blatter 882e5adaaf Bot auto-update: src/__pycache__/main_ml.cpython-310.pyc,src/__pycache__/state_manager.cpython-310.pyc,src/main_ml.py,src/state_manager.py,src/web_dashboard.py 2026-07-04 14:07:22 +02:00
Marc Blatter 4e8d268e35 Bot auto-update: src/__pycache__/state_manager.cpython-310.pyc,src/state_manager.py,src/web_dashboard.py 2026-07-04 14:04:27 +02:00
Marc Blatter 5127e9f5b5 Bot auto-update: src/__pycache__/web_dashboard.cpython-310.pyc,src/web_dashboard.py 2026-07-04 13:48:42 +02:00
Marc Blatter 8eececb04f Bot auto-update: src/__pycache__/web_dashboard.cpython-310.pyc,src/web_dashboard.py 2026-07-04 13:40:29 +02:00
Marc Blatter 4d28faa476 Bot auto-update: src/web_dashboard.py 2026-07-04 13:40:08 +02:00
Marc Blatter 341778987a Bot auto-update: src/web_dashboard.py 2026-07-04 13:39:51 +02:00
Marc Blatter e1c4e15197 Bot auto-update: src/__pycache__/web_dashboard.cpython-310.pyc,src/web_dashboard.py 2026-07-04 13:25:57 +02:00
Marc Blatter 218a253c2c Bot auto-update: src/__pycache__/web_dashboard.cpython-310.pyc,src/web_dashboard.py 2026-07-04 13:25:44 +02:00
Marc Blatter 29663ff13c Bot auto-update: src/__pycache__/web_dashboard.cpython-310.pyc,src/web_dashboard.py 2026-07-04 13:20:35 +02:00
Marc Blatter 2695c6721f Bot auto-update: src/__pycache__/web_dashboard.cpython-310.pyc,src/web_dashboard.py 2026-07-04 13:19:00 +02:00