init
This commit is contained in:
@@ -485,7 +485,8 @@ class HTS_etf(HTS):
|
|||||||
if len(orderListToCancel) > 0:
|
if len(orderListToCancel) > 0:
|
||||||
self.cancelOrderList(orderListToCancel)
|
self.cancelOrderList(orderListToCancel)
|
||||||
"""
|
"""
|
||||||
if (int(THIS_TIME.strftime("%M")) % 50 == 0 or int(THIS_TIME.strftime("%M")) % 20 == 0):
|
|
||||||
|
if ((int(THIS_TIME.strftime("%M")) == 4) and 0 <= int(THIS_TIME.strftime("%S")) <= 59):
|
||||||
#self.bot.alarm_live(stock_code, stock_name)
|
#self.bot.alarm_live(stock_code, stock_name)
|
||||||
vm = psutil.virtual_memory()
|
vm = psutil.virtual_memory()
|
||||||
vm_item = dict()
|
vm_item = dict()
|
||||||
|
|||||||
Reference in New Issue
Block a user