interactive.aaron: Interactive Aroon oscillator

View source: R/aaron_oscillator.R

interactive.aaronR Documentation

Interactive Aroon oscillator

Description

This function is build to analyze the Aroon oscillator of a stock in a chsosen period of time. It gives:

  1. The candlestick graph of prices of the stock (open,high,low and close).

  2. The interactive graphs of Aroon down, Aroon up, and the Aroon oscillator (difference between Aroon up and down).

  3. It creates an HTML table that groups together open prices, closing prices, adjusted prices, high price, low price, daily volume, aaron up, aaron down and volume.

Usage

interactive.aaron(ticker, from, to)

Arguments

ticker

A single character variable storing the ticker of the stock to be downloaded. Note that since data are downloaded from Yahoo finance, the ticker should be the same as the ones reported on Yahoo finance. See examples.

from

A single character variable storing the starting date from which we want to download the data. The format should be "yyyy-mm-dd"

to

A single character variable storing the ending date up to the day in which we want to download the stock data. The format should be "yyyy-mm-dd"

Examples

## Not run: 
interactive.aaron("AAPL",from= "2020-01-01", to= "2021-01-01")

## End(Not run)

gabrielebonvicini/aaa documentation built on May 21, 2022, 12:07 a.m.