init
This commit is contained in:
@@ -461,7 +461,7 @@ class AnalyzerSqlite:
|
||||
# 종목 상태 체크 분석
|
||||
|
||||
# Monthly 체크
|
||||
if len(stock_monthly['volume']) > 10:
|
||||
if len(stock_monthly['volume']) > 40:
|
||||
|
||||
# ENV 하단 상향 돌파
|
||||
check = self.common.check_env_lower_rsi(stock_monthly)
|
||||
@@ -478,7 +478,7 @@ class AnalyzerSqlite:
|
||||
self.writeFile(dir_name, CODE, NAME, top, stock_monthly, log)
|
||||
|
||||
# Weekly 체크
|
||||
if len(stock_weekly['volume']) > 20:
|
||||
if len(stock_weekly['volume']) > 40:
|
||||
|
||||
# 5주
|
||||
check = self.common.check_week_5_20(stock_weekly)
|
||||
|
||||
Reference in New Issue
Block a user