版本发布 8
## What's Changed * update ta-lib to 0.6.5
## 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 * @bkamuz made their first contribution in https://github.com/freqtrade/technical/pull/489 **Full Changelog**: https://github.com/freqtrade/technical/compare/1.4.4...1.5.0
## 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 * @bkamuz made their first contribution in https://github.com/freqtrade/technical/pull/489 **Full Changelog**: https://github.com/freqtrade/technical/compare/1.4.4...1.5.0
## 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**: https://github.com/freqtrade/technical/compare/1.4.2...1.4.3
Add compatibility alias for zema (will raise a warning when called for the first time).
Mostly a maintenance release, increasing compatibility with uptodate dependencies. * Remove zema, as it's implementation was actually a dema
* fix some bugs in qtpylib, causing certain cases to fail.