💰 Trading Bot
- V7 — Real-time Portfolio
+ V8 — Real-time Portfolio
@@ -335,37 +497,42 @@ tr:hover {{
diff --git a/src/web_dashboard.py b/src/web_dashboard.py index 396ce24..eb9e030 100644 --- a/src/web_dashboard.py +++ b/src/web_dashboard.py @@ -102,222 +102,384 @@ async def root():
- -| Asset | -Free | -Locked | -Total | -USD Value | -
|---|
| Asset | +Free | +Total | +Value | +|
|---|---|---|---|---|
| {asset} | -{data['free']:.6f} | -{data['locked']:.6f} | -{data['total']:.6f} | -${value:.2f} | -{asset} | +{data['free']:.4f} | +{data['total']:.4f} | +${value:.2f} | + ''' html += ''' -