This commit is contained in:
dsyoon
2024-03-20 11:46:53 +09:00
parent 716285fed8
commit b24705e211
7 changed files with 1793 additions and 816 deletions

View File

@@ -129,13 +129,6 @@ class StockCrawlerDaily:
analyzerSqlite = AnalyzerSqlite(stockFileName)
print("\n[종목 분석]")
# S: 분석까지 진행
analyzerSqlite.analyzeDaily()
analyzerSqlite.analyzeGrouping("weekly")
analyzerSqlite.analyzeGrouping("monthly")
self.bot.sendMsg("10. analyze...")
print("\n[종목 결정]")
# HTML 출력
outPath = os.path.join(self.PROJECT_HOME, "resources", "analysis")
@@ -154,7 +147,7 @@ class StockCrawlerDaily:
os.mkdir(outPath)
analyzerSqlite.findCandidates(outPath)
self.bot.sendMsg("11. done decision...")
self.bot.sendMsg("10. done decision...")
return