This commit is contained in:
dsyoon
2024-02-02 02:16:12 +09:00
parent 5e1e07c2bd
commit 180fe8aa0c

View File

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