对齐交易量和MACD图
This commit is contained in:
@@ -54,6 +54,7 @@ class ChanKLC():
|
||||
for klu in self.klus:
|
||||
klu.update_realtime_analysis()
|
||||
if klu.fx_type == self.fx and klu.fx_strength > 1.8:
|
||||
#print(klu.time, klu.fx_type, klu.fx_strength)
|
||||
return True
|
||||
return False
|
||||
def set_next(self, klc):
|
||||
|
||||
Reference in New Issue
Block a user