更新macd和signal形态判断

This commit is contained in:
jackyu66git
2025-09-06 01:01:51 +08:00
parent 09cfa56e1d
commit 154462d3f8
5 changed files with 104 additions and 43 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class ChanKLC():
self.strength = klu.strength
self.last_top_klc = None
self.last_bottom_klc = None
self.bb_out = False
self.bb_out = True
self.macd = 0
self.signal = 0
def set_last_top_klu(self, last_top_klc):