Financial Time Series Toolbox    
adline

Accumulation/Distribution line

Syntax

Arguments

highp
High price (vector)
lowp
Low price (vector)
closep
Closing price (vector)
tvolume
Volume traded (vector)
tsobj
Time series object

Description

adln = adline(highp, lowp, closep, tvolume) computes the Accumulation/Distribution line for a set of stock price and volume traded data. The prices required for this function are the high (highp), low (lowp), and closing (closep) prices.

adln = adline([highp lowp closep tvolume]) accepts a four column matrix as input. The first column contains the high prices, the second contains the low prices, the third contains the closing prices, and the fourth contains the volume traded.

adlnts = adline(tsobj) computes the William's Accumulation/Distribution line for a set of stock price data contained in the financial time series object tsobj. The object must contain the high, low, and closing prices plus the volume traded. The function assumes that the series are named High, Low, Close, and Volume. All are required. adlnts is a financial time series object with the same dates as tsobj but with a single series named ADLine.

adlnts = adline(tsobj, ParameterName, ParameterValue, ...) accepts parameter name/parameter value pairs as input. These pairs specify the name(s) for the required data series if it is different from the expected default name(s). Valid parameter names are

Parameter values are the strings that represent the valid parameter names.

Examples

Compute the Accumulation/Distribution line for Disney stock and plot the results:

See Also

adosc, willad, willpctr

Reference

Achelis, Steven B., Technical Analysis from A To Z, Second printing, McGraw-Hill, 1995, pp. 56 - 58.


  Functions - Alphabetical List adosc