From d6e705240f108aedf6dffc23bfadcfc79fac73fc Mon Sep 17 00:00:00 2001 From: dsyoon Date: Thu, 19 Oct 2023 21:22:37 +0900 Subject: [PATCH] init --- HTS_etf_122630.py | 2 +- HTS_etf_233740.py | 2 +- HTS_etf_251340.py | 2 +- HTS_etf_252670.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HTS_etf_122630.py b/HTS_etf_122630.py index cdb0d11..30898ce 100644 --- a/HTS_etf_122630.py +++ b/HTS_etf_122630.py @@ -172,7 +172,7 @@ class HTS_etf(HTS): # 미체결 기록을 가져와서 10분 이상 된 매수 주문을 취소 한다. ORDER_LIST = self.requestOrderList() - orderListToCancel = self.orderChecker.cancel(today, "A" + self.stock_code, ORDER_LIST, mins=30) + orderListToCancel = self.orderChecker.cancel(today, "A" + self.stock_code, ORDER_LIST, mins=10) if len(orderListToCancel) > 0: self.cancelOrderList(orderListToCancel) diff --git a/HTS_etf_233740.py b/HTS_etf_233740.py index 30a4b91..25e9a98 100644 --- a/HTS_etf_233740.py +++ b/HTS_etf_233740.py @@ -172,7 +172,7 @@ class HTS_etf(HTS): # 미체결 기록을 가져와서 10분 이상 된 매수 주문을 취소 한다. ORDER_LIST = self.requestOrderList() - orderListToCancel = self.orderChecker.cancel(today, "A" + self.stock_code, ORDER_LIST, mins=30) + orderListToCancel = self.orderChecker.cancel(today, "A" + self.stock_code, ORDER_LIST, mins=10) if len(orderListToCancel) > 0: self.cancelOrderList(orderListToCancel) diff --git a/HTS_etf_251340.py b/HTS_etf_251340.py index a838d52..d81645a 100644 --- a/HTS_etf_251340.py +++ b/HTS_etf_251340.py @@ -172,7 +172,7 @@ class HTS_etf(HTS): # 미체결 기록을 가져와서 10분 이상 된 매수 주문을 취소 한다. ORDER_LIST = self.requestOrderList() - orderListToCancel = self.orderChecker.cancel(today, "A" + self.stock_code, ORDER_LIST, mins=30) + orderListToCancel = self.orderChecker.cancel(today, "A" + self.stock_code, ORDER_LIST, mins=10) if len(orderListToCancel) > 0: self.cancelOrderList(orderListToCancel) diff --git a/HTS_etf_252670.py b/HTS_etf_252670.py index 44e7c92..9202f66 100644 --- a/HTS_etf_252670.py +++ b/HTS_etf_252670.py @@ -173,7 +173,7 @@ class HTS_etf(HTS): # 미체결 기록을 가져와서 10분 이상 된 매수 주문을 취소 한다. ORDER_LIST = self.requestOrderList() - orderListToCancel = self.orderChecker.cancel(today, "A" + self.stock_code, ORDER_LIST, mins=30) + orderListToCancel = self.orderChecker.cancel(today, "A" + self.stock_code, ORDER_LIST, mins=10) if len(orderListToCancel) > 0: self.cancelOrderList(orderListToCancel)