init
This commit is contained in:
@@ -564,6 +564,13 @@ class Common:
|
||||
|
||||
return False
|
||||
|
||||
# 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]):
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
# 낙폭 과대 체크
|
||||
def check_excessive_drop(self, stock):
|
||||
c_index = 200
|
||||
|
||||
Reference in New Issue
Block a user