Aroon: Aroon

Description Usage Arguments Value Author(s) References Examples

Description

Compute the Aroon indicator

Usage

1
Aroon(price, n = 14)

Arguments

price

vector or xts, historical series of prices

n

integer, length of each period of analysis

Value

dataframe or xts, historical series of AroonUp and AroonDown values

Author(s)

Paolo Montemurro <montep@usi.ch>

References

Chande Tushar (1994), The New Technical Trader: Boost Your Profit by Plugging Into the Latest Indicators.

Examples

1
2
data(TWTR)
Aroon(TWTR$Close, 5)

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