About
TTR is an R package that provides the most popular
technical analysis functions for financial market data. Many of these functions
are used as components of systematic trading strategies and financial charts.
Supporting TTR development
If you are interested in supporting the ongoing development and maintenance of TTR, please consider becoming a sponsor.
Installation
The current release is available on CRAN,
which you can install via:
install.packages("TTR")
To install the development version, you need to clone the repository and build
from source, or run one of:
# lightweight
remotes::install_github("joshuaulrich/TTR")
# or
devtools::install_github("joshuaulrich/TTR")
You will need tools to compile C/C++ code. See the relevant