bullpower {lcyanalysis} | R Documentation |
bull power technical analysis function
Description
bull power technical analysis function is to analyze the reversal pattern conform to the rising trend and bull market of stock data
Usage
bullpower(h,top,day)
Arguments
h |
an stock data |
top |
an rsi rise horizon value |
day |
Days of data shown |
Details
use RSI analysis of the strength of the stock market trend, analyze trends conform to bull power, and RSI function need library 'TTR'
Value
an analysis of stock data for bull power technical analysis indicators
Author(s)
Chun-Yu Liu <john401528@gmail.com>
Examples
## Not run:
library(quantmod)
aapl<-getSymbols("AAPL",src="yahoo",auto.assign=FALSE)
bullpower(aapl,60,5)
## End(Not run)
[Package lcyanalysis version 1.0.4 Index]