This commit is contained in:
윤도상/택배파트
2024-11-01 08:57:22 +09:00
parent 2b596544e7
commit ca3659c3c4

View File

@@ -632,10 +632,10 @@ class Common:
if stock['width'][i+1] < 20 and 20 < stock['width'][i]: if stock['width'][i+1] < 20 and 20 < stock['width'][i]:
check = True check = True
break break
# 볼린저 밴드 %B와 MFI로 매수 시점 # 볼린저 밴드 %B와 MFI로 매수 시점
if 80 < stock['pb'][i+1] and 80 < stock['mfi'][i]: if 80 < stock['pb'][i+1] and 80 < stock['mfi'][i]:
check = True check = True
break
return check return check
# 낙폭 과대 체크 # 낙폭 과대 체크