This commit is contained in:
dsyoon
2022-12-18 20:18:59 +09:00
parent b2bd144dfc
commit a487ed1391

View File

@@ -454,8 +454,6 @@ class AnalyzerSqlite:
final_status_count = 0
# 거래량이 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:
# 종목 상태 체크 분석