revision, pending fixes

This commit is contained in:
Dobromir Popov
2025-09-26 10:49:45 +03:00
parent 2b09e7fb5a
commit 468a2c2a66
8 changed files with 61 additions and 53 deletions

View File

@@ -190,7 +190,7 @@ def start_web_ui(port=8051):
logger.info("Clean Trading Dashboard created successfully")
logger.info("Features: Live trading, COB visualization, ML pipeline monitoring, Position management")
logger.info("Unified orchestrator with decision-making model and checkpoint management")
logger.info("Unified orchestrator with decision-making model and checkpoint management")
# Run the dashboard server (COB integration will start automatically)
dashboard.run_server(host='127.0.0.1', port=port, debug=False)