Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Candlestick charts component for android

I was looking for a candlestick lib chart solution for android, and couldnt find one for a couple of months now.

Im looking for a smooth scrolling, zomming, tooltip, option to polt in a new candle without the need to render the entire chart.

i did come across all the normal options for native code charting: DriodCharts, AchartEngine, ChartDroid, none of which support candlesticks. I also used 5 free Javascript and html solutions, all of which are very very slow, and most dont support adding a data tick after the chart has been plotted.

I have seen many free android applications with decent charts and have tried contacting the developers hoping they can at least point me to somewhere, or even sell their lib.

My question is does anyone here know of a native solution for candlesticks in android that supports what i mentioned?

Thanks, Totem

like image 842
totem Avatar asked Jan 13 '11 01:01

totem


3 Answers

I've the same problem as you. There is no library in android which directly support candlestick chart. There is no straightforward native solution for your ploblem but if requirement is to particular chart I sugest you to look after Google Chart API

There's no another way including open source solutions. If you want you can check this out CandleStick plot by ArtfulBits.

--EDITED--

Lately I wrote simple article how to draw CandleStick Chart in android with small help Google Chart API.

like image 81
r.piesnikowski Avatar answered Sep 22 '22 13:09

r.piesnikowski


SciChart for Android supports candlestick charts, and brings an extremely fast, real-time charting control to the Android platform.

SciChart is a commercial control but available under royalty free distribution / per developer licensing. There is also free licensing available for educational use with some conditions.

Some useful links can be found below:

  • Android Candlestick Chart Example
  • SciChart's Android Charts Features
  • Android Chart Performance Tests vs. Open Source & Commercial

enter image description here

Disclosure: I am the MD of SciChart just so you know!

like image 30
Dr. Andrew Burnett-Thompson Avatar answered Sep 20 '22 13:09

Dr. Andrew Burnett-Thompson


Not a free-of-charge product but you might be interested to see the TeeChart for Android Beta. It includes a Candle Series and support for other financial series and indicators.

like image 31
Gemma Avatar answered Sep 18 '22 13:09

Gemma