ta4j

ta4j is a Java library providing a simple API for technical analysis.

License

License

MIT License
Categories

Categories

ta4j Business Logic Libraries Financial
GroupId

GroupId

eu.verdelhan
ArtifactId

ArtifactId

ta4j
Last Version

Last Version

0.9
Release Date

Release Date

Type

Type

jar
Description

Description

ta4j
ta4j is a Java library providing a simple API for technical analysis.

Download ta4j

How to add to project

<!-- https://jarcasting.com/artifacts/eu.verdelhan/ta4j/ -->
<dependency>
    <groupId>eu.verdelhan</groupId>
    <artifactId>ta4j</artifactId>
    <version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/eu.verdelhan/ta4j/
implementation 'eu.verdelhan:ta4j:0.9'
// https://jarcasting.com/artifacts/eu.verdelhan/ta4j/
implementation ("eu.verdelhan:ta4j:0.9")
'eu.verdelhan:ta4j:jar:0.9'
<dependency org="eu.verdelhan" name="ta4j" rev="0.9">
  <artifact name="ta4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.verdelhan', module='ta4j', version='0.9')
)
libraryDependencies += "eu.verdelhan" % "ta4j" % "0.9"
[eu.verdelhan/ta4j "0.9"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.apache.commons : commons-math3 jar 3.6.1

Project Modules

There are no modules declared in this project.

Important note

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.


ta4j Build Status Chat on Riot.im

Technical Analysis For Java

Ta4 main chart

Ta4j is an open source Java library for technical analysis. It provides the basic components for creation, evaluation and execution of trading strategies.

Features

  • 100% Pure Java - works on any Java Platform version 8 or later
  • More than 100 technical indicators (Aroon, ATR, moving averages, parabolic SAR, RSI, etc.)
  • A powerful engine for building custom trading strategies
  • Utilities to run and compare strategies
  • Minimal 3rd party dependencies
  • Simple integration
  • One more thing: it's MIT licensed

Maven configuration

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.

Getting Help

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.

Contributing to ta4j

Here are some ways for you to contribute to ta4j:

See also: the contribution policy.

Versions

Version
0.9
0.8
0.7
0.6
0.5
0.4
0.3