This commit is contained in:
dsyoon
2024-02-04 00:47:31 +09:00
parent 703ea6917c
commit 97969e87c8

View File

@@ -624,8 +624,7 @@ class Common:
return check return check
if not (stock['avg60'][1] < stock['avg20'][1] and stock['avg5'][1]) 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
check = True
return check return check