AroonOscillator: Aroon Oscillator

Description Usage Arguments Value Author(s) References Examples

Description

Compute the Aroon Oscillator Indicator

Usage

1
AroonOscillator(price, n = 14)

Arguments

price

vector or xts, historical series of prices

n

integer, length of each period of analysis

Value

vector or xts, historical series of Aroon Oscillator value

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
p <- c( 20, 22, 24, 25, 23, 26, 28, 26, 29, 27, 28, 30, 27, 29, 28 )
AroonOscillator(p,5)

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