6.13 CandleStickPattern Package
I have developed the CandleStickPattern package to simplify the identification of candel stick patterns.
To install this package, it is the easist to use devtools:
#install.packages("devtools")
library(devtools)Then we can use the install_github to get the package directly:
#install_github("kochiuyu/CandleStickPattern")
library(CandleStickPattern)This package directly determines the pattern.