Order-book context
Uses available bid, ask, spread, and depth evidence when evaluating execution.
Execution-aware order control
Execution logic that considers target price, available market depth, exchange rules, and measured friction before placing an order.
AvailableSmartLimit is designed to improve the transition from a trading decision to an executable order. It keeps exchange-specific increments, minimums, liquidity, and price quality in view so the Box can pursue the intended action without treating every market as identical.
What it contributes
Uses available bid, ask, spread, and depth evidence when evaluating execution.
Respects product increments, minimum quantities, and venue-specific constraints.
Keeps execution decisions within configured tolerance and risk boundaries.
How it works
Confirm that the product and order size are supported by the exchange.
Evaluate current price quality, depth, and likely execution friction.
Construct an exchange-compatible order from the Box.
Reconcile fills and fees into the recorded order and holding outcome.
Controls and boundaries