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:
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.