init
This commit is contained in:
@@ -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)
|
self.writeFile(dailyDirName, stock_code, stock_name, today, data, bsLine)
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user