From b8c4f25a796fc9555eb05451787e185e3ebf695a Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Wed, 29 Jul 2026 10:55:50 +0200 Subject: [PATCH] Dashboard: Revert to v0.5 (Bollinger Bands layout) - Update version to v0.6 --- src/web_dashboard.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/web_dashboard.py b/src/web_dashboard.py index 6516272..8bac185 100644 --- a/src/web_dashboard.py +++ b/src/web_dashboard.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -"""Trading Bot Dashboard v0.6 (RSI + Bollinger Bands HYBRID) - Auto-load 1-Day chart on page load""" +"""Trading Bot Dashboard v0.4 (Dynamic Positioning) - Auto-load 1-Day chart on page load""" import sqlite3 from fastapi import FastAPI from fastapi.responses import HTMLResponse @@ -110,7 +110,7 @@ async def dashboard(): -Trading Bot v0.6 +Trading Bot v0.4