ADL: ADL

Description Usage Arguments Value Author(s) References Examples

Description

Compute the Accumulation/Distribution Line Indicator

Usage

1
ADL(close, low, high, volume)

Arguments

close

vector or xts, historical series of the close price for each interval

low

vector or xts, historical series of the lowest prices for each interval

high

vector or xts, historical series of the highest prices for each interval

volume

vector or xts, historical series of volume for each interval

Value

vector or xts, historical series of ADL value

Author(s)

Paolo Montemurro <montep@usi.ch>

References

Taulli Tom (2002), The streetsmart guide to short selling: techniques the pros use to profit in any market. McGraw-Hill Professional. p. 190.

Examples

1
2
3
4
5
data(TWTR)
ADL(TWTR$Close, TWTR$Low, TWTR$High, TWTR$Volume)

data(BAC)
ADL(BAC$Close, BAC$Low, BAC$High, BAC$Volume)

giovannikraushaar/TradingIndicatoR documentation built on May 20, 2019, 12:14 p.m.