当前位置: 首页 > 软件库 > Web3 > 开源货币/比特币 >

ta4j-origins

授权协议 MIT License
开发语言 Python
所属分类 Web3、 开源货币/比特币
软件类型 开源软件
地区 不详
投 递 者 唐焕
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

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

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.

  • 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

 相关资料