stoxline Quote Chart Rank Option Currency Glossary
  
Advance - Decline line (AD-Line)

The advance–decline line is a stock market technical indicator used by investors to measure the number of individual stocks participating in a market rise or fall. As price changes of large stocks can have a disproportionate effect on capitalization weighted stock market indices such as the S&P 500, the NYSE Composite Index, and the NASDAQ Composite index, it can be useful to know how broadly this movement extends into the larger universe of smaller stocks. Since market indexes represent a group of stocks, they do not present the whole picture of the trading day and the performance of the market during this day. Though the market indices give an idea about what has happened during the trading day, advance/decline numbers give an idea about the individual performance of particular stocks.

The advance–decline line is a plot of the cumulative sum of the daily difference between the number of issues advancing, i.e., above the previous day's closing price, and the number of issues declining in a particular stock market index. Thus it moves up when the index contains more advancing than declining issues, and moves down when there are more declining than advancing issues. The formula for ADL is:

Difference = ( AdvIssues() - DecIssues() ) / ( UncIssues() + 1 );
DiffSqrt = IIF( Difference > 0, sqrt( Difference ), - sqrt( - Difference ) );
ADLine = Cum( DiffSqrt );

The ADL is one of the oldest indicators based on the Advance-Decline Data and it was the most popular of all internal indicators.

Divergence

"Divergence" is when the stock market index moves in one direction while the ADL on that index moves in the opposite direction.[3] If the index moves up while the ADL moves down, the index may be misleading about the true direction of the overall market, as happened toward the end of the US Dot-com bubble in 1999–2000,[4] when the indices continued to rally while the ADL diverged downward starting at the beginning of 1999. Such negative divergence was also seen toward the end of the roaring twenties bull market, during 1972 at the height of the Nifty Fifty market,[5] and starting in March 2008 before the late-2008 market collapse.

StockChart iOS

StoxlineLite iOS

StoxlineLite iOS

OptionCalc iOS

StockChart Android

StoxlineLite Android

StoxlinePro Android

OptionCalc Android