1994issue C061
Constructing a composite from weighted, smoothed rate-of-change windows
The indicator is assembled in three operations: four zero-centered rate-of-change series, an independent simple or exponential moving average on each series, and a weighted sum that gives the longest window the largest integer weight. Archive recipes fix those choices for daily, weekly and monthly sampling.
- The indicator is assembled in three operations: compute four rate-of-change series, smooth each series with a simple or exponential moving average, then form a weighted sum of the smoothed series.
- Each rate-of-change divides the current close by the close a fixed number of periods earlier, multiplies by 100 and subtracts 100, so the series is centered on zero.
- A moving average is applied independently to each window. Exponential smoothing uses the smoothing-constant 2/(n+1); a 3-period span uses 0.50, and the first observation seeds the average.
- Composite-weighting then uses 1, 2, 3 and 4 so the longest window contributes the most. Parameter sets exist for daily, weekly and monthly sampling, including a long-term weekly set of rate-of-change lengths 39, 52, 78 and 104.
Three operations
The indicator is assembled in three operations. Compute four rate-of-change series. Smooth each series with a simple or exponential moving average. Then form a weighted sum of the smoothed series.
Four zero-centered rate-of-change windows
A rate-of-change is a momentum reading that divides the latest close by the close a fixed number of periods earlier, scales the ratio by 100, and subtracts 100 so the series is centered on zero. The construction uses four such series, each with its own lookback.
One short-term weekly recipe uses rate-of-change lengths 3, 4, 6 and 10. Parameter sets are also specified for daily and monthly sampling, and a long-term weekly set uses rate-of-change lengths 39, 52, 78 and 104.
A moving average on each window
A moving average is a simple or exponential smoother applied independently to each rate-of-change window before those windows are weighted and added. Exponential smoothing is a recursive average that blends the newest observation with the prior average using a constant equal to 2 divided by one more than the span.
The smoothing-constant is the update fraction 2/(n+1) that sets how quickly an exponential average responds when the span is n. A 3-period span therefore uses 0.50. The exponential update adds the smoothing-constant times the gap between the new observation and the prior average. The first observation seeds the average and smoothing begins on the following bar.
The short-term weekly recipe uses exponential spans 3, 4, 6 and 8. In the weekly construction walk-through, the 4-, 6- and 8-period exponential constants appear as 0.4, 0.29 and 0.22.
Composite-weighting after the smoothers
Composite-weighting is the final sum in which four independently smoothed momentum windows receive increasing integer weights so the longest window contributes the most. After smoothing, the four series are combined as one times the shortest window plus two, three and four times the successively longer windows. The short-term weekly recipe uses weights 1, 2, 3 and 4.
Parameter sets are specified for daily, weekly and monthly sampling and for both simple and exponential smoothing.
Four weekly S&P 500 rate-of-change windows used to assemble short-term KST

Short-term weekly recipe from the parameter table: 3-, 4-, 6- and 10-week ROC. The printed spreadsheet defines each n-week ROC as 100×(this close / close n−1 weeks earlier)−100. Those four series are later EMA-smoothed and summed with weights 1, 2, 3 and 4; the finished weighted sum appears on only the last two rows and is omitted.
All readings on this track · 46 readings
- 1985Constructing excess and momentum difference-curve oscillators
- 1988Five reading rules for smoothed indicator charts
- 1989Momentum overlays that speed moving-average oscillators
- 1990A laboratory template that constructs Rate of Change as a pane module
- 1991Volume-scaled rate of change as a momentum construction
- 1991Three-indicator market overview from tape, sentiment and rates
- 1991Three-component trend model with rate-of-change filters
- 1992A KST oscillator from a weighted rate-of-change stack
- 1992Four-window weighted rate-of-change composite
- 1992Constructing multi-span smoothed rate-of-change filters
- 1992Constructing a four-horizon summed rate of change
- 1992Constructing KST from four weighted smoothed rates of change
- 1992Constructing a composite from weighted smoothed rates of change
- 1992Three-horizon KST maturity alignment
- 1992Construct a bond-led dividend-to-bond-yield regime first
- 1992Constructing relative-strength KST from weighted rate-of-change
- 1993Constructing a volume oscillator from average ratios and smoothed rate of change
- 1994Gold as a cycle clock for commodities and yields
- 1994Constructing a composite from weighted, smoothed rate-of-change windows
- 1994Constructing gold-mining rate-of-change tripwires for Treasury bonds
- 1994A capacity-stress checklist across commodities, bonds, and breadth
- 1994Rate of change parameters for testable entries
- 1994Constructing rate-of-change midpoints, lookbacks and divergence
- 1994Lead oscillator breaks need price trendline confirmation
- 1994Nested averages for an annual momentum curve
- 1994Evaluating a Coppock-style rate of change as a bottom-regime filter
- 1995A weighted eleven-month Dow rate of change as one testable timing procedure
- 1996Named lookbacks, thresholds, and streaks for entry rules
- 1997A midpoint rate-of-change test for bond trend follow-through
- 1997Constructing a short-rate-adjusted equity momentum filter
- 1998Daily momentum rank-churn as a portfolio-construction problem
- 1999Constructing a lagged rate of change cycle system
- 2000A triple delay line then a one-bar elliptic oscillator
- 2001Confirming rate of change divergences with price
- 2001Momentum trendline breaks need price confirmation
- 2001Market breadth, On-balance volume, and Rate of Change as a combined timing framework
- 2001Know Sure Thing with stacked horizons and trendline confirmation
- 2003Constructing a mechanical system from a rate of change condition
- 2003Constructing momentum from two closes and spotting divergence
- 2003Formula choice tilts which momentum mismatches count as divergences
- 2004RSI and momentum agreement as an asymmetric filter
- 2005Constructing price-normalized moving-slope hybrids
- 2005Unsigned speed gates on a fixed average-cross pair
- 2007Rebuilding rate of change as a path-weighted oscillator
- 2008Construct Special K so short-horizon signals stay inside the primary trend
- 2013Restore volume balance before adding another price-time indicator