Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Releases: peerchemist/finta

0.3.8

08 May 19:19
Compare
Choose a tag to compare

Changelog:

  • reworked HMA and WMA indicators,
  • implemented more tools in utils.py,
  • added unit tests for utils,
  • modified PIVOT calculations to include {r4,s4}.

0.3.7

05 May 11:38
Compare
Choose a tag to compare

Changelog:

  • bugfix [DMI calculation],
  • implemented SSMA indicator,
  • implemented PZO indicator,
  • added utils.py

0.3.6

22 Feb 09:02
Compare
Choose a tag to compare

Changelog:

  • bugfixes,
  • implemented EVMA (Elastic Volume Weighted Moving Average),
  • implemented EV_MACD (Elastic Volume weighted MACD),
  • implemented MSD (Moving Standard Deviation).

0.3.5

15 Feb 09:17
Compare
Choose a tag to compare

Changelog:

  • code formatted by black,
  • Implemented Pivot points,
  • Implemented Fibonacci Pivot points,
  • Tested and working against Python 3.7.

0.3.4

14 Feb 14:25
Compare
Choose a tag to compare

Changelog:

  • bugfixes,
  • type hints

v0.3.3

30 Oct 13:39
Compare
Choose a tag to compare

Changelog:

  • bugfixes.

v0.3.2

09 Aug 13:24
Compare
Choose a tag to compare

Changelog:

  • implemented VPT indicator

v0.3.1

17 Jul 21:17
Compare
Choose a tag to compare

Changelog:

  • implemented VPT indicator,
  • implemented FVE indicator,
  • implemented PPO indicator,
  • bugfixes, polish.