# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "talib" in publications use:' type: software license: BSD-3-Clause title: 'talib: Interface to ''TA-Lib'' for Technical Analysis and Candlestick Patterns' version: 0.9-2 doi: 10.32614/CRAN.package.talib identifiers: - type: url value: https://ta-lib.org/ abstract: 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'. authors: - family-names: Korkmaz given-names: Serkan email: serkor1@duck.com orcid: https://orcid.org/0000-0002-5052-0982 repository: https://serkor1.r-universe.dev repository-code: https://github.com/serkor1/ta-lib-R commit: 2c228b0199c61d965517f85a377964682a4d147f url: https://serkor1.github.io/ta-lib-R/ date-released: '2026-05-10' contact: - family-names: Korkmaz given-names: Serkan email: serkor1@duck.com orcid: https://orcid.org/0000-0002-5052-0982 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