添加中枢识别在klc和笔

This commit is contained in:
Porter
2026-04-05 11:43:30 +08:00
parent ea317fb6f9
commit 6a6d24f601
9 changed files with 89 additions and 44 deletions
+4
View File
@@ -167,6 +167,10 @@ class Chan_FX_TYPE(Enum):
BB = auto()
PTOP = auto()
PBOTTOM = auto()
class Chan_FX(Enum):
CONTINUATION = auto()
REVERSAL = auto()
UNKNOWN = auto()
class Chan_PRICE_TREND(Enum):
UP = auto()
DOWN = auto()