开始交易

This commit is contained in:
Porter
2025-08-20 10:53:59 +08:00
parent 29e98d6eed
commit 81e91a0a0d
5 changed files with 11 additions and 7 deletions
+4
View File
@@ -96,10 +96,14 @@ class ChanLun():
klc_index += 1
if klc.klc_fx_type == Chan_KLC_FX.TOP4:
state_list.append("10")
elif klc.klc_fx_type == Chan_KLC_FX.TOP5:
state_list.append("20")
#print(klc.start_time, klc.end_time, klc.klc_fx_type)
elif klc.klc_fx_type == Chan_KLC_FX.BOTTOM4:
state_list.append("-10")
#print(klc.start_time, klc.end_time, klc.klc_fx_type)
elif klc.klc_fx_type == Chan_KLC_FX.BOTTOM5:
state_list.append("-20")
else:
state_list.append("00")
else: