ta4j

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

Лицензия

Лицензия

MIT License
Категории

Категории

ta4j Прикладные библиотеки Financial
Группа

Группа

eu.verdelhan
Идентификатор

Идентификатор

ta4j
Последняя версия

Последняя версия

0.9
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

Скачать ta4j

Имя Файла Размер
ta4j-0.9.pom
ta4j-0.9.jar 105 KB
ta4j-0.9-sources.jar 131 KB
ta4j-0.9-javadoc.jar 554 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.25

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.apache.commons : commons-math3 jar 3.6.1

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
0.9
0.8
0.7
0.6
0.5
0.4
0.3