prodipta / techchart

R package for technical-analysis feature extraction - See package vignette for more details

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

techchart

The goal of this R package (techchart) is to provide a comprehensive set of tools and methods for automated technical analysis. This includes trend analysis, automated support and resistance, technical pattern and technical formation identification.

Installation

You can install from github with:

# install.packages("devtools")
devtools::install_github("prodipta/techchart")
# this includes some codes in C++, and hence will require RTools (windows) or Xcode (Mac) and compilers/ libraries for building from source

Example

Please see the package vignette for detailed explanation and examples of the functionalities. Alternatively refer to my blog for a discussion.

About

R package for technical-analysis feature extraction - See package vignette for more details

License:GNU General Public License v3.0


Languages

Language:R 71.8%Language:C++ 28.2%