chanmacro: add web dashboard (Flask + Chart.js, port 8124)

- /api/state: current market state with all factor scores
- /api/history: regime + breadth history for charts
- /api/expectancy: signal expectancy query
- Bootstrap 5 + Chart.js dark theme, Chinese UI
- Factor cards, regime timeline, breadth chart, expectancy table
This commit is contained in:
jackyu66git
2026-06-24 18:25:33 +08:00
parent 50a609f7b9
commit 0ba5b3bd71
4 changed files with 457 additions and 0 deletions
+1
View File
@@ -5,3 +5,4 @@ pydantic>=2.0.0
requests>=2.31.0
python-dotenv>=1.0.0
scipy>=1.10.0
flask>=3.0.0