This commit is contained in:
dosangyoon
2021-09-23 03:54:55 +09:00
parent b529d4a261
commit ae19074ebf

View File

@@ -502,8 +502,6 @@ class HTS:
"low": [],
"vol": []}
self.orderToBuy(stock_code, 1, 1)
while datetime.strptime(given_day + " 085900", '%Y%m%d %H%M%S') < datetime.now() < datetime.strptime(given_day + " 151500", '%Y%m%d %H%M%S'):
second = datetime.now().strftime('%Y%m%d %H%M%S')