AIOTrade

NetBeans的股票分析插件
授权协议 BSD
开发语言 Java
所属分类 企业应用、 金融/财务/证券系统
软件类型 开源软件
地区 不详
投 递 者 张砚
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

AIOTrade是一个基于NetBeans平台构建的开源股票技术分析平台,拥有一个插件架构可扩展现有功能如增加指示器、图表等。

  • Here's the announcement from Moshe at the AIOTrade project page on sourceforce.net: Lately I was added by as a developer in the project and I created a branch called "opencommunity". This branch sho

  • BlogTrader Platform (i.e HumaiTrader) has got an official name as AIOTrade now, which means Artificial Intelligence On Trade, or, All In One Trade. And it will be a fairly large project to be develope

  • AioTrade Investigation (Section C: Basic Data Type in AioTrade) guibin.beijing@gmail.com AioTrade source code: [url]https://github.com/dcaoyuan/aiotrade[/url] [size=large]1. TVal[/size] [u]org.aiotrad

  • AioTrade Investigation (Section E: The logic of TickerServer) guibin.beijing@gmail.com AioTrade source code: [url]https://github.com/dcaoyuan/aiotrade[/url] The TickerServer(org.aiotrade.lib.securitie

  • I'm pleased to announce the 1.0.3 release of AIOTrade. You may download it via Sourceforge.net The new features had been listed in my previous blog Thanks for all the suggestions, bugs reports and fea

  • AioTrade Investigation (Section B: DataContract and Content) guibin.beijing@gmail.com AioTrade source code: [url]https://github.com/dcaoyuan/aiotrade[/url] The DataContract's source code is located at

  • AioTrade Investigation (Section A: DataServer) guibin.beijing@gmail.com AioTrade source code: [url]https://github.com/dcaoyuan/aiotrade[/url] Note: The DataServer we are talking about is just org.aiot

  • 1. How to compare two DataServers? If the Dataservers' displayNames are same and they have the same hashCode, then they are equal. 2. What the contract for this Dataserver? 3. What is the DataServer's

  • Updated June 21: I've updated the source code in trunk to BSD License. I decide to re-open AIOTrade, an open-source, free stock technical analysis and charting platform based on NetBeans to BSD licens

  • Due to the recent date format change in the Yahoo! historical data, I've updated the relative module: org-aiotrade-platform-modules-dataserver-basic.nbm And also updated module: org-aiotrade-math.nbm

  • I'm thinking to re-design the AIOTrade by splitting it to Server part and Client part. The server part may also run as a standalone web application. But, I'm also busy on another project, so, the prot

 相关资料
  • A股 股票市场总貌 上海证券交易所 接口: stock_sse_summary 目标地址: http://www.sse.com.cn/market/stockdata/statistic/ 描述: 上海证券交易所-股票数据总貌 限量: 单次返回最近交易日的股票数据总貌数据(当前交易日的数据需要交易所收盘后统计) 输入参数 名称 类型 必选 描述 - - - - 输出参数-实时行情数据 名称 类型

  • 我需要告诉用户对我的网站使用的浏览器。(编辑:用户需要添加书签,这在标准的“互联网”浏览器上是不可能的。我需要知道要向他们显示什么消息。) 我不需要任何类型的浏览器。具体来说,在这种情况下,我需要能够检测浏览器是否真的是Google Chrome浏览器。 对于至少一个智能设备,我很难区分股票“互联网”浏览器和Chrome;两者都包含“Chrome”这个词。 三星galaxy s5: 股票浏览器用户

  • 有办法限制Android应用程序中的共享选项吗?我尝试过使用,或者只是使用

  • 题目链接 Leetcode:121. Best Time to Buy and Sell Stock 题目描述 可以有一次买入和一次卖出,买入必须在前。求最大收益。 解题思路 使用贪心策略,假设第 i 轮进行卖出操作,买入操作价格应该在 i 之前并且价格最低。 // java public int maxProfit(int[] prices) { if (prices == null |

  • null 下面是一张查看我想获取的数据的图像:https://I.ibb.co/mhpm0yw/capture-d-e-cran-2019-08-14-a-00-15-45.png url是https://investing.com/equities/credit-agricole-technical 当您导航到浏览器时,期间被设置为“每小时”,您必须单击另一个期间才能获得正确的数据。DOM在XM

  • 本文向大家介绍算法题:股票最大值。相关面试题,主要包含被问及算法题:股票最大值。时的应答技巧和注意事项,需要的朋友参考一下 参考回答: 最大利润无外乎就是计算后面的数字减去前面的数字得到的一个最大的差值; 求总体的最大差值,需要的数据:当前的最小值,当前的最大差值;遍历求解即可。 C++ 代码示例:  

  • 我正在使用python及其框架flask构建一个前端后端项目。该项目需要库存数据。在雅虎停止工作之前,我使用了它的Api,现在我使用的是Alpha Vantage Api。它运行得很好,但我在纳斯达克、道琼斯等股票市场指数方面遇到了困难。。对于雅虎,我使用的是他们的股票代码(如符号)(^IXIC,^DJI…)但它似乎不适用于alpha vantage。有人在阿尔法华帝工作过吗? 获取Microso

  • 问题内容: 如果我在一个自动收录器频道范围内通话并调用stop(),则该频道已停止但未关闭。 在此示例中: 运行产生: 因此,goroutine永远不会退出。有没有更好的方法来处理这种情况?我应该担心goroutine永远不会退出吗? 问题答案: 在第二个频道上发出“完成”信号,然后在代码行情清单和已完成的频道之间选择您的goroutine。 根据您真正想做的事情,可能存在更好的解决方案,但这很难