# Equal-weight vs Cap-weight Ratio

A Breadth, Sentiment & External Data reference entry (Breadth) in the LuxAlgo Library: explained, not implemented as a chart indicator.

## What is the Equal-Weight vs Cap-Weight Ratio?

The equal-weight vs cap-weight ratio divides an equal-weighted version of an index by its capitalization-weighted version, for example an equal-weight S&P 500 fund against the standard cap-weighted index. Because the cap-weighted series is dominated by its largest constituents while the equal-weighted series gives every stock the same vote, the ratio isolates a single question: is the average stock keeping pace with the megacaps?

The construction exists because cap-weighted benchmarks can rise on the strength of a handful of giant companies while the typical member stagnates or declines. Breadth statistics answer this with counts; the ratio answers it purely with price, which makes it easy to plot, backtest, and read with ordinary trend tools. A rising ratio means broad participation, with the average stock outperforming. A falling ratio means leadership is narrowing into the largest names. Comparing turning points in the ratio with swing highs and lows in the benchmark adds context: index highs made while the ratio falls indicate a megacap-driven advance, and a bottoming ratio during an index decline suggests the average stock has stopped underperforming.

Traders care because sustained narrowing has often accompanied late-stage advances, while a turn higher in the ratio frequently accompanies broadening rallies and recoveries. That said, the ratio is not a timing tool on its own. Narrow leadership can persist for years, as extended megacap-led markets have demonstrated, so the ratio describes the character of an advance rather than its expiry date. It also embeds systematic tilts: the equal-weight leg leans toward smaller index members and rebalances mechanically, so part of any trend in the ratio reflects the size factor rather than breadth alone.

## How it's calculated

```
EWCW_t = EW_index_t / CW_index_t
normalized: EWCW_t / EWCW_0 * 100

  EW_index_t: equal-weighted index or fund value at time t
  CW_index_t: capitalization-weighted index or fund value at time t
  EWCW_0: ratio value at the chosen starting date used for rebasing
```

Using total-return series for both legs avoids distortions from dividend timing.

Fund-based ratios embed expense and rebalancing differences that pure index ratios do not.

A long moving average applied to the ratio is a common way to separate durable participation shifts from week-to-week noise.

## How traders use it

- As a price-based breadth gauge: a falling ratio during an index advance tells the same narrowing story as deteriorating [advance/decline internals](https://www.luxalgo.com/library/concept/advance-decline-internals/), using only two liquid price series.
- As a rotation signal: turns in the ratio are watched for shifts between megacap leadership and broader participation, often alongside [sector breadth](https://www.luxalgo.com/library/concept/sector-breadth/) to see which groups drive the change.
- As a cross-check on other participation measures such as the [percentage of stocks above key moving averages](https://www.luxalgo.com/library/concept/percent-stocks-above-20-50-200-day-ma/); agreement across independent gauges strengthens the breadth case.
- As a relative-value trade in itself, going long the equal-weight leg against the cap-weighted leg when broadening is expected, while recognizing that the position carries a persistent size tilt.
- With honest limits in mind: the ratio can trend against the average stock for years, so it frames regime and risk appetite rather than pinpointing entries.

## Equal-weight vs cap-weight ratio vs related tools

- **Ratio Charts** (https://www.luxalgo.com/library/concept/ratio-charts/): The general technique of dividing one series by another. The equal-weight vs cap-weight ratio is a specific ratio chart engineered to isolate participation within a single index.
- **Advance/Decline Internals** (https://www.luxalgo.com/library/concept/advance-decline-internals/): Count-based breadth: every issue contributes one vote per day. The ratio expresses a similar idea through relative price performance, so it can be built for any market with an equal-weight variant.
- **Relative Strength Comparative** (https://www.luxalgo.com/library/concept/relative-strength-comparative/): Compares any instrument against a benchmark. Applied to the equal-weight and cap-weight pair it produces this ratio, but comparative RS is usually used for individual stocks or sectors.

## FAQ

### Which instruments are typically used to build the ratio?

For US large caps, an equal-weight S&P 500 fund or index against the standard cap-weighted S&P 500 is the common pairing. Any index with a published equal-weight variant works the same way.

### Is a falling ratio bearish for the index?

Not immediately. It means the advance is narrow, which has often characterized later stages of bull markets, but narrow markets can keep rising for a long time.

### How is this different from small-cap versus large-cap ratios?

It is related but cleaner: both legs hold the same constituents, so the ratio isolates weighting rather than membership. A size tilt still leaks in because equal weighting overweights the smaller members.

### Does the rebalancing of equal-weight funds distort the signal?

Somewhat. Equal-weight products rebalance periodically, mechanically selling recent winners, which adds a small systematic component to the ratio unrelated to day-to-day participation.

## Related concepts

- Advance/decline Internals: https://www.luxalgo.com/library/concept/advance-decline-internals/
- Up/down Volume: https://www.luxalgo.com/library/concept/up-down-volume/
- TICK Index: https://www.luxalgo.com/library/concept/tick-index/
- % Stocks Above 20/50/200-day MA: https://www.luxalgo.com/library/concept/percent-stocks-above-20-50-200-day-ma/
- New Highs − New Lows: https://www.luxalgo.com/library/concept/new-highs-new-lows/
- Participation Divergence at Index Highs: https://www.luxalgo.com/library/concept/participation-divergence-at-index-highs/
- TRIN: https://www.luxalgo.com/library/concept/trin/
- McClellan Oscillator: https://www.luxalgo.com/library/concept/mcclellan-oscillator/
- Breadth Thrusts: https://www.luxalgo.com/library/concept/breadth-thrusts/
- Sector Breadth: https://www.luxalgo.com/library/concept/sector-breadth/

---

Source: https://www.luxalgo.com/library/concept/equal-weight-vs-cap-weight-ratio/ (LuxAlgo Library, the encyclopedia of trading & technical analysis). Free to use with attribution: https://www.luxalgo.com/library/license/