feat: 新增 ChanMacro 宏观 regime 检测模块

This commit is contained in:
jackyu66git
2026-08-20 16:03:25 +08:00
parent 340676bfbd
commit 29cff47f98
48 changed files with 5846 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
"""
ChanMacro — Crypto Market Memory System (Signal Expectancy Engine).
V1: 4 factors (Price Structure, Breadth, OI State, Volatility Regime)
3 regimes (TREND / RANGE / PANIC)
Factor-locked: Regime = f(Price, Breadth, Vol) — forever.
"""
__version__ = "1.0.0"