init
This commit is contained in:
@@ -511,7 +511,7 @@ class Analyzer:
|
||||
isbuy = 1
|
||||
|
||||
# 위치에너지 < 0.4 and 볼린저밴드 < 0.3 이어야 한다.
|
||||
if positionalEnergy < 0.3 or bolingerband_score < 0.3:
|
||||
if positionalEnergy < 0.2 or bolingerband_score < 0.2:
|
||||
isbuy = 2
|
||||
|
||||
# 볼린저밴드 하단에 부딪힌 후 2개의 양봉을 보였으면, 매수한다.
|
||||
|
||||
Reference in New Issue
Block a user