Skip to content

Releases: BoboTiG/py-candlestick-chart

2.1.0

Choose a tag to compare

@BoboTiG BoboTiG released this 20 Jul 18:07
508da33

Added

  • Nice Candle Python representation

Changed

  • Fixed a zero division error when min, and max, prices are equals inside a same candle (closes #4)
  • Fixed small numbers display on the Y-axis (closes #5)
  • Fixed bearish/bullish colors inversion in the volume pane

2.0.0

Choose a tag to compare

@BoboTiG BoboTiG released this 20 Jul 18:06
87786a0

Changed

  • Fixed values computation in the info bar by using the whole candle set rather than only the visible one (closes #2)
  • Changed the Chart.update_candles() behavior: it will update current candles by default, and now accepts a reset=True optional argument to actually erase all previous candles first (closes #3)

1.0.0

Choose a tag to compare

@BoboTiG BoboTiG released this 21 May 12:14
63a0338

First version.