feat: add web dashboard for BTC ML optimizer

FastAPI dashboard on port 3088 with live iteration tracking,
Sharpe ratio chart, LLM analysis panel, config editor, and
download links. Orchestrator refactored to support library
usage with run_optimization_loop(), stop_flag, and callbacks.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
BizzleBot
2026-03-19 21:36:29 +00:00
co-authored by Claude Opus 4.6
parent 8ff35c1a86
commit f13e1679cd
3 changed files with 665 additions and 0 deletions
+2
View File
@@ -1,2 +1,4 @@
ccxt
requests
fastapi
uvicorn