powered by
bull power technical analysis function is to analyze the reversal pattern conform to the rising trend and bull market of stock data
bullpower(h,top,day)
an stock data
an rsi rise horizon value
Days of data shown
an analysis of stock data for bull power technical analysis indicators
use RSI analysis of the strength of the stock market trend, analyze trends conform to bull power, and RSI function need library 'TTR'
# NOT RUN { library(quantmod) aapl<-getSymbols("AAPL",src="yahoo",auto.assign=FALSE) bullpower(aapl,60,5) # }
Run the code above in your browser using DataLab