Releases: serkor1/ta-lib-R
Releases · serkor1/ta-lib-R
v0.9-1
improvements
-
The
MAMA-function now has two arguments:fastandslow, which controls
controls the upper and lower limit of the adaptive smoothing factor (alpha) used
in the MESA algorithm -
The
T3-function now has the argumentvfactorcontrols the smoothing weight of the T3-curve.
bug-fixes
- The
stochastic_relative_strength_index-function were recursively calculating the indicator.
v0.9-0
- Initial CRAN submission.
- Wraps the TA-Lib C library, providing 67 technical indicators and
61 candlestick pattern detectors. - Composable charting via
chart()andindicator(), with both
plotly(interactive) andggplot2(static) backends. - Built-in OHLCV datasets:
BTC,ATOM,NVDA,SPY.