This commit is contained in:
dosang.yoon
2022-07-10 16:08:41 +09:00
parent 5ce3be27ba
commit a8df692285

View File

@@ -509,8 +509,6 @@ class BuySellChecker:
sell = int((data["open"][i] + data["close"][i]) / 2)
return sell, weight
if data.index[i].strftime("%H:%M") == "10:55":
print (1)
# 3분 선이 15분 전부터 게속 5분선 위에 있다가 아래로 내려오면 매도함
if data["avg3"][i] <= data["avg5"][i]:
valid = True