Skip to content
DOCUMENTATION / OnePort Live execution
ONEPORT RESEARCH · R1

OnePort Live execution

On this page
R1

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.

ConnectionOwned by the user and revocable at any time
PortfolioProvides full-Portfolio NAV and equity
Trading accountsA distinct Portfolio member for each Strategy account key
Instrument routesDetermine where each order is submitted; signal data may come from another venue

From Paper to Live#

01
Connect OnePortAdd a revocable OnePort OpenAPI credential in Settings. Exchange secrets remain managed by OnePort.
02
Choose Portfolio and accountsSelect the Portfolio, map the Strategy's trading account keys, and confirm the route for every instrument.
03
Review the preflightCheck Portfolio equity, account status, positions, open orders and any required leverage targets before activation.
04
Activate, then startActivation reserves the selected trading accounts but keeps the deployment stopped. Start is a separate confirmation.
05
Monitor and controlUse the dashboard and saved local order IDs to follow orders and fills. Stopping a deployment does not automatically close positions or cancel orders.

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.

ONEPORT RESEARCH · DOCUMENTATION