init
This commit is contained in:
@@ -495,7 +495,7 @@ class AnalyzerSqlite:
|
||||
|
||||
|
||||
# 2) daily
|
||||
if len(stock_daily['volume']) > 50:
|
||||
if len(stock_daily['volume']) > 100:
|
||||
# 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'][0] <= -1000:
|
||||
|
||||
Reference in New Issue
Block a user