Java实现金融随机指标

发布于 2024-08-19 23:27:12 字数 1539 浏览 6 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

羁〃客ぐ 2024-08-26 23:27:12

如果您正在寻找用于计算技术指标的开源库,请尝试 TA-Lib。源代码适用于.Net、Java 和 C/C++。不过,开源版本自 2007 年 9 月以来就没有更新过,并且还有付费的 Excel 版本。

如果您在 .Net 环境中工作并且只想呈现图表,我认为 MSChart 控件(微软从 Dundas 购买)支持一小组 TA 指标。

如果您想自己实施这些指标,记录它们的“圣经”是
从头到尾的技术分析,第二版(附属链接)。

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

野却迷人 2024-08-26 23:27:12

我发布了一个用于技术分析的Java库: ta4j

它附带了几个指标,包括:Aroon、 ADX、ATR、布林带、移动平均线、抛物线 SAR...和 ​​随机振荡器

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.

柠北森屋 2024-08-26 23:27:12

一些其他答案/信息可能与此问题相关:

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文