Skip to content

Releases: BoboTiG/py-candlestick-chart

2.1.0

20 Jul 18:07
508da33
Compare
Choose a tag to compare

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

20 Jul 18:06
87786a0
Compare
Choose a tag to compare

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

21 May 12:14
63a0338
Compare
Choose a tag to compare

First version.