This commit is contained in:
dsyoon
2024-11-16 14:51:12 +09:00
parent a9ffc0ebbb
commit 32001651ae

View File

@@ -748,6 +748,8 @@ class Common:
):
check_buy = True
break
if stock_daily['close'][(c)] < stock_daily['ichimokucloud_leadingSpan2'][c]:
check_buy = False
break
return check_buy