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,

yondaime
  • 101
  • 1
  • 4

3 Answers3

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

James Webster
  • 4,046
  • 29
  • 41
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.

Marc de Verdelhan
  • 2,501
  • 3
  • 21
  • 40
1

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

Community
  • 1
  • 1
mikera
  • 105,238
  • 25
  • 256
  • 415