Macro Quadrant Trajectory Plot
Visualize chronological changes mapping rate of change for X-Axis (Typically Inflation) vs Y-Axis (Typically Growth) through the four major economic regimes.
Interpretation and strategic portfolio positioning: We do not provide investment advice, only educational and analytics tools and material. To understand the different charts, I advise you to read, ask experets, and ask AI about how a portfolio could be positioned for the different economic regimes from the quadrants above.
Maybe this prompt is useful as start: Regarding economic regime macro quadrant charts ploting the <substitute your x axis and y axis here: rate of change of inflation and growth>. Can you explain which assets are interesting to buy or sell on each quadrant and why? By quadrants I mean Q1, Q2, Q3, Q4 as defined above, with Q1 being y up, x down; and Q2 being y up and x up; and Q3 y down and x up; and Q4 being y down and x down? Do the quadrants have names for the specific x and y given?
We also add that there are two typical ways to position yourself regarding these quadrant transitions. One way is to position yourself for a momentum play, this is usually the case when for instance when one variable is already rising such as inflation and you trade to take advantage that it will continue to rise after all the acceleration is positive. Such a play could involve for instance buying commodities that readjust their prices for inflation (depends also on the economic growth trend). Another way is to position yourself is not on a momentum play, but on a mean reversal play, this is usually the case when the trajectory is likely to reverse to the mean and oscillate, cross to the other side of the x or y axis. For instance, inflation, and commodities may have started changing from negative acceleration to positive and you could position for a reversal by accumulating commodities at ever lower prices. Here the analysis of an overlay plot and how deep the lows in commodity prices could be useful, it is for instance interesting to buy cotton, sugar, oil below the production price for some countries.
Popular Trajectories
Trading Notes & Guide
Help & Notes
Z scaling, standardization: Feel free to remove the Z_SCALE call and see inflation acceleration not in the normal curve scale, but in the physics scale for acceleration points.
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 arguments for this chart, advanced users (subscribers) can enter any argument they wish, we use T-COM as a proxy for worldwide inflation.
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.