liihuu / KLineChartAndroid

A kline chart UI widget for android(Android版本的k线).
MIT License
74 stars 18 forks source link

can't draw indicator on the ohlc chart #6

Open iamomidk opened 3 years ago

iamomidk commented 3 years ago

I'm trying to draw Sma indicator and it works on sub Indicators but I want to draw it on the ohlc chart; please help me out.

AmmeySaini commented 3 years ago

Any update over this ??

iamomidk commented 3 years ago

not really i tried so hard and i got so far but in the end i got no answer

liihuu commented 3 years ago

Ready to refactor, you can take a look at this first KLineChart.

AmmeySaini commented 3 years ago

@iamomidk I had a quick view of the repo code, seems like we can add our own custom MainIndicatorTypes Just have a look at KLineChartView, KLineModel, IndicatorChart, CalcIndicatorUtils and Indicator.kt file (just need small modifications and you are ready to go)