10 lines
274 B
Python
10 lines
274 B
Python
"""
|
|
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"
|