This commit is contained in:
dsyoon
2023-01-24 20:42:30 +09:00
parent 74365b7d37
commit cdd2adfd31
3 changed files with 42 additions and 206 deletions

View File

@@ -141,6 +141,7 @@ class HTS_DAILY (HTS):
if bsLine['sell'][last_index] > 0:
bs_sell_price = bsLine['sell'][last_index]
orderNum = self.getSellingPrice(THIS_TIME, self.stock_code, bs_sell_price)
self.orderChecker.delete(today, stock_code)
# 로그 출력
print("SELL", THIS_TIME.strftime('%Y%m%d %H%M%S'), orderNum, stock_code, stock_name, bs_sell_price)