在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:ta4j/ta4j开源软件地址:https://github.com/ta4j/ta4j开源编程语言:Java 100.0%开源软件介绍:ta4jTechnical 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. Features
Maven configurationTa4j is available on Maven Central. You just have to add the following dependency in your <dependency>
<groupId>org.ta4j</groupId>
<artifactId>ta4j-core</artifactId>
<version>0.14</version>
</dependency> For snapshots, add the following repository to your <repository>
<id>sonatype snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository> The current snapshot version is <dependency>
<groupId>org.ta4j</groupId>
<artifactId>ta4j-core</artifactId>
<version>0.15-SNAPSHOT</version>
</dependency> You can also download example code from the maven central repository by adding the following dependency to your pom.xml: <dependency>
<groupId>org.ta4j</groupId>
<artifactId>ta4j-examples</artifactId>
<version>0.14</version>
</dependency> Getting HelpThe wiki is the best place to start learning about ta4j. For more detailed questions, please use the issues tracker. Contributing to ta4jHere are some ways for you to contribute to ta4j:
See also: the contribution policy and Code of Cunduct |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论