init
This commit is contained in:
@@ -729,6 +729,8 @@ class Common:
|
|||||||
# 어제의 저가는 선행 1과 2 사이에 있었는데, 오늘은 선행 1과 2 위로 올라왔다.
|
# 어제의 저가는 선행 1과 2 사이에 있었는데, 오늘은 선행 1과 2 위로 올라왔다.
|
||||||
|
|
||||||
check_buy = False
|
check_buy = False
|
||||||
|
if stock_daily['close'][0] < stock_daily['open'][0]:
|
||||||
|
return check_buy
|
||||||
|
|
||||||
for c in range(0, 4):
|
for c in range(0, 4):
|
||||||
if stock_daily['ichimokucloud_leadingSpan1'][c] is None or stock_daily['ichimokucloud_leadingSpan2'][c] is None:
|
if stock_daily['ichimokucloud_leadingSpan1'][c] is None or stock_daily['ichimokucloud_leadingSpan2'][c] is None:
|
||||||
|
|||||||
Reference in New Issue
Block a user