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.
The Origins of Theater In seeking to describe the origins of theater, one must rely primarily on speculation, since there is little concrete evidence on which to draw. The most widely accepted theory,
jest SecurityError: localStorage is not available for opaque origins 最近要为公司的一个项目添加单元测试,选择了jest框架, 但是在quickstart的时候就遇到了一个错误,错误信息如标题所示,localstorage是浏览器的东西,但是我这里的环境是node, 原因很明显了。看看官方文档怎么解释 This option se
The Origins of Theater In seeking to describe the origins of theater, one must rely primarily on speculation, since there is little concrete evidence on which to draw. The most widely accepted theory,
1、异常信息: Caused by: java.lang.IllegalArgumentException: When allowCredentials is true, allowedOrigins cannot contain the special value "*"since that cannot be set on the "Access-Control-Allow-Origin" r
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. Features 100
我有一个Spring靴控制器,如下所示 我用注释了控制器以启用CORS。这是我的表单域类 和调用控制器方法的角度脚本 尽管我已经注释了控制器以启用CORS,但我在浏览器控制台中得到了以下错误: 如何解决这个问题?
我有一个SpringBoot控制器,如下所示
我正在尝试为“http://localhost/4200”启用整个应用程序的CORS。因为我用的是Springboot 2和accord。我只需在application.properties文件中添加这个属性: 但这不起作用。其次,由于我正在通过retControl ler发出请求,出于测试目的,我尝试添加内联: 这也允许数据流通过4401端口。