This commit is contained in:
dosangyoon
2022-02-18 00:41:30 +09:00
parent 6a4e443663
commit 5d7884eab6
2 changed files with 22 additions and 20 deletions

View File

@@ -447,7 +447,8 @@ class Common:
if len(stock['close']) > 2:
if (not (stock["avg120"][1] < stock["avg60"][1] < stock["avg20"][1] < stock["avg5"][1] < stock["close"][1]) and
stock["avg120"][0] < stock["avg60"][0] < stock["avg20"][0] < stock["avg5"][0] < stock["close"][0]):
return "arrange_"
if stock["avg5"][1] < stock["avg5"][0]:
return "arrange_"
return ""
def checkHigherUmbong(self, stock):