init
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user