init
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user