更新包含关系

This commit is contained in:
jackyu66git
2025-11-18 02:52:54 +08:00
parent d61cbbec21
commit 6383f19004
3 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class ChanMACD():
sd = klu.separate_div
if sd > 1 and ((hist > 0 and hist < 200) or (hist < 0 and hist > -200)):
sd_list.append(klu.time)
print(klu.time, sd)
#print(klu.time, sd)
return sd_list
def cal_macd_state(self):
last_seg = None