Skip to content

Releases: serkor1/ta-lib-R

v0.9-1

23 Apr 19:04

Choose a tag to compare

improvements

  • The MAMA-function now has two arguments: fast and slow, 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 argument vfactor controls the smoothing weight of the T3-curve.

bug-fixes

  • The stochastic_relative_strength_index-function were recursively calculating the indicator.

v0.9-0

21 Apr 20:42

Choose a tag to compare

  • Initial CRAN submission.
  • Wraps the TA-Lib C library, providing 67 technical indicators and
    61 candlestick pattern detectors.
  • Composable charting via chart() and indicator(), with both
    plotly (interactive) and ggplot2 (static) backends.
  • Built-in OHLCV datasets: BTC, ATOM, NVDA, SPY.