ricequant / rqalpha

A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities
http://rqalpha.io
Other
5.39k stars 1.62k forks source link

有没有对接实时行情的代码? #324

Closed ghost closed 6 years ago

ghost commented 6 years ago

提 ISSUE 须知

请先阅读文档 rqalpha文档

如果仍有问题的话请在 issue列表 中寻找是否有相关问题的解决方案

如果没有的话 麻烦开一个issue 描述以下问题:

1. RQAlpha的版本

2. Python的版本

3. 是Windows/Linux/MacOS or others?

4. 您出现问题对应的源码/或者能复现问题的简易代码 以及对应的配置

5. 您出现的错误堆栈日志信息

Cuizi7 commented 6 years ago

https://github.com/ricequant/rqalpha/tree/master/rqalpha/mod/rqalpha_mod_sys_stock_realtime 这里有一个demo

ghost commented 6 years ago

@Cuizi7 thanks for reply! 这个好像是把data load过来后。push给redis的,所以这个实时性是不是有点延迟

ghost commented 6 years ago

可以实时抓取yahoo或者新浪实时数据,然后push给redis,再push events吗?

Cuizi7 commented 6 years ago

redis速度不是瓶颈。不过这只是个demo,数据质量、速度、稳定性都不能保证。