This commit is contained in:
dsyoon
2024-10-16 23:20:40 +09:00
parent a71121250b
commit 75e194c06f

View File

@@ -715,4 +715,7 @@ class Common:
if stock_daily['avg20'][0] < stock_daily['avg5'][0] < stock_daily['avg40'][0]:
return True
if stock_daily['avg5'][1] < stock_daily['avg20'][1] and stock_daily['avg20'][0] < stock_daily['avg5'][1]:
return True
return False