供所有主要经纪商提交订单和获取价格的开源包装库?
是否有一个开源库,其中包含每个经纪商执行常见功能(例如获取价格变动、提交订单)的 API 调用?
例如)
buy("MSFT",33); //will send buy order to Interactive Brokers, MBtrade etc.
基本上我希望向多个经纪商运行一些算法交易。
有现有的解决方案吗?
付费的也可以。
最好有 Java 或跨平台支持。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Algo-Trader 和 Tradelink 是两个平台,它们能够使用单一编程接口连接到多个经纪商和数据提供商。
如果您想查看付费选项,可以查看 Openquant 或 RightEdge - 两者都提供一个月的免费试用。
市场上有很多交易平台,但只有您才能决定哪一个最适合您的需求。
Algo-Trader and Tradelink are a couple of platforms that provide the capability to connect to multiple brokers and data providers using a single programming interface.
If you want to check out a paid option you can check out Openquant or RightEdge - both provide a month's free trial.
There are quite a few trading platforms out there but only you'll be in a position to decide which one best fits your needs.
Quickfixj 是 Java 的开源 FIX 引擎
Cameron 是可商用的。
我对这两种产品都做过研究,所以我可以推荐它们,但在决定哪一种之前,您必须根据自己的需求评估每一种产品。
有多个可用的,只需谷歌搜索 FIX 引擎即可。
Quickfixj is an open source FIX engine for Java
Cameron is a commercially available.
I have worked on both of them so I can recommend them but you have to evaluate each one for your needs before you decide on one.
There are multiples of them available, just google for a FIX engine.
此外还有 Tradelink 和 CEP 交易者
Also there is Tradelink and CEP Trader