This commit is contained in:
dsyoon
2023-04-16 10:52:13 +09:00
parent c37e26673c
commit cd207e2068
2 changed files with 20 additions and 24 deletions

View File

@@ -540,11 +540,11 @@ class AnalyzerSqlite:
self.writeFile(dir_name, CODE, NAME, top, stock_daily, log)
# daily_낙폭과대 (60% 이상 하락)
check = self.common.check_excessive_drop(stock_daily)
check, log = self.common.check_excessive_drop(stock_daily)
if check:
dir_name = "daily_낙폭과대"
final_status_count += 1
log = str(top)
log = log + "_" + str(top)
self.writeFile(dir_name, CODE, NAME, top, stock_daily, log)
# daily_EV하단_내려옴