Skip to content

Releases: freqtrade/technical

1.6.0

Choose a tag to compare

@xmatthias xmatthias released this 04 Apr 06:53

What's Changed

  • Add supertrend indicator.

Full Changelog: 1.5.4...1.6.0

1.5.4

Choose a tag to compare

@xmatthias xmatthias released this 27 Dec 07:39

What's Changed

  • support python 3.14
  • drop support for 3.10
  • Proper support for latest pandas versions without deprecation warnings

Full Changelog: 1.5.3...1.5.4

1.5.3

Choose a tag to compare

@xmatthias xmatthias released this 30 Aug 09:11

What's Changed

  • update ta-lib to 0.6.5

1.5.2

Choose a tag to compare

@xmatthias xmatthias released this 19 Jul 07:16

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

Choose a tag to compare

@xmatthias xmatthias released this 09 Jun 15:52

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

Choose a tag to compare

@xmatthias xmatthias released this 22 Dec 09:10

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

Choose a tag to compare

@xmatthias xmatthias released this 03 Aug 11:34
chore: fix isort

1.4.3

Choose a tag to compare

@xmatthias xmatthias released this 05 Feb 19:08

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

Choose a tag to compare

@xmatthias xmatthias released this 16 Dec 14:43

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

1.4.1

Choose a tag to compare

@xmatthias xmatthias released this 09 Dec 13:14

Mostly a maintenance release, increasing compatibility with uptodate dependencies.

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