添加高位空判断top,bottom

This commit is contained in:
Porter
2025-09-16 04:36:05 +08:00
parent 3594d59a92
commit 1a70bc294d
2 changed files with 11 additions and 1 deletions
+2
View File
@@ -68,11 +68,13 @@ class Chan_KLC_FX(Enum):
TOP3 = auto()
TOP4 = auto()
TOP5 = auto()
TOP6 = auto()
BOTTOM1 = auto()
BOTTOM2 = auto()
BOTTOM3 = auto()
BOTTOM4 = auto()
BOTTOM5 = auto()
BOTTOM6 = auto()
UNKNOWN = auto()
# 统一的MACD状态枚举,包含所有可能的状态
class Chan_MACD_STATE(Enum):