This commit is contained in:
dsyoon
2022-05-20 19:45:46 +09:00
parent 8da4ed920c
commit b199d683de
2 changed files with 8 additions and 12 deletions

View File

@@ -207,7 +207,7 @@ class BuySellChecker:
##########################
if i < 40:
if data["low"][i] < data["lower"][i]+5:
if data["slow_k"][i-1] < 40 and data["slow_k"][i] < 45:
if data["slow_k"][i-1] < 50 and data["slow_k"][i] < 55:
if data["slow_k"][i-1] < data["slow_d"][i-1] and data["slow_d"][i] < data["slow_k"][i] and data["slow_k"][i-1] < data["slow_k"][i]:
buy = data["low"][i]
else: