添加布林带显示

This commit is contained in:
jackyu66git
2025-07-07 01:15:49 +08:00
parent a56052e768
commit 9a68aa1913
4 changed files with 1080 additions and 118 deletions
+2 -2
View File
@@ -106,10 +106,10 @@ class ChanLun():
klc_index += 1
if klc.klc_fx_type == Chan_KLC_FX.TOP3:
state_list.append("10")
print(klc.start_time, klc.end_time, klc.klc_fx_type)
#print(klc.start_time, klc.end_time, klc.klc_fx_type)
elif klc.klc_fx_type == Chan_KLC_FX.BOTTOM3:
state_list.append("-10")
print(klc.start_time, klc.end_time, klc.klc_fx_type)
#print(klc.start_time, klc.end_time, klc.klc_fx_type)
else:
state_list.append("00")
else: