init
This commit is contained in:
@@ -631,7 +631,7 @@ class AnalyzerSqlite:
|
|||||||
|
|
||||||
if len(stock_daily['volume']) > 5:
|
if len(stock_daily['volume']) > 5:
|
||||||
# BB 하단에 부딪힘
|
# 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:
|
if stock_daily['envelope_lower'][c_index+1] is None:
|
||||||
break
|
break
|
||||||
if stock_daily['close'][c_index] <= (stock_daily['envelope_lower'][c_index+1]):
|
if stock_daily['close'][c_index] <= (stock_daily['envelope_lower'][c_index+1]):
|
||||||
|
|||||||
Reference in New Issue
Block a user