This commit is contained in:
dsyoon
2024-02-02 02:01:44 +09:00
parent ef764cd023
commit 7507060395

View File

@@ -622,6 +622,7 @@ class Common:
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]:
if stock['rsi'][1] < stock['rsi'][0]:
check = True
return check