techchart
techchart copied to clipboard
R package for technical-analysis feature extraction - See package vignette for more details
Hi, Hope this email finds you well. I hope to install R package "techchart". I have followed all instruction like installed the Rtools and devtools before running the devtools::install_github("prodipta/techchart"). However...
I am trying to see a very simple divergence between price series and RSI with n=3. Looks like techchart::find.imppoints can't find any imppoints for RSI3. What to do here? Reproducible...
When I attempt to install the techchart package: devtools::install_github("prodipta/techchart") I get the following error: cpttrend.cpp:142:27: error: use of undeclared identifier 'PI' ret = double(n)/2*log(2*PI) + double(n)/2*log(variance) + double(n)/2; ^ 1...
While installing the package I get the following error cpttrend.cpp:142:27: error: use of undeclared identifier 'PI' ret = double(n)/2*log(2*PI) + double(n)/2*log(variance) + double(n)/2; ^ 1 error generated. make: *** [cpttrend.o]...
When I try to install techchart, I get the error below. I am on Win64, I have Rtools installed. Can you please help? Downloading GitHub repo prodipta/techchart@HEAD ── R CMD...