init
This commit is contained in:
@@ -597,7 +597,7 @@ class HTS:
|
||||
print("BUY", THIS_TIME, BUY_COUNT, bs_buy_price)
|
||||
|
||||
if bs_sell_price > 0:
|
||||
# 매도 주문을 기록한다.
|
||||
# 매도 주문을 기록을 가져온다.
|
||||
orderListToCancel = orderChecker.remove(OrderType.sell, ORDER_LIST)
|
||||
# 매도 미체결을 모두 취소한다.
|
||||
self.cancelOrderList(orderListToCancel)
|
||||
|
||||
Reference in New Issue
Block a user