Learn R Programming

lcyanalysis (version 1.0.4)

v_bottom: v bottom technical analysis function

Description

V bottom technical analysis function is to analyze the rising trend of stock data

Usage

v_bottom(h,top,down,month,day)

Arguments

h

an stock data

top

an rsi rise horizon value

down

an rsi down horizon value

month

set the length between the start and end points. Unit:month

day

check the correctness of the end point, set the length between the end and check points. Unit:day

Value

an analysis of stock data for v bottom technical analysis indicators

Details

use RSI analysis of the strength of the stock market trend, analyze trends conform to v bottom, and RSI function need library 'TTR'

Examples

Run this code
# NOT RUN {
library(quantmod)
aapl<-getSymbols("AAPL",src="yahoo",auto.assign=FALSE)
v_bottom(aapl,60,40,3,20)
# }

Run the code above in your browser using DataLab