From 6e6c9af51a98ccb34766fe20b12a8858b79e9278 Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Sat, 4 Jul 2026 23:18:34 +0200 Subject: [PATCH] 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 --- src/web_dashboard.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/web_dashboard.py b/src/web_dashboard.py index af13956..a7c3bf1 100644 --- a/src/web_dashboard.py +++ b/src/web_dashboard.py @@ -121,7 +121,7 @@ async def root(): -Trading Bot Dashboard +Trading Bot Dashboard V6