Finta Versions Save

Common financial technical indicators implemented in Pandas.

1.3

3 years ago

Changelog:

  • implemented FRAMA
  • implemeted EVSTC indicator
  • fix ADL
  • fix Ichimoku
  • drop support for Vector Size Indicator

1.2

3 years ago

Changelog:

  • implemented MOBO indicator
  • small fix in the ROC indicator
  • fix CHANDELIER indicator
  • fixed STC indicator
  • performance boost for WMA and IFT_RSI indicators

1.1

3 years ago

Changelog:

  • refactored IFT_RSI indicator
  • fix EMV indicator
  • added BOP indicator
  • fixed CCI indicator
  • other minor fixes and improvements

1.0

3 years ago

Changelog:

  • regression tests implemented
  • fixed RSI calculation
  • fixed DMI calculation
  • fixed ADX calculation

0.4.4

3 years ago

Changelog:

  • refactored TA.VORTEX
  • TA.SAR regtest
  • added Volatility Based Momentum Indicator (VBM)
  • added Dynamic Momentum Index (DYMI)
  • multiple bug fixes

0.4.3

4 years ago

Changelog:

  • started implementing regtests
  • TRIX indicator refactored
  • minor tweaks to BBANDS, EVWMA and FISH indicators
  • other minor bugs fixed
  • code polished

0.4.2

4 years ago

Changelog:

  • refactored DMI
  • refactored ZLEMA
  • refactored DO
  • added XAU-USD dataset for tests
  • preparing for inclusion of regression tests

0.4.1

4 years ago

Changelog:

  • bugfixes,
  • new backtesting example,
  • exposed "adjust" parameter of all "ewm" based methods, this allows Finta to emulate TradingView

0.4.0

4 years ago

Changelog:

  • started with examples, see examples directory
  • bugfixes
  • polish
  • STC indicator

0.3.9

4 years ago

Changelog:

  • reworked CCI indicator,
  • simplified OBV calculation