This commit is contained in:
dosangyoon
2022-07-11 22:13:45 +09:00
parent 3d872c7ea7
commit 224624bce3
2 changed files with 36 additions and 38 deletions

View File

@@ -149,9 +149,8 @@ class HTS_122630 (HTS):
timecheck[THIS_TIME] = True
elif datetime.strptime(today + " 151800", '%Y%m%d %H%M%S') < THIS_TIME < datetime.strptime(today + " 152000", '%Y%m%d %H%M%S'):
if final_sell_check:
continue
if not final_sell_check:
####
# 손해 보지 않는 가격에 매도한다.
####

View File

@@ -150,9 +150,8 @@ class HTS_252670 (HTS):
timecheck[THIS_TIME] = True
elif datetime.strptime(today + " 151530", '%Y%m%d %H%M%S') < THIS_TIME < datetime.strptime(today + " 151600", '%Y%m%d %H%M%S'):
if final_sell_check:
continue
if not final_sell_check:
####
# 손해 보지 않는 가격에 매도한다.
####