添加笔中枢,删除了很多没有用的方法

This commit is contained in:
jackyu66git
2025-10-24 23:31:43 +08:00
parent cb621c3d87
commit dce2099ba1
9 changed files with 519 additions and 1266 deletions
+1
View File
@@ -48,6 +48,7 @@ class ChanKLC():
self.ema52 = klu.ema52
self.ema24 = klu.ema24
self.trend = Chan_PRICE_TREND.UNKNOWN
self.exception = klu.exception
def set_trend(self, trend):
self.trend = trend
def to_string(self):