This commit is contained in:
Dobromir Popov
2025-07-28 11:44:01 +03:00
parent 7c508ab536
commit 9219b78241
2 changed files with 27 additions and 8 deletions

View File

@ -256,11 +256,12 @@ class DashboardLayoutManager:
return html.Div([
html.Div([
html.Div([
# Chart header with manual trading buttons
# Chart header with manual trading buttons and live price
html.Div([
html.H6([
html.I(className="fas fa-chart-candlestick me-2"),
"Live 1m Price Chart (3h) + 1s Mini Chart (5min) - Updated Every Second"
"Live Price (WebSocket): ",
html.Span(id="current-price", className="ms-2 text-primary", style={"fontWeight": "bold", "fontSize": "1.2em"})
], className="card-title mb-0"),
html.Div([
html.Button([