Package: talib Title: Interface to 'TA-Lib' for Technical Analysis and Candlestick Patterns Version: 0.9-2 Authors@R: c( person( given = "Serkan", family = "Korkmaz", email = "serkor1@duck.com", role = c("cre", "aut", "cph"), comment = c(ORCID = "0000-0002-5052-0982") ), person( given = "Mario", family = "Fortier", role = "cph", comment = "Copyright holder of the bundled TA-Lib C library (src/ta-lib/)" ) ) Description: Interface to the 'TA-Lib' (Technical Analysis Library) 'C' library, providing access to 150+ indicators (e.g. Average Directional Movement Index (ADX), Moving Average Convergence Divergence (MACD), Relative Strength Index (RSI), Stochastic Oscillator, Bollinger Bands), candlestick pattern recognition, and rolling-window utilities. Core computations are implemented in 'C' for fast Open-High-Low-Close-Volume (OHLCV) time-series feature engineering and rule-based signal generation, with optional interactive visualization via 'plotly'. X-schema.org-keywords: technical analysis, TA-Lib, technical indicators, algorithmic trading, trading signals, quantitative finance, financial time series, OHLCV, candlestick patterns, RSI, MACD, Bollinger Bands, Stochastic, moving averages, plotly X-schema.org-applicationCategory: Finance X-schema.org-applicationSubCategory: Algorithmic Trading SystemRequirements: CMake License: BSD_3_clause + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 NeedsCompilation: yes Suggests: ggplot2, knitr, plotly, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Depends: R (>= 3.5) LazyData: true VignetteBuilder: knitr URL: https://serkor1.github.io/ta-lib-R/, https://github.com/serkor1/ta-lib-R, https://ta-lib.org/ BugReports: https://github.com/serkor1/ta-lib-R/issues Config/pak/sysreqs: cmake Repository: https://serkor1.r-universe.dev Date/Publication: 2026-05-10 09:40:20 UTC RemoteUrl: https://github.com/serkor1/ta-lib-R RemoteRef: CRAN RemoteSha: 2c228b0199c61d965517f85a377964682a4d147f Packaged: 2026-07-09 06:39:23 UTC; root Author: Serkan Korkmaz [cre, aut, cph] (ORCID: ), Mario Fortier [cph] (Copyright holder of the bundled TA-Lib C library (src/ta-lib/)) Maintainer: Serkan Korkmaz