添加中枢识别在klc和笔
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user