TA-Lib is widely used by trading software developers requiring to perform technical analysis of financial market data.
TA-Lib is available under a BSD License allowing it to be integrated in your own open-source or commercial application. (more info)
TA-Lib is also available as an easy to install Excel Add-Ins. Try it for free!
<dependency>
<groupId>com.tictactec</groupId>
<artifactId>ta-lib</artifactId>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>com.tictactec</groupId>
<artifactId>ta-lib</artifactId>
<version>0.4.0</version>
<classifier>javadoc</classifier>
</dependency>
<dependency>
<groupId>com.tictactec</groupId>
<artifactId>ta-lib</artifactId>
<version>0.4.0</version>
<classifier>sources</classifier>
</dependency>
You can also have Maven installed, and run mvn package
in this respository.
Add below to your build.sbt
:
libraryDependencies += "com.tictactec" % "ta-lib" % "0.4.0"