init
This commit is contained in:
@@ -454,8 +454,6 @@ class AnalyzerSqlite:
|
|||||||
final_status_count = 0
|
final_status_count = 0
|
||||||
|
|
||||||
# 거래량이 100만 이상이고, 종가가 1천원 이상인지 체크 (https://happpy-rich.tistory.com/94)
|
# 거래량이 100만 이상이고, 종가가 1천원 이상인지 체크 (https://happpy-rich.tistory.com/94)
|
||||||
if CODE == '102950':
|
|
||||||
print (1)
|
|
||||||
if stock_weekly['volume'][0] > 100000 and stock_weekly['close'][0] > 1000:
|
if stock_weekly['volume'][0] > 100000 and stock_weekly['close'][0] > 1000:
|
||||||
|
|
||||||
# 종목 상태 체크 분석
|
# 종목 상태 체크 분석
|
||||||
|
|||||||
Reference in New Issue
Block a user