complete histset recognition

This commit is contained in:
jackyu66git
2025-08-30 01:43:45 +08:00
parent bfbf1781ec
commit 684c035eff
3 changed files with 13 additions and 4 deletions
+5 -1
View File
@@ -38,4 +38,8 @@ class ChanMACDUnitTF():
self.add_klu(end_klu)
self.end_type = end_type
self.end_klu = end_klu
self.end_time = end_klu.time
self.end_time = end_klu.time
if self.peak_klu:
print(self.start_klu.time, self.peak_klu.time)
else:
print("None", len(self.histset_list))