This commit is contained in:
dsyoon
2023-08-26 06:17:17 +09:00
parent 2434e067e2
commit 6f1e496725

View File

@@ -567,7 +567,7 @@ class Common:
# daily_5일선_돌파
def check_5_moving_line(self, stock, type="daily"):
if (stock['close'][1] < stock['avg5'][1] and stock['avg5'][0] < stock['close'][0]):
if stock['volume'][1] * 1.5 < stock['volume'][0]:
if stock['volume'][1] < stock['volume'][0]:
if stock['open'][0] < stock['close'][0]:
return True