feat(execution): AccountOrderWorker로 매수·매도 주문 직렬화
전략별 tick/scan 매도 락 대신 계좌 단일 PriorityQueue로 place를 B-full 직렬화한다. 틱매도 only_code 필터와 inflight 중복 enqueue 방지로 REST 폭주를 줄인다. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -833,7 +833,7 @@ class UsMomentumStrategy(MomentumStrategy):
|
||||
self.logger.error("paper holdings sync 실패: %s", e)
|
||||
|
||||
|
||||
def check_sell_signals(self):
|
||||
def check_sell_signals(self, only_code: Optional[str] = None):
|
||||
"""국내 매도 엔진 + 종목별 stock_cfg 오버레이 + 해외 WS 가격."""
|
||||
if not self.holdings:
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user