修改了很多,明天继续
This commit is contained in:
+5
-1
@@ -61,7 +61,11 @@ class Chan_FX_TYPE(Enum):
|
||||
BB = auto()
|
||||
PTOP = auto()
|
||||
PBOTTOM = auto()
|
||||
|
||||
class Chan_PRICE_TREND(Enum):
|
||||
UP = auto()
|
||||
DOWN = auto()
|
||||
FLAT = auto()
|
||||
UNKNOWN = auto()
|
||||
class Chan_KLC_FX(Enum):
|
||||
TOP1 = auto()
|
||||
TOP2 = auto()
|
||||
|
||||
Reference in New Issue
Block a user