folder stricture reorganize

This commit is contained in:
Dobromir Popov
2025-06-25 11:42:12 +03:00
parent 61b31a3089
commit 03fa28a12d
127 changed files with 3108 additions and 1774 deletions

34
.vscode/launch.json vendored
View File

@ -110,6 +110,28 @@
"COB_ETH_BUCKET_SIZE": "1"
},
"preLaunchTask": "Kill Stale Processes"
},
{
"name": "🧹 Clean Trading Dashboard (Universal Data Stream)",
"type": "python",
"request": "launch",
"program": "run_clean_dashboard.py",
"console": "integratedTerminal",
"justMyCode": false,
"env": {
"PYTHONUNBUFFERED": "1",
"CUDA_VISIBLE_DEVICES": "0",
"ENABLE_UNIVERSAL_DATA_STREAM": "1",
"ENABLE_NN_DECISION_FUSION": "1",
"ENABLE_COB_INTEGRATION": "1",
"DASHBOARD_PORT": "8051"
},
"preLaunchTask": "Kill Stale Processes",
"presentation": {
"hidden": false,
"group": "Universal Data Stream",
"order": 1
}
}
],
@ -180,6 +202,18 @@
"group": "COB Trading",
"order": 5
}
},
{
"name": "🧹 Clean Dashboard + Universal Data Stream Monitor",
"configurations": [
"🧹 Clean Trading Dashboard (Universal Data Stream)"
],
"stopAll": true,
"presentation": {
"hidden": false,
"group": "Universal Data Stream",
"order": 2
}
}
]
}