DocsPortfolios, Accounts & Live Trading
Portfolios, Accounts & Live TradingGuide

Portfolios, Accounts & Live Trading

This section covers what you do with a strategy after a single backtest: combining backtests into a Portfolio, wrapping that Portfolio in an Account, and running it forward on paper or live data. It also documents the lifecycle, snapshot, inspection, and ledger machinery around a running account.

Updated Jul 20262 min read

The one mental model

Four things stack, in order: Strategy, Backtest, Portfolio, Account.

A Strategy is the rule set (entry, exit, position design, sizing). It never appears as an object in the app; you express it by filling in the fields of a Backtest. A Backtest applies that Strategy to historical data. A Portfolio combines backtests, each with a percentage allocation of one capital pool. An Account wraps at most one Portfolio, or none, and runs it forward on live data.

Everything above the Account is design and evaluation over history. The Account is where a set of rules starts trading forward in time. The full framing sits on its own page; every other page in this section builds on this hierarchy without re-deriving it.

In this section

Was this page helpful?