This commit is contained in:
dosangyoon
2022-02-18 02:17:00 +09:00
parent 0037550f7a
commit b2736a9f12

View File

@@ -697,7 +697,8 @@ class AnalyzerSqlite:
type = "1_거래량_상승" type = "1_거래량_상승"
self.writeFile(type, CODE, NAME, stock, state) self.writeFile(type, CODE, NAME, stock, state)
if (len(close) > covid_low_ymd_index and close[0] < close[covid_low_ymd_index]*1.1): if (len(close) > covid_low_ymd_index and
close[0] > close[covid_low_ymd_index]*0.8 and close[0] < close[covid_low_ymd_index]*1.1):
type = "1_코로나_근접" type = "1_코로나_근접"
self.writeFile(type, CODE, NAME, stock, state) self.writeFile(type, CODE, NAME, stock, state)