Ta4j Origins
A Java library for technical analysis ***Not maintained anymore, kept for archival purposes, see #192***
Install / Use
npx skills add mdeverdelhan/ta4j-originsInstalls into whichever agent you are using.
README
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

Ta4j is an open source Java library for technical analysis. It provides the basic components for creation, evaluation and execution of trading strategies.
Features
- [x] 100% Pure Java - works on any Java Platform version 8 or later
- [x] More than 100 technical indicators (Aroon, ATR, moving averages, parabolic SAR, RSI, etc.)
- [x] A powerful engine for building custom trading strategies
- [x] Utilities to run and compare strategies
- [x] Minimal 3rd party dependencies
- [x] Simple integration
- [x] 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 𝕏. For more detailed questions, please use the issues tracker.
Contributing to ta4j
Here are some ways for you to contribute to ta4j:
- Create tickets for bugs and new features and comment on the ones that you are interested in.
- Fork this repository and submit pull requests.
- Consider donating for new feature development.
See also: the contribution policy.
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.6kCommit, push, and open a PR
