Evaluates the accumulation/distribution indicator over a number of periods.
A double which is the value of the accumulation/distribution indicator evaluated over a period. That is, the amount of accumulation or distribution which takes place for the asset considered over the period considered.
Remark: This indicator is a slight generalization of the AccumulationDistribution indicator. Here the indicator may be evaluated with respect to a period of a days rather than with respect to a one day period.
A divergence between the price action and this indicator can signal that a trend is nearing completion, a trends continuation and break-outs from trading ranges. The actual value of this indicator is of no significance, what is significant is its change in value relative to the previous periods which can warn of a possible break-out during a trading range (falling/rising indicator), the continuation of a trend (higher highs in uptrend, or lower lows in downtrend) or a change/completion of a trend (divergence between the price action and the direction of the indicator).
| Exception Type | Condition |
|---|---|
| ArgumentException | Throw when the three arrays highs, lows, volume do not have the same length, or when any element of these three arrays is a strictly negative number. |
AccumulateDistribute Class | WebCab.COM.Finance.Trading.Indicators Namespace | AccumulationDistribution