Direct Answer

The advance/decline ratio divides the number of advancing issues by the number of declining issues for a single trading day: A/D ratio = advancing issues / declining issues. Above 1.0, more issues advanced than declined that day; below 1.0, more declined than advanced; at exactly 1.0, the split was even.

Key Takeaways

  • A/D Ratio = advancing issues / declining issues, calculated fresh for one day at a time.
  • It is a snapshot measure, unlike the cumulative A/D line, it has no memory of any prior day.
  • When decliners equal zero, there is no meaningful ratio to calculate; the underlying code returns null rather than Infinity, and a chart or table that displays "Infinity" is treating a missing value as if it were a real one.
  • The ratio only counts issues, not the size of any stock's move or the index's own performance that day.

What is the advance/decline ratio?

The advance/decline ratio takes the same two inputs used to calculate the A/D line's daily net-advances figure, advancing issues and declining issues, and combines them differently: as a division instead of a subtraction, and without carrying anything forward from the previous day.

The formula

A/D Ratio = advancing issues / declining issues

Where advancing issues is the count of stocks in the defined universe that closed higher than the prior session, and declining issues is the count that closed lower, both measured for the single day being calculated. There is no accumulation step and no reference to any earlier day's value, every day's ratio is computed independently.

What happens when nothing declined?

If declining issues is 0, the division has no defined result. Mathematically the expression would evaluate to positive infinity, but the underlying calculation deliberately returns a null (not-meaningful) value instead of Infinity in that case. This matters in practice: a chart axis or a table column that receives an actual Infinity value breaks, it can throw off axis scaling, render as a nonsensical row, or silently poison downstream calculations that expect a number. Treating "no decliners" as a distinct, explicitly undefined case rather than a very large number is the correct behavior, not an edge-case bug.

Common mistake

The common mistake is assuming a "very high" ratio and an "undefined" ratio (zero decliners) sit on the same scale and can be compared or ranked against each other. They can't, an undefined result isn't an extreme value, it's the absence of a meaningful one, and should be displayed as "not defined" or omitted, not plotted as if it were data.

Two Worked Examples

Illustrative numbers, not live market data.

The two examples below reuse the day 1 and day 4 figures from the sibling Advance/Decline Line guide's five-day dataset, so the same underlying counts can be compared as both a snapshot ratio here and a cumulative line there.

Person analyzing stock market trends on smartphone and laptop.
Photo by StockRadars Co., via Pexels
Two worked advance/decline ratio calculations
DayAdvancersDeclinersA/D ratioReading
Day 13201801.78More issues advanced than declined
Day 41903100.61More issues declined than advanced

Day 1: 320 advancing issues divided by 180 declining issues equals 1.7778, which rounds to 1.78. A ratio of 1.78 means roughly 1.78 stocks advanced for every one stock that declined that day, a session with meaningfully more advancers than decliners.

Day 4: 190 advancing issues divided by 310 declining issues equals 0.6129, which rounds to 0.61. A ratio of 0.61 means fewer than two-thirds as many stocks advanced as declined, a session where decliners clearly outnumbered advancers.

Notice that these are the same day 1 and day 4 inputs used in the A/D line's worked example, where day 1's net advances (+140) and day 4's net advances (−120) fed into a running cumulative total. Here, the same two counts instead produce two completely independent, single-day numbers with no relationship to each other or to any other day in the series.

What does an advance/decline ratio above 1.0 mean?

A ratio above 1.0 means more issues advanced than declined that day. A ratio below 1.0 means the reverse, more issues declined than advanced. A ratio of exactly 1.0 means an even split: the same number of stocks advanced as declined. None of these readings say anything about how far any individual stock moved, how much volume traded, or what the index itself did that day, the ratio counts issues only.

How is the ratio different from the advance/decline line?

The ratio is a single day's snapshot with no memory of prior days, recalculated from scratch every session using only that day's advancing and declining counts. The advance/decline line is a cumulative running total that adds each day's net advances to a running sum carried forward from the day before, so it reflects the trend across many sessions rather than any one of them in isolation. A single very strong ratio reading tells you about that one day; a rising A/D line tells you participation has been building across a longer stretch.

Common mistake

The common mistake is reading a single day's ratio as if it revealed a trend. A ratio of 1.78 on one day says nothing about whether the next day's ratio will be higher, lower, or unchanged, trend information about breadth comes from tracking the ratio (or better, the cumulative line) across multiple sessions, not from any single day's value.

Misconceptions Versus Reality

MisconceptionReality
A ratio above 1.0 means the index went up that dayThe ratio only counts advancing versus declining issues; a capitalization-weighted index can still fall even when a majority of individual issues advanced
When decliners are zero, "Infinity" is a valid high readingThe calculation returns null (not defined), not Infinity, specifically because Infinity breaks charts and tables that expect a real number, treat it as missing, not extreme
The ratio and the A/D line measure the same thingThe ratio is an independent single-day snapshot; the line is a cumulative running total carried forward across every prior day
A ratio close to 1.0 always means a quiet, low-volatility sessionAn even split between advancers and decliners can occur on a high-volume, volatile day just as easily as a calm one, the ratio doesn't measure volatility or trading volume

Risks, Limitations, and Exceptions

  • The ratio is undefined when declining issues equals zero; a correctly-built chart or table must display this as "not defined" rather than an unbounded or infinite value.
  • The ratio does not weight by market capitalization or trading volume, a mega-cap issue and a micro-cap issue each count as exactly one advancer or one decliner.
  • As a single-day snapshot, the ratio carries no information about the trend across prior or subsequent sessions; that's what the advance/decline line is for.
  • The universe and exchange definition used to count advancers and decliners directly affects the ratio; a ratio computed from the NYSE composite and one computed from a narrower index can differ on the same date.
  • A ratio above 1.0 does not guarantee the index itself rose, since most widely-followed indexes are capitalization-weighted rather than counted by issue.
  • The two-decimal rounding used in this guide's examples can obscure small differences near round-number thresholds like 1.00.

One Day, No Memory, One Undefined Case

The ratio is calculated fresh each session and carries nothing forward, which makes it a clean daily snapshot and a poor description of a trend. A reading of 2.4 says today advancers outnumbered decliners by that factor and says nothing about whether yesterday was similar or the opposite. If the question is about a trend in participation, the cumulative line is the tool; this one answers about today.

Close-up of a hand holding a smartphone showing a stock market chart indoors.
Photo by Joshua Mayo via Pexels

There is a genuine edge case worth handling properly. When decliners are zero the ratio is undefined, not infinite, and a chart or table that renders Infinity is displaying a missing value as though it were a measurement. Treating that day as an extreme reading rather than a gap in the data will distort any average or smoothed series built on top of it.

Like the cumulative line, the ratio counts issues and nothing else. Market capitalisation and volume are absent, so a mega-cap and a micro-cap each contribute one, and the index own performance that day is not an input. A strongly positive ratio alongside a falling index is not a contradiction; it is the measure doing its job.

And the universe definition changes the number. Advancers and decliners counted across a broad exchange composite and across a narrower index can produce different ratios for the same session, so a quoted figure without its source is not reproducible.

Frequently Asked Questions

What is the advance/decline ratio?

The advance/decline ratio divides the number of advancing issues by the number of declining issues for a single trading day: A/D ratio = advancing issues / declining issues. It is a snapshot calculation, it describes that one day only and carries no memory of any prior session, unlike the cumulative advance/decline line.

What does an advance/decline ratio above 1.0 mean?

A ratio above 1.0 means more issues advanced than declined that day. A ratio below 1.0 means the reverse, more issues declined than advanced. A ratio of exactly 1.0 means an even split between advancers and decliners. The ratio only counts how many issues moved in each direction; it says nothing about how far any individual stock moved or how the index itself performed.

How is the ratio different from the advance/decline line?

The ratio is a single day's snapshot with no memory of prior days. The advance/decline line, covered in the sibling Advance/Decline Line guide, is a cumulative running total that adds each day's net advances to a running sum carried forward from the day before. The ratio tells you about today; the line tells you about the trend across many days.

Why is the advance/decline ratio sometimes shown as a percentage?

The two presentations carry the same information in different scales. The ratio divides advances by declines and is centred on 1.0. The percentage form divides advances by the sum of advances and declines and is centred on 50 percent. The percentage version is bounded between zero and one hundred, which makes it easier to plot and to average, and it is the form several breadth oscillators are built on.

How do you smooth a noisy advance/decline ratio?

Either by averaging the daily ratios or by averaging the advance and decline counts first and then dividing. The two are not equivalent: an average of ratios and a ratio of averages give different numbers, and the gap widens on days with extreme readings because the ratio is asymmetric. Whichever is used should be stated, since a smoothed breadth series is not self-describing.

Is a smoothed advance/decline ratio the same as a breadth oscillator?

It is one of the simplest members of that family. Named breadth oscillators typically apply a specific smoothing structure, such as the difference between two exponential averages, and often normalise the input first so readings stay comparable across eras. A plain moving average of the ratio shares the intent but not the construction, so its readings do not map onto published oscillator thresholds.

Does the advance/decline ratio depend on the size of the exchange?

No, and that is its main advantage over the net difference. Because both counts appear in the same fraction, doubling the number of listed issues leaves the ratio unchanged. A net advance figure of plus 400 means something different on a universe of one thousand issues than on three thousand; a ratio of 2.0 means the same thing on both.

Can the advance/decline ratio be extreme on a day the index barely moved?

Yes, because the two measure different things. The ratio counts issues without regard to size, while a capitalisation-weighted index is dominated by its largest members. A session in which most constituents rose modestly while a few heavyweight names fell can produce a strong ratio and a flat index. The disagreement is informative rather than a data error.

Why do some sources plot the log of the advance/decline ratio?

The raw ratio is asymmetric: two advancers for every decliner reads as 2.0, while the mirror case reads as 0.5, so equally lopsided sessions sit at unequal distances from 1.0. Taking the logarithm places them symmetrically around zero, which makes averaging and threshold comparison behave sensibly. It changes the scale only, not the underlying counts.

References

The advance/decline ratio follows a long-standing, publicly documented convention used across technical-analysis literature and exchange market-data publications. Key reference sources include:

The worked examples in this guide use clearly labeled, deterministic illustrative numbers, not live index or exchange data. This content was reviewed by the Swoopr Editorial Team in August 2026.