powered by
m top technical analysis function is to analyze the reversal pattern conform to the downward trend of stock data
m_top(h,top,down,month,day)
an stock data
an rsi rise horizon value
an rsi down horizon value
set the length between the start and end points. Unit:month
check the correctness of the end point, set the length between the end and check points. Unit:day
an analysis of stock data for m top technical analysis indicators
use RSI analysis of the strength of the stock market trend, analyze trends conform to m top, and RSI function need library 'TTR'
# NOT RUN { library(quantmod) aapl<-getSymbols("AAPL",src="yahoo",auto.assign=FALSE) m_top(aapl,60,40,4,20) # }
Run the code above in your browser using DataLab