添加笔中枢,删除了很多没有用的方法
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user