This commit is contained in:
dosangyoon
2022-08-17 16:14:45 +09:00
parent c0111f9d3b
commit 517196141e
2 changed files with 16 additions and 6 deletions

View File

@@ -296,8 +296,9 @@ class LabelChecker (HTS):
if labels[i] == 2:
bsLine['buy'][i] = lows[i]
#self.draw_simple(stock_code, ymd, data, bsLine)
self.draw_detail(stock_code, ymd, data, bsLine)
if outFp is None:
#self.draw_simple(stock_code, ymd, data, bsLine)
self.draw_detail(stock_code, ymd, data, bsLine)
return
def getDate(self, stock_code):