OnePort Live execution
On this page
OnePort Live execution
Execution model#
Live starts from a frozen Paper deployment, so the same Strategy, parameters, account keys and instrument routes carry forward. The signal source does not have to match the execution venue: a Strategy may use market data from venue A and place an order through a mapped account on venue B.
OnePort OpenAPI's official symbol and product type determine the executable instrument. Order, fill and position quantities are used directly as coin quantities without a second contract-size conversion inside OPR. The Strategy receives one consistent order result across Backtest, Paper and Live and can save local_order_id for later status or cancel requests.
The preparation page shows the products currently eligible for new orders. SPOT and supported linear perpetual routes can be activated; instruments or product types not shown there cannot be added to that deployment.
Portfolio and account permissions#
A OnePort connection only exposes Portfolios and accounts available to that credential. Select one Portfolio as the source of authoritative NAV and equity, then map every Strategy account key to a distinct current member account.
The Strategy may trade only a subset of the Portfolio's accounts. Unselected members stay read-only and still contribute to the Portfolio's NAV and equity. If more than one selected account can trade the same venue, choose the account for each instrument explicitly.
| Connection | Owned by the user and revocable at any time |
| Portfolio | Provides full-Portfolio NAV and equity |
| Trading accounts | A distinct Portfolio member for each Strategy account key |
| Instrument routes | Determine where each order is submitted; signal data may come from another venue |
From Paper to Live#
Live NAV, equity and capital flows come from the selected OnePort Portfolio and therefore include every Portfolio member, including read-only accounts. Account balances, positions, orders and fills come from their corresponding OnePort account responses.
When OnePort does not provide a value, the dashboard shows it as unavailable instead of replacing it with zero or a local estimate. A temporary Portfolio-performance delay does not erase fresh account and order information.