diff --git a/stock/analysis/AnalyzerSqlite.py b/stock/analysis/AnalyzerSqlite.py index 18252f1..dca6373 100644 --- a/stock/analysis/AnalyzerSqlite.py +++ b/stock/analysis/AnalyzerSqlite.py @@ -477,6 +477,13 @@ class AnalyzerSqlite: log = "RSI_" + "{:.2f}".format(stock_monthly['rsi'][0]) self.writeFile(dir_name, CODE, NAME, top, stock_monthly, log) + # 5개월 20개월 선 + check = self.common.check_mv_5_20(stock_monthly) + if check: + dir_name = "monthly_mv_5_20" + log = "RSI_" + "{:.2f}".format(stock_monthly['rsi'][0]) + self.writeFile(dir_name, CODE, NAME, top, stock_monthly, log) + # 20개월 60개월 선 check = self.common.check_mv_20_60(stock_monthly) if check: