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