order flow WIP, chart broken

This commit is contained in:
Dobromir Popov
2025-06-18 13:51:08 +03:00
parent 5bce17a21a
commit e238ce374b
16 changed files with 1768 additions and 1333 deletions

4
.vscode/launch.json vendored
View File

@ -6,7 +6,7 @@
"name": "📊 Enhanced Web Dashboard",
"type": "python",
"request": "launch",
"program": "main_clean.py",
"program": "main.py",
"args": [
"--port",
"8050"
@ -24,7 +24,7 @@
"name": "🔬 System Test & Validation",
"type": "python",
"request": "launch",
"program": "main_clean.py",
"program": "main.py",
"args": [
"--mode",
"test"