量化笔记

2020-01-09  本文已影响0人  我是电饭煲

功夫交易系统架构

https://zhuanlan.zhihu.com/p/31132498

量化投资交易资源汇总

https://gitee.com/EliteQuant/EliteQuant

QUANTAXIS 量化金融策略框架

https://github.com/quantaxis/quantaxis

国外量化博客

https://www.zhihu.com/question/20874888
https://www.zhihu.com/question/26594223/answer/307442698

FIX itch ouch iLink的关系

FIX是最初的protocol,好处是有一个repeating group的概念,quote比较方便
CME现在用的叫iLink是fix的一个变种,marker data方面用的是MDP3.0 level based, 对于consumer要求比较低直接build book就好了
itch是NSDQ的market data protocol,对应的order protocol叫ouch, bats用的是和itch非常类似的一个变种,都是order based, 最大的问题就是consumer side的压力比较大

各交易所交易平台

*   郑商所下属子公司 [郑州易盛信息技术有限公司](http://www.esunny.com.cn/) 接口代表:启明星API
*   大商所下属子公司 [大连飞创信息技术有限公司](http://www.dfitc.com.cn/portal/cate?cid=1237385726100) 接口代码:XSpeed
*   上期所下属子公司 [上海期货信息技术有限公司](http://www.sfit.com.cn/),接口代表:CTP、CTPMini
*   中金所下属子公司 [上海金融期货信息技术有限公司](http://www.cffexit.com.cn/),接口代表:飞马

java ta-lib库

https://mvnrepository.com/artifact/com.tictactec/ta-lib/0.4.0

java ta-lib 文档

http://www.ta-lib.org/d_api/d_api.html#Technical%20Analysis%20Functions

java ta-lib demo

https://github.com/ishanthilina/TA-Lib-Java-Examples/blob/master/src/main/java/SimpleMovingAverageExample.java

上一篇下一篇

猜你喜欢

热点阅读