This commit is contained in:
dsyoon
2023-01-23 22:11:32 +09:00
parent ea51a9547d
commit 49c0d8bcb7

View File

@@ -495,7 +495,7 @@ class AnalyzerSqlite:
# 2) daily # 2) daily
if len(stock_daily['volume']) > 50: if len(stock_daily['volume']) > 100:
# 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: