This commit is contained in:
dosangyoon
2022-02-18 02:28:38 +09:00
parent dbc532e133
commit 3f241cc121

View File

@@ -641,7 +641,7 @@ class AnalyzerSqlite:
self.writeFile(type, CODE, NAME, stock, state)
# 1_거래량 5배 이상
if len(volume)>2 and volume[0] > volume[1]*5:
if len(volume)>2 and volume[0] > volume[1]*10:
type = "참고_1_거래량 10배 이상"
self.writeFile(type, CODE, NAME, stock, state)