This commit is contained in:
dsyoon
2023-01-19 22:39:19 +09:00
parent fb9b182a94
commit 89b8f2a323

View File

@@ -631,7 +631,7 @@ class AnalyzerSqlite:
if len(stock_daily['volume']) > 5:
# BB 하단에 부딪힘
for c_index in range(1, 5):
for c_index in range(1, 3):
if stock_daily['envelope_lower'][c_index+1] is None:
break
if stock_daily['close'][c_index] <= (stock_daily['envelope_lower'][c_index+1]):