添加布林带显示
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user