Change some thing

This commit is contained in:
jackyu66git
2025-06-19 18:39:02 +08:00
parent da5eb8dc18
commit 6e1c335d28
8 changed files with 90 additions and 5 deletions
+1
View File
@@ -30,6 +30,7 @@ class ChanBI():
self.macd_div = 0.0
else:
self.macd_div = self.macd_hist / self.pre.pre.macd_hist
#print(self.start_time, self.end_time, self.macd_hist, self.pre.pre.macd_hist, self.macd_div)
def cal_macdhist(self):
self.macd_hist = 0
for klc in self.klc_list: