Skip to content

Releases: freqtrade/technical

1.5.3

30 Aug 09:11

Choose a tag to compare

What's Changed

  • update ta-lib to 0.6.5

1.5.2

19 Jul 07:16

Choose a tag to compare

What's Changed

Fixed cmf (chaikin money flow) calculation.

  • Fix missing pair of parentheses in cmf indicator. by @ALiwoto in #625

New Contributors

Full Changelog: 1.5.1...1.5.2

1.5.1

09 Jun 15:52

Choose a tag to compare

What's Changed

  • Support for python 3.13
  • Upgrade to numpy2 and ta-lib 0.5.x

Full Changelog: 1.5.0...1.5.1

1.5.0

22 Dec 09:10

Choose a tag to compare

What's Changed

  • Updated tv_hma() and tv_wma() to return series.
  • New BollingerBands options (different Moving average settings).
  • New tv_trama() indicator.
  • new tv_alma() indicator.
  • Updated MADR() with additional options.
  • EMA as additional mode to SSLChannels()

New Contributors

Full Changelog: 1.4.4...1.5.0

1.4.4

03 Aug 11:34

Choose a tag to compare

chore: fix isort

1.4.3

05 Feb 19:08

Choose a tag to compare

What's Changed

  • Don't fillna whole dataframe as part of indicator calculation
  • simplify usage for vwmacd and td_sequential (they return the original dataframe with new columns now).

Full Changelog: 1.4.2...1.4.3

1.4.2

16 Dec 14:43

Choose a tag to compare

Add compatibility alias for zema (will raise a warning when called for the first time).

1.4.1

09 Dec 13:14

Choose a tag to compare

Mostly a maintenance release, increasing compatibility with uptodate dependencies.

  • Remove zema, as it's implementation was actually a dema

1.4.0

03 Feb 08:07

Choose a tag to compare

New indicators:

  • tv_wma, tv_hma, chopiness.
  • disable qtpylib.vwap() as that's implicitly forward-looking. Use qtpylib.rolling_vwap() instead.
  • fix some bugs in qtpylib, causing certain cases to fail.
  • update master-branch to main branch.
  • Remove some unused dependencies (arrow), which will improve compatibility with more systems

1.3.0

27 Apr 17:12

Choose a tag to compare

Convert the project to use pyproject.toml.
Use the black formatter to format code (so the code-style is somewhat aligned throughout the repository)

Improve resample / merge logic to use data as soon as it'll become available (as soon as the long candle closes).