androidscichart

Implementing TA-lib in SciChart


I am trying to build an Android app with SciChart, the chart shows different types of Technical Analysis Indicators. I am trying to implement TA-Lib (http://www.ta-lib.org/) in SciChart using Android.

I had to Refer many Site to implement the Ta-Lib in SciChart but none have them worked for me, There is no proper documentation of TA-Lib in Java.

so please help me with this.


Solution

  • A bit of googling I found a Technical Analysis library for Java here.

    There are also examples for integrating TA-Lib to java here and also here.

    I'd suggest finding the right TA library that generates the indicator results you need. After that it is the simple action of plugging these variables into SciChart's DataSeries.

    UPDATE:

    I recently found the open source project lppkarl/Trady, which has .NET Technical Indicators and won't require wrapping the indicator code in C# Platform/Invoke.