This commit is contained in:
dosangyoon
2021-10-18 00:26:56 +09:00
parent 20268151a5
commit abd4eef56b
2 changed files with 10 additions and 11 deletions

View File

@@ -617,6 +617,9 @@ class HTS_122630:
timecheck[THIS_TIME] = True
if datetime.strptime(GIVEN_DAY + " 151500", '%Y%m%d %H%M%S') < THIS_TIME:
####
# 종가에 그냥 매도한다.
####
# 주문 리스트를 가져온다.
orderList = self.requestOrderList()
# 15:15:00 이후라면 모든 미체결 취소한다.