Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BYVoid/TA-Lib
Technical Analysis Library (Java Maven mirror)
https://github.com/BYVoid/TA-Lib
Last synced: 9 days ago
JSON representation
Technical Analysis Library (Java Maven mirror)
- Host: GitHub
- URL: https://github.com/BYVoid/TA-Lib
- Owner: BYVoid
- License: other
- Created: 2013-12-31T14:17:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-01T03:22:27.000Z (almost 11 years ago)
- Last Synced: 2024-10-26T21:49:21.550Z (17 days ago)
- Language: Java
- Homepage: http://ta-lib.org/
- Size: 261 KB
- Stars: 226
- Watchers: 19
- Forks: 75
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
- awesome-fintech - TA-Lib - Technical Analysis Library (Java Maven mirror). (Libraries / Java)
README
# TA-Lib: Technical Analysis Library
## Multi-Platform Tools for Market Analysis
TA-Lib is widely used by trading software developers requiring to perform technical analysis of financial market data.* Includes 200 indicators such as ADX, MACD, RSI, Stochastic, Bollinger Bands etc... ([more info](http://ta-lib.org/function.html))
* Candlestick pattern recognition
* Open-source API for C/C++, Java, Perl, Python and 100% Managed .NET (**This git repository is a Java-only mirror with Maven support**)## Free Open-Source Library
TA-Lib is available under a BSD License allowing it to be integrated in your own open-source or commercial application. ([more info](http://ta-lib.org/hdr_dev.html))## Commercial Application
TA-Lib is also available as an easy to install Excel Add-Ins. [Try it for free](http://ta-lib.org/hdr_dw.html)!## Use with Maven
[![Build Status](https://travis-ci.org/BYVoid/TA-Lib.png?branch=travis)](https://travis-ci.org/BYVoid/TA-Lib)
```xml
com.tictactec
ta-lib
0.4.0com.tictactec
ta-lib
0.4.0
javadoccom.tictactec
ta-lib
0.4.0
sources```
You can also have Maven installed, and run `mvn package` in this respository.
## Use with Scala sbt
Add below to your `build.sbt`:
```scala
libraryDependencies += "com.tictactec" % "ta-lib" % "0.4.0"
```## Contributors
* Original author: Mario Fortier
* Maven packager: Carbo Kuo