-
# 提 ISSUE 须知
请先阅读文档 [rqalpha文档](http://rqalpha.readthedocs.io/)
如果仍有问题的话请在 [issue列表](https://github.com/ricequant/rqalpha/issues) 中寻找是否有相关问题的解决方案
如果没有的话 麻烦开一个issue 描述以下问题:
## 1. RQAlpha的版本…
-
Hi,
I noticed that IB gets timeout event after it is disconnected. I am wondering if this is designed behavior or a bug. Meanwhile, passing ``timeout=None`` to IB.connect causes IB freeze when connec…
-
安装 Rqalpha 时 一直报错啊
Command "/anaconda3/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/ry/mmdd6qc90hbbq4cqpp_lb1zc0000gn/T/pip-install-tf__vkc1/line-profiler/setup.py…
-
安装bcolz 、rqalpha 都会报一样的错误
warning: include path for stdlibc++ headers not found; pass '-std=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
c-…
-
看文档:
https://rqalpha.readthedocs.io/zh_CN/latest/development/data_source.html#id2
是不是对于读入的数据的必须要有类似 https://github.com/ricequant/rqalpha/blob/master/rqalpha/examples/IF1706_20161108.csv 的字段结构?
…
Gwill updated
5 years ago
-
## 1. RQAlpha的版本
最新
## 2. Python的版本
3.6
## 3. 是Windows/Linux/MacOS or others?
win
## 4. 您出现问题对应的源码/或者能复现问题的简易代码 以及对应的配置
我把rqalpha clone到本地,配置好环境后,运行官方文档扩展数据源的代码例子 test_extend_api,
报错:
2018-…
-
在使用rqalpha进行回测的时候,如果对合约进行持仓过夜之后查看context.future_account.daily_pnl和context.portfolio.daily_pnl,这两个变量的值,发现会有比较大的出入。
查看源码rqalpha/rqalpha/mod/rqalpha_mod_sys_accounts/position_model/future_position.py发现:…
-
rqalpha中的交易撮合是基于PriceBoard实现,在最新的行情数据Event触发前,PriceBoard就应优先更新,否则在撮合成交时基于的价格仍然是前一笔行情数据(行情订阅列表中,撮合成交要早于用户自己编写的strategy)。
目前代码https://github.com/ricequant/rqalpha/blob/master/rqalpha/core/executor.py在r…
-
# 提 ISSUE 须知
请先阅读文档 [rqalpha文档](http://rqalpha.readthedocs.io/)
如果仍有问题的话请在 [issue列表](https://github.com/ricequant/rqalpha/issues) 中寻找是否有相关问题的解决方案
如果没有的话 麻烦开一个issue 描述以下问题:
## 1. RQAlpha的版本…
-
想请问下,最新版本的rqalpha是否支持多策略组合回测的功能