Add Continue Div and Cross Div

This commit is contained in:
jackyu66git
2025-09-04 19:52:01 +08:00
parent 5c0ad516a3
commit 164db4ab51
8 changed files with 318 additions and 143 deletions
+3 -1
View File
@@ -96,7 +96,9 @@ class Chan_MACD_STATE(Enum):
RETURN_ZERO = auto() # 归零轴:能量柱呈现一根比一根短的排列方式
RZ_UP = auto() # 归零轴后的零轴上涨
RZ_DOWN = auto() # 归零轴后的零轴下跌
UP = auto() # 穿零轴后向上
DOWN = auto() # 穿零轴后向下
PEAK = auto() # 峰值:MACD白线处于高位
# 基础状态
UNKNOWN = auto() # 未知
START = auto() # 开始