Java implementation of stochastic indicator for finance [closed]
Asked Answered
R

3

7

Hy,

I'm searching for an API/library offering an implementation of the financial stochastic technical analysis.

Does someone know a ready-do-use solution?

Thanks,

Rosenquist answered 3/2, 2010 at 13:30 Comment(0)
M
3

If you are looking for an open-source library for calculating technical indicators, give TA-Lib a go. Source code is available for .Net, Java and C/C++. The open-source version hasn't been updated since September 2007 though, and there is a paid for Excel version as well.

If you are working in a .Net environment and just want chart rendering, I think the MSChart control (purchased from Dundas by Microsoft) supports a small set of TA indicators.

If you want to implement the indicators yourself, the 'bible' that documents them is Technical Analysis from A to Z, 2nd Edition (affiliate link).

Merciless answered 3/2, 2010 at 20:25 Comment(0)
I
3

I released a Java library for technical analysis: ta4j

It comes with several indicators, including: Aroon, ADX, ATR, Bollinger bands, moving averages, parabolic SAR... and stochastic oscillators.

Irrawaddy answered 11/3, 2014 at 17:40 Comment(2)
New repo github.com/ta4j/ta4jMidrash
Exceptional library. Thank you!Paraesthesia
S
1

Some additional answers / information may be relevant from this question:

Symbology answered 23/5, 2012 at 2:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.