← Back to Documentation

Getting Started

Start with Portfolio Backtest. Run a simple historical portfolio comparison, then move to tax-aware analysis, signal research, Strategy Builder, or Monte Carlo if the question requires it.

Core Terms

TermMeaningExample
TickerA market series used in analysis, backtests, or signals.SPY, AGG, GLD, VTI
StrategyRules that determine what an allocation holds.Buy SPY, or switch between SPY and SHY
AllocationA weighted part of a portfolio that runs one strategy.60% equities, 40% bonds
PortfolioOne or more allocations plus optional cashflows and rebalance settings.An 80/20 portfolio with monthly rebalancing

Run A First Backtest

The fastest first run is a simple two-asset portfolio in Portfolio Backtest.

  1. Set the portfolio to 80% SPY and 20% AGG.
  2. Set Price Mode to Total Return.
  3. Set a long date range, such as 2010-01-04 through 2025-12-31.
  4. Enable monthly portfolio rebalancing.
  5. Run the backtest and review the equity curve, drawdown chart, and metric table.

This gives you one complete run with explicit assumptions. Change one input at a time after that.

Change These Inputs First

InputWhat It Changes
Date rangeThe historical sample used in the run.
Price modeWhether returns use total-return or raw-price series.
WeightsThe target split across assets or strategies.
RebalancingWhen weights are restored to target.
CashflowsContributions or withdrawals applied during the run.
Tax-aware engineAfter-tax results, tax drag, lot handling, and annual settlement.

Read The First Result

  • Equity curve: cumulative portfolio value through time.
  • Drawdown chart: peak-to-trough loss through time.
  • CAGR: annualized growth rate for the full period.
  • Volatility and Sharpe ratio: how variable returns were and how much return was delivered per unit of volatility.
  • Maximum drawdown: the deepest historical loss from a prior peak.

A different date range, price mode, rebalance rule, tax profile, or cashflow schedule is a different experiment.

Save Analyses And Library Items

TypeWhat It StoresUse It For
AnalysisTool inputs, result snapshot, and reopen state for one run.Reopen, compare, or branch a prior run.
Library itemA reusable object such as a Library portfolio, Library strategy, or Library signal.Load the same object into new work.

Use Workspace to manage analyses and library items.

Choose The Next Tool