Skip to content

Releases: twopirllc/pandas-ta

PandasTA-v0.3.14b

28 Jul 20:21
Compare
Choose a tag to compare

New:

  • Include External Custom Indicators independent of builtin Pandas TA indicators.
  • Jurik MA indicator included.

Updated:

  • Google Colab numpy dependencies differences fix #285.
  • TA Lib integration improvements.
  • Enable/Disable TA Lib functions with talib argument. See indicator help().

Other:

  • Misc. Refactoring.

PandasTA-v0.3.02b

02 Jul 16:47
Compare
Choose a tag to compare

Updated:

  • Added tos_stdevall indicator
  • Volume Profile vp Improvements

Other:

  • Minor Refactoring
  • Accepts a string for a single column when using 'col_names'

PandasTA-v0.2.93b

20 Jun 17:42
Compare
Choose a tag to compare

Updated:

  • Fixed psar calculations
  • Add bbands percent to bbands
  • Added dm
  • Added xsignals (BETA)

PandasTA-0.2.86b

30 May 19:16
Compare
Choose a tag to compare

Updated:

  • Bug fix for swapped upper and lower bbands
  • New columns names for amat and zscore

PandasTA-0.2.83b

27 May 16:32
Compare
Choose a tag to compare

Added:

  • Users get TA Lib speeds if TA Lib is installed. (Most but not all TA Lib indicators are included)

Other:

  • Updated Notebooks
  • Refactoring