forked from serkor1/ta-lib-R
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 1.88 KB
/
Copy pathDESCRIPTION
File metadata and controls
51 lines (51 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: talib
Title: Interface to 'TA-Lib' for Technical Analysis and Candlestick Patterns
Version: 0.9-3
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