This commit is contained in:
dsyoon
2021-09-04 13:42:51 +09:00
parent 4cdcb62dcf
commit 5ef4aca07c
2 changed files with 10 additions and 4 deletions

View File

@@ -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개의 양봉을 보였으면, 매수한다.