diff --git a/hts/HTS.py b/hts/HTS.py index 4da96ed..b7474a7 100644 --- a/hts/HTS.py +++ b/hts/HTS.py @@ -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)