draw_stock_analysis: draw bollinger band, candle chart, trick char, volume traded...

Description Usage Arguments Details Value Examples

View source: R/draw_stock_analysis.R

Description

draw bollinger band, candle chart, trick char, volume traded chart

Usage

1
2
draw_stock_analysis(single_stock, ticker_name, sdv, n1, n2, n3,
  last_period_months)

Arguments

single_stock

single stock informations with only one single price information(all OHLC)

ticker_name

ticker name which will be used for the analysis

sdv

standard deviation used to make and interprete BB chart

n1

numbers for the BBands

n2

moving average term fomr the first line of SMA

n3

moving average term fomr the second line of SMA

months

Selected user chosen months to calculate BB plots

Details

This gives all summary of useful plots listed above from analysis information result for the single stock. to interprete bollinger bands graph: use statsitcal terms.

Value

Summary of bollinger band, candle chart, trick char, volume traded chart analysis result

Examples

1
draw_stock_analysis(single_stock, ticker_name, sdv, n1,n2,n3,last_period_months) When user use sd=2, 95% of the data will fall in between the bollinger bands upper and lower bands.User can use it as a target and analyze the market. Lower bollinger means market will be soon moving into bull market.this will show the moving average graph also. this shows overbought and oversold situations. generally, >60 means overbought, <-50 means oversold.here it will automatically calculate the adjusted OHLC

seungbochoi/private_Rpackage documentation built on May 17, 2019, 12:12 a.m.