This commit is contained in:
dsyoon
2024-02-12 21:41:34 +09:00
parent 2b9f44b2fe
commit 586e550a01
2 changed files with 7 additions and 66 deletions

View File

@@ -583,13 +583,6 @@ class AnalyzerSqlite:
dir_name = "daily_final_candidate"
log = str(count) + "_" + dir_name + "_"
self.writeFile(dir_name, CODE, NAME, top, stock_daily, log)
check = self.common.buy_stock_candidate(param, stock_daily)
if check:
count += 1
dir_name = "daily_bol_candidate"
log = str(count) + "_" + dir_name + "_"
self.writeFile(dir_name, CODE, NAME, top, stock_daily, log)
return
def get_moving_average(self, stock):