add more strategies

This commit is contained in:
jackyu66git
2025-07-21 20:31:25 +08:00
parent d75c202975
commit 6907ce7d8c
6 changed files with 379 additions and 69 deletions
+1
View File
@@ -74,6 +74,7 @@ class ChanKLC():
self.bb_out = True
if self.low <= klu.bblow30 and klu.bblow30 > 0:
self.klc_fx_type = Chan_KLC_FX.BOTTOM4
#self.bb_out = True
def cal_indicators(self):
for index in range(1, len(self.klus)):
self.volume += self.klus[index].volume