All Projects → ta4j → Ta4j

ta4j / Ta4j

Licence: other
A Java library for technical analysis.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Ta4j

Ta4j Origins
A Java library for technical analysis ***Not maintained anymore, kept for archival purposes, see #192***
Stars: ✭ 354 (-62.66%)
Mutual labels:  ethereum, bitcoin, litecoin, trading, trading-strategies, trading-algorithms, forex, ripple
AutoTrader
A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
Stars: ✭ 227 (-76.05%)
Mutual labels:  trading, forex, trading-strategies, trading-algorithms, stocks
Bot18
Bot18 is a high-frequency cryptocurrency trading bot developed by Zenbot creator @carlos8f
Stars: ✭ 157 (-83.44%)
Mutual labels:  ethereum, bitcoin, litecoin, trading, forex
Wolfbot
Crypto currency trading bot written in TypeScript for NodeJS
Stars: ✭ 335 (-64.66%)
Mutual labels:  ethereum, bitcoin, trading, trading-strategies, trading-algorithms
Backtesting.py
🔎 📈 🐍 💰 Backtest trading strategies in Python.
Stars: ✭ 1,124 (+18.57%)
Mutual labels:  trading, trading-strategies, trading-algorithms, stocks, forex
Stocklook
crypto currency library for trading & market making bots, account management, and data analysis
Stars: ✭ 119 (-87.45%)
Mutual labels:  ethereum, bitcoin, litecoin, trading
Cryptocurrency Cli
💰 Cryptocurrency Portfolio On The Command Line 💰
Stars: ✭ 99 (-89.56%)
Mutual labels:  ethereum, bitcoin, litecoin, ripple
Gnome Feeder
Profit Trailer Feeder Full Build with Settings
Stars: ✭ 122 (-87.13%)
Mutual labels:  ethereum, bitcoin, litecoin, trading-strategies
Cbpro Trader
Automated cryptocurrency trading on Coinbase Pro (formerly gdax-trader)
Stars: ✭ 171 (-81.96%)
Mutual labels:  ethereum, bitcoin, litecoin, trading
Coinbin.org
₿ A Human–Friendly API Service for Crypto Currency Information.
Stars: ✭ 253 (-73.31%)
Mutual labels:  ethereum, bitcoin, litecoin, ripple
Stocksharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
Stars: ✭ 4,601 (+385.34%)
Mutual labels:  trading, trading-strategies, stocks, forex
Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
Stars: ✭ 5,675 (+498.63%)
Mutual labels:  trading-strategies, trading-algorithms, forex, trading
Moneda Cli
Command line to track cryptocurrency prices
Stars: ✭ 114 (-87.97%)
Mutual labels:  ethereum, bitcoin, litecoin, ripple
Machine Learning And Ai In Trading
Applying Machine Learning and AI Algorithms applied to Trading for better performance and low Std.
Stars: ✭ 258 (-72.78%)
Mutual labels:  bitcoin, trading, trading-strategies, trading-algorithms
Kelp
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
Stars: ✭ 580 (-38.82%)
Mutual labels:  ethereum, trading, trading-strategies, trading-algorithms
Cryptolights
Live visualisation of blockchain transactions for popular cryptocurrencies
Stars: ✭ 54 (-94.3%)
Mutual labels:  ethereum, bitcoin, litecoin, ripple
Coinpricebar
💰 Cryptocurrency prices on MacBook Touch Bar
Stars: ✭ 290 (-69.41%)
Mutual labels:  ethereum, bitcoin, litecoin, ripple
Bitmex Simple Trading Robot
Simple BitMEX trading robot.
Stars: ✭ 100 (-89.45%)
Mutual labels:  bitcoin, trading, trading-strategies, trading-algorithms
Socktrader
🚀 Websocket based trading bot for 💰cryptocurrencies 📈
Stars: ✭ 152 (-83.97%)
Mutual labels:  bitcoin, trading, trading-strategies, trading-algorithms
Metatrader
Expert advisors, scripts, indicators and code libraries for Metatrader.
Stars: ✭ 99 (-89.56%)
Mutual labels:  trading, forex, trading-strategies, trading-algorithms

ta4j Build Status develop Build Status master Discord License: MIT Maven Central Sonatype Nexus (Snapshots)

Technical Analysis For Java

Ta4j 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

  • [x] 100% Pure Java - works on any Java Platform version 8 or later
  • [x] More than 130 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>org.ta4j</groupId>
  <artifactId>ta4j-core</artifactId>
  <version>0.13</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.14-SNAPSHOT from the develop branch.

<dependency>
  <groupId>org.ta4j</groupId>
  <artifactId>ta4j-core</artifactId>
  <version>0.14-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.13</version>
</dependency>

Getting Help

The wiki is the best place to start learning about ta4j. 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 and Code of Cunduct


YourKit supports the Ta4j project with its full-featured Java Profiler. YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].