init
This commit is contained in:
@@ -445,12 +445,14 @@ class AnalyzerSqlite:
|
||||
self.makeDir("monthly_mv_5_20")
|
||||
self.makeDir("monthly_mv_20_60")
|
||||
self.makeDir("monthly_BB하단_내려옴")
|
||||
self.makeDir("monthly_5월선_돌파")
|
||||
|
||||
#self.makeDir("weekly_env_상단_volume")
|
||||
#self.makeDir("weekly_mv_5_20")
|
||||
#self.makeDir("weekly_mv_20_60")
|
||||
self.makeDir("weekly_이격도")
|
||||
self.makeDir("weekly_BB하단_내려옴")
|
||||
self.makeDir("weekly_5주선_돌파")
|
||||
|
||||
#self.makeDir("daily_env_상단_volume")
|
||||
self.makeDir("daily_이전에_없던_거래량")
|
||||
@@ -543,6 +545,14 @@ class AnalyzerSqlite:
|
||||
log = "BB_" + str(top)
|
||||
self.writeFile(dir_name, CODE, NAME, top, stock_monthly, log)
|
||||
|
||||
# weekly_5주선_돌파
|
||||
check = self.common.check_5_moving_line(stock_monthly, 'monthly')
|
||||
if check:
|
||||
dir_name = "monthly_5월선_돌파"
|
||||
log = "5월선돌파_"
|
||||
self.writeFile(dir_name, CODE, NAME, top, stock_monthly, log)
|
||||
|
||||
|
||||
|
||||
# Weekly 체크
|
||||
if len(stock_weekly['volume']) > 40:
|
||||
@@ -585,6 +595,14 @@ class AnalyzerSqlite:
|
||||
log = "BB_" + str(top)
|
||||
self.writeFile(dir_name, CODE, NAME, top, stock_weekly, log)
|
||||
|
||||
# weekly_5주선_돌파
|
||||
check = self.common.check_5_moving_line(stock_weekly, 'wekkly')
|
||||
if check:
|
||||
dir_name = "weekly_5주선_돌파"
|
||||
log = "5주선돌파_"
|
||||
self.writeFile(dir_name, CODE, NAME, top, stock_weekly, log)
|
||||
|
||||
|
||||
|
||||
|
||||
# 2) daily
|
||||
|
||||
Reference in New Issue
Block a user