v_top {lcyanalysis}R Documentation

v top technical analysis function

Description

V top technical analysis function is to analyze the downward trend of stock data

Usage

v_top(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

Details

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

Value

an analysis of stock data for v top technical analysis indicators

Author(s)

Chun-Yu Liu <john401528@gmail.com>

Examples

## Not run: 
library(quantmod)
aapl<-getSymbols("AAPL",src="yahoo",auto.assign=FALSE)
v_top(aapl,60,40,3,20)

## End(Not run)

[Package lcyanalysis version 1.0.4 Index]