This commit is contained in:
dsyoon
2023-01-18 01:43:58 +09:00
parent 602cbe2263
commit e30b8294e1

View File

@@ -632,7 +632,7 @@ class DailyStatus (HTS):
# 그래프를 그린다.
if len(data.index) > 10 and max(bsLine['buy'][len(bsLine['buy'])-2:]) > 0:
if len(data.index) > 10 and bsLine['buy'][len(bsLine['buy'])-1] > 0:
self.writeFile(dailyDirName, stock_code, stock_name, today, data, bsLine)
return