Open iamomidk opened 3 years ago
Any update over this ??
not really i tried so hard and i got so far but in the end i got no answer
Ready to refactor, you can take a look at this first KLineChart.
@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)
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.