修改了很多,明天继续

This commit is contained in:
jackyu66git
2025-09-25 02:18:21 +08:00
parent daa8c25c91
commit 68e9c38922
6 changed files with 682 additions and 3612 deletions
+5 -1
View File
@@ -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()