This commit is contained in:
dsyoon
2023-01-23 22:10:46 +09:00
parent fcf4169ef5
commit ea51a9547d

View File

@@ -495,7 +495,7 @@ class AnalyzerSqlite:
# 2) daily # 2) daily
if len(stock_daily['volume']) > 5: if len(stock_daily['volume']) > 50:
# MSCD -500 이하인 경우 # MSCD -500 이하인 경우
if stock_daily['macd'][1] is not None and stock_daily['macds'][1] is not None and stock_daily['macd'][0] is not None and stock_daily['macds'][0] is not None: if stock_daily['macd'][1] is not None and stock_daily['macds'][1] is not None and stock_daily['macd'][0] is not None and stock_daily['macds'][0] is not None:
if stock_daily['macd'][0] <= -1000: if stock_daily['macd'][0] <= -1000: