Ta4j is not maintained by Marc de Verdelhan anymore. Future PRs and issues will not be treated here. See #192 for more information. This repository is kept for archival purposes and may be used as documentation for ta4j 0.9 (which is a stable version).
The community decided to take over the project and continue to maintain it. The new repository is available at https://github.com/ta4j/ta4j.
Technical Analysis For Java
Ta4j is an open source Java library for technical analysis. It provides the basic components for creation, evaluation and execution of trading strategies.
Ta4j is available on Maven Central. You just have to add the following dependency in your pom.xml
file.
<dependency>
<groupId>eu.verdelhan</groupId>
<artifactId>ta4j</artifactId>
<version>0.9</version>
</dependency>
For snapshots, add the following repository to your pom.xml
file.
<repository>
<id>sonatype snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
The current snapshot version is 0.10-SNAPSHOT
.
The wiki is the best place to start learning about ta4j.
Of course you can ask anything via Twitter. For more detailed questions, please use the issues tracker.
Here are some ways for you to contribute to ta4j:
13BMqpqbzJ62LjMWcPGWrTrdocvGqifdJ3
See also: the contribution policy.