This commit is contained in:
dsyoon
2024-01-30 20:20:31 +09:00
parent 4c7b4c6e3e
commit b2d61d020c

View File

@@ -620,7 +620,7 @@ class Common:
if len(stock['trend']) < 1:
return check
if (stock['avg60'][0] < stock['avg20'][0] and stock['avg5'][0]) and (stock['avg60'][0] < stock['avg20'][0] and stock['avg5'][0]):
if not (stock['avg60'][1] < stock['avg20'][1] and stock['avg5'][1]) and (stock['avg60'][0] < stock['avg20'][0] and stock['avg5'][0]):
if stock['upper'][0] < stock['avg5'][0]:
check = True