TAcharting

An application for downloading, plotting and analysing financial data

Features

What is TAcharting?

(features may be still under development)

On the one hand the aim of TAcharting is to provide a self contained application for technical analysis that is easy to start and use:
On the other hand TAcharting should stay developer friendly and give you a plurality of possibility to customize, embed or automate:

How to run

TAcharting is a JavaFx(java 1.8) application managed by maven. You have to install git, maven and the jdk1.8+ to build this application on linux or windows (not testet on mac, but it should also work there)
1. Clone repository:

git clone https://github.com/team172011/TAcharting.git
cd TAcharting

2. run maven to create executable jar

mvn package

3. run the generated jar

java -jar target/jfx/app/tacharting-*.jar

How to add custom indicators

Overview

Ta4j, d3 and jFreeChart