All Projects → mdeverdelhan → Ta4j Origins

mdeverdelhan / Ta4j Origins

Licence: mit
A Java library for technical analysis ***Not maintained anymore, kept for archival purposes, see #192***

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Ta4j Origins

Ta4j
A Java library for technical analysis.
Stars: ✭ 948 (+167.8%)
Mutual labels:  ethereum, bitcoin, litecoin, trading, trading-strategies, trading-algorithms, forex, ripple
Bot18
Bot18 is a high-frequency cryptocurrency trading bot developed by Zenbot creator @carlos8f
Stars: ✭ 157 (-55.65%)
Mutual labels:  ethereum, bitcoin, litecoin, trading, forex
AutoTrader
A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
Stars: ✭ 227 (-35.88%)
Mutual labels:  trading, forex, trading-strategies, trading-algorithms, technical-analysis
Cbpro Trader
Automated cryptocurrency trading on Coinbase Pro (formerly gdax-trader)
Stars: ✭ 171 (-51.69%)
Mutual labels:  ethereum, bitcoin, litecoin, trading, technical-analysis
Wolfbot
Crypto currency trading bot written in TypeScript for NodeJS
Stars: ✭ 335 (-5.37%)
Mutual labels:  ethereum, bitcoin, trading, trading-strategies, trading-algorithms
Crypto Signal
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 3,100+ stars, 900+ forks
Stars: ✭ 3,690 (+942.37%)
Mutual labels:  ethereum, bitcoin, trading, trading-strategies, technical-analysis
Cryptolights
Live visualisation of blockchain transactions for popular cryptocurrencies
Stars: ✭ 54 (-84.75%)
Mutual labels:  ethereum, bitcoin, litecoin, ripple
Cryptocurrency Cli
💰 Cryptocurrency Portfolio On The Command Line 💰
Stars: ✭ 99 (-72.03%)
Mutual labels:  ethereum, bitcoin, litecoin, ripple
Metatrader
Expert advisors, scripts, indicators and code libraries for Metatrader.
Stars: ✭ 99 (-72.03%)
Mutual labels:  trading, forex, trading-strategies, trading-algorithms
Sequence-to-Sequence-Learning-of-Financial-Time-Series-in-Algorithmic-Trading
My bachelor's thesis—analyzing the application of LSTM-based RNNs on financial markets. 🤓
Stars: ✭ 64 (-81.92%)
Mutual labels:  trading, forex, trading-algorithms, technical-analysis
Bitmex Simple Trading Robot
Simple BitMEX trading robot.
Stars: ✭ 100 (-71.75%)
Mutual labels:  bitcoin, trading, trading-strategies, trading-algorithms
Moneda Cli
Command line to track cryptocurrency prices
Stars: ✭ 114 (-67.8%)
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 (-27.12%)
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 (+63.84%)
Mutual labels:  ethereum, trading, trading-strategies, trading-algorithms
Socktrader
🚀 Websocket based trading bot for 💰cryptocurrencies 📈
Stars: ✭ 152 (-57.06%)
Mutual labels:  bitcoin, trading, trading-strategies, trading-algorithms
Coinpricebar
💰 Cryptocurrency prices on MacBook Touch Bar
Stars: ✭ 290 (-18.08%)
Mutual labels:  ethereum, bitcoin, litecoin, ripple
Stocklook
crypto currency library for trading & market making bots, account management, and data analysis
Stars: ✭ 119 (-66.38%)
Mutual labels:  ethereum, bitcoin, litecoin, trading
Ta Rs
Technical analysis library for Rust language
Stars: ✭ 248 (-29.94%)
Mutual labels:  trading, trading-strategies, trading-algorithms, technical-analysis
Jesse
An advanced crypto trading bot written in Python
Stars: ✭ 1,038 (+193.22%)
Mutual labels:  bitcoin, trading, trading-strategies, trading-algorithms
Gnome Feeder
Profit Trailer Feeder Full Build with Settings
Stars: ✭ 122 (-65.54%)
Mutual labels:  ethereum, bitcoin, litecoin, trading-strategies

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 Build Status Chat on Riot.im

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

  • [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 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.

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].