| Accumulation Distribution Graph | |
|---|---|
| Syntax | ACCDIS[daysbefore] |
| Description | Accumulation Distribution is a price and volume indicator. It compares the open and close of the current price bar, with the range of the current price bar, and uses the result to weight the volume of the current price bar. It cumulatively tracks the volume, and displays the result as a single line with values above and below zero.
Accumulation Distribution (AD) is a comparison of the price movement and the current range, with the result being used to weight the current volume.
Calculation AD = ((Close - Open) / (High - Low)) * Volume |
| Example | Example is ACCDIS[0] will return today's accumulation distribution value |