init
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user