Candlestick charts component for android

10,305

Solution 1

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.

Solution 2

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:

enter image description here

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

Solution 3

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.

Solution 4

Also you can have a look at NChart3D. It is commercial, but comes with a full set of financial chart types.

Share:
10,305
totem
Author by

totem

Updated on June 24, 2022

Comments

  • totem
    totem almost 2 years

    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