This commit is contained in:
dsyoon
2023-02-12 23:34:11 +09:00
parent 07e816aeb8
commit 147951f07c
2 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ class HTS_etf (HTS):
if datetime.strptime(today + " 090000", '%Y%m%d %H%M%S') < THIS_TIME < datetime.strptime(today + " 151500", '%Y%m%d %H%M%S'):
# 매도를 체크한다.
###self.sellStocks()
self.sellStocks()
for stock in stocks: