更新包含关系
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user