diff --git a/src/__pycache__/main_ml.cpython-310.pyc b/src/__pycache__/main_ml.cpython-310.pyc index b47db11..16e8a42 100644 Binary files a/src/__pycache__/main_ml.cpython-310.pyc and b/src/__pycache__/main_ml.cpython-310.pyc differ diff --git a/src/web_dashboard.py b/src/web_dashboard.py index 4c21d3c..9778cfb 100644 --- a/src/web_dashboard.py +++ b/src/web_dashboard.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -"""Trading Bot Dashboard v0.7 (RSI + Bollinger Bands HYBRID) - Auto-load 1-Day chart on page load""" +"""Trading Bot Dashboard v0.7.2 AGGRESSIVE (RSI + Bollinger Bands HYBRID) - 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():
-