Package: talib
Title: Interface to 'TA-Lib' for Technical Analysis and Candlestick
        Patterns
Version: 0.9-1
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
RoxygenNote: 7.3.2
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
Packaged: 2026-04-23 13:54:16 UTC; serkor
Author: Serkan Korkmaz [cre, aut, cph] (ORCID:
    <https://orcid.org/0000-0002-5052-0982>),
  Mario Fortier [cph] (Copyright holder of the bundled TA-Lib C library
    (src/ta-lib/))
Maintainer: Serkan Korkmaz <serkor1@duck.com>
Repository: CRAN
Date/Publication: 2026-04-23 14:40:10 UTC
Built: R 4.7.0; x86_64-w64-mingw32; 2026-04-28 02:23:22 UTC; windows
Archs: x64
