开发者

Java implementation of stochastic indicator for finance [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions see开发者_StackOverflow中文版king recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 3 years ago.

Improve this question

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,


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


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.


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

  • Quantitative finance/mathematical library for Java
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜