开始交易
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user