Add to strategy

This commit is contained in:
jackyu66git
2025-06-13 02:00:38 +08:00
parent b4ded5d7d2
commit 20a633910d
4 changed files with 56 additions and 27 deletions
+2 -2
View File
@@ -156,8 +156,8 @@ class ChanLun():
else:
fx_list.append(0)
klc_strength_list.append(klc.cal_fx_strength(2))
#if klc.klc_fx_type != Chan_KLC_FX.UNKNOWN and klc.cal_fx_strength() > 1:
#print(klc.start_time, klc.end_time, klc.cal_fx_strength(), klc.klc_fx_type, fx_list[-1], klc_strength_list[-1])
if klc.klc_fx_type != Chan_KLC_FX.UNKNOWN and klc.cal_fx_strength() > 1:
print(klc.start_time, klc.end_time, klc.cal_fx_strength(), klc.klc_fx_type, fx_list[-1], klc_strength_list[-1])
else:
klc_strength_list.append(0)
fx_list.append(0)