This commit is contained in:
dosangyoon
2021-09-22 21:21:14 +09:00
parent 32bbfd31e2
commit b3e1f4cf9c

View File

@@ -287,7 +287,7 @@ class HTS:
#print("날짜", "시간", "시가", "고가", "저가", "종가", "거래량")
start_time = datetime.strptime(day + " 090000", '%Y%m%d %H%M%S')
for i in range(size-1, -1, -1):
for i in range(size):
time = datetime.strptime(day+" "+str(objStockChart.GetDataValue(1, i)), '%Y%m%d %H%M%S')
if time < start_time:
continue