Multi-Ticker Overlay Analysis
Normalize and compare up to 10 tickers on a single chart. All prices are rebased to 1.0 at the common start date.
Load Presets (Free Tier)
Premium Overlays
Trading Notes & Guide
Help & Notes
Normalization: This tool takes multiple assets with different prices (e.g., Apple at $200 and Ford at $12) and divides them by their absolute value at the start date. This makes them all start at 1, allowing you to their see their pure percentual growth performance comparison over time.
Common Start Date: The chart automatically finds the earliest date where all requested tickers have valid data (the intersection). Any data prior to this "Common Start" is trimmed to ensure a fair comparison.
Limit: The Free Tier is restricted to specific pre-defined baskets (Magnificent 7, Global Indices, Commodities). Custom baskets are available in the premium version.
Ticker Data Usage and Sourcing
Ticker Data Sources
SEA() Ticker function
RAT() Ticker function
LAG() Ticker function
MATH- Tickers
CURVE_FROM_VECTOR()
CURVE_FROM_VECTOR([198.27, 211.92, 245.12, 281.72, 318.27], '2026-06-30', 'last', '1y', 'linear', 'forward_fill')
The first argument is the time ordered list of data points, separated by commas. The second argument ('2026-06-30') is the one data anchor we need to plot these values over time.
The third argument ('last') tells the system to apply the anchor date to the last value, another value for this parameter is 'first'.
The '1y' tells the values fall on the exact same date on each year (or closest if leap year).
The '1y' could also be '1q' or '1m' for quarter or month. The same considerations made for year apply.
The 'linear' parameter tells the system how to interpolate the values for days in between the value data points given, another possible value here is 'forward_fill'.
The 'forward_fill' last parameter is about the extrapolation, its possible values are: 'none', 'forward_fill', 'linear'.
Default Ticker Column Projections & Adjustments
Plotting Dividends Reinvested at Your Portfolio Return Rate
This is a function available only for users with the advanced subscription. The first argument is the Ticker simulated, the second is your portfolio CAGR rate (in this case 0.25 = 25% yoy). We apply the daily equivalent rate though. The third argument is the initial investment in the currency of the stock ticker. The last argument is the start date. For a full example see our article on dividend reinvestment simulation or our article looking back at Warren Buffet's investment in Coca-Cola and the results of its juicy dividends.
Calculating slope, velocity, or derivating (these are all synonyms)
Z scaling, bringing data to the normal curve Z score scale, normalizing
This is a function available only for users with the advanced subscription. The single argument can be a Ticker or another vector function. For a full example see our macro quadrant plot.