Description Usage Arguments Value Author(s) References Examples
Compute the Aroon Oscillator Indicator
1 | AroonOscillator(price, n = 14)
|
price |
vector or xts, historical series of prices |
n |
integer, length of each period of analysis |
vector or xts, historical series of Aroon Oscillator value
Paolo Montemurro <montep@usi.ch>
Chande Tushar (1994), The New Technical Trader: Boost Your Profit by Plugging Into the Latest Indicators.
1 2 | p <- c( 20, 22, 24, 25, 23, 26, 28, 26, 29, 27, 28, 30, 27, 29, 28 )
AroonOscillator(p,5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.