对齐交易量和MACD图

This commit is contained in:
jackyu66git
2025-05-30 17:59:07 +08:00
parent 843534a039
commit db071831ec
6 changed files with 524 additions and 280 deletions
+1
View File
@@ -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):