Skip to content

release-1.4.93

Latest
Compare
Choose a tag to compare
@Tim55667757 Tim55667757 released this 25 Nov 14:27
· 2 commits to master since this release

All release notes in english
All release notes in russian / Все релиз-ноты на русском
Issues included in the release
PriceGenerator API-doc

PyPI: 1.4.93 (2023-11-25)

Digest

Now the volume values depends on the previous value and outliers probability and looks more realistic. The generator algorithm creates a series of candles better for difficult trends, include differ outliers for upper and lower shadows of candles and its bodies. Also, bugs with negative numbers in series should no longer appear.

Example of the long-time series with realistic dispersion of volume values and differ trends:

image

New features

  • The generator algorithm now creates a series of candles better for difficult trends, include differ outliers for upper and lower shadows of candles.

Improvements

  • #22 Type of ZigZagFilter() was changed to Pandas Dataframe instead of dict.
  • #25 Volume values now depend on the previous value and outliers probability.

Bug fixes

  • #24 Bug fix with negative numbers in series.