-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
是否支持sar #1
Comments
sar talib 有实现,后续会加进来 |
2、如果能使用本地数据选股,是不是可以提速? 是的。目前增加一个本地的高速数据源,来自于 Ricequant 的 RQAlpha。可以安装 from funcat.data.rqalpha_data_backend import RQAlphaDataBackend
from funcat import *
set_data_backend(RQAlphaDataBackend("~/.rqalpha/bundle")) |
rqalphp获得的日线数据是前复权吗?可以设置吗? |
最新版本的 rqalpha 的日线数据是可以动态前复权 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
很不错的项目,有两个小疑问:
1、sar函数怎么支持?到处找不到如何实现的……
2、如果能使用本地数据选股,是不是可以提速?
通达信.day .lc1数据转换为csv并不复杂:http://blog.csdn.net/liuyukuan/article/details/53560278
The text was updated successfully, but these errors were encountered: