-
我照着文档上mod的例子,写了一个helloworld的例子,但是运行时报错:
* rqalpha version : 2.0.0
* python version : 2.7.12
```bash
run -f /DeepLink/LocalRqalpha20/rqalpha/rqalpha/examples/buy_and_hold.py -sc 100000
```
…
-
实盘模拟 我初始化 两个股票例如 context.s1 = "600104.XSHG" context.s2 = "000895.XSHE"
开始 要保证一定的持仓 我就 初始化 order_lots(context.s1, 1000)
运行的时候 会遇到如下 错误信息。为什么会出现 KeyError
KeyError: '您选择的证券[600104.XSHG]不存在。'
…
-
你好,我在使用数据查询相关函数(如all_instruments、industry等)时发生如下错误:
RuntimeError: stack is empty
我使用的是2.2.4版本,win7 64位旗舰版、python3.6.1。已经使用rqalpha update_bundle命令获取到了数据。期待您的回复。
-
root@rqalpha-virtual-machine:/home/rqalpha/Documents/examples# rqalpha run -f buy_and_hold.py -s 2015-08-13 -e 2017-03-04 -fc 10000000 -sp 0.0001 -fq 1d -me current_bar --report ./report.f --plot-save…
-
相关信息:
## 1. RQAlpha的版本为2.1.4
## 2. Python的版本为3.5
## 3. 是Windows 7系统
-
```bash
root@test2:/usr/local/lib/python2.7/dist-packages/rqalpha# rqalpha disable risk_manager
root@test2:/usr/local/lib/python2.7/dist-packages/rqalpha# rqalpha run -fq 1m -rt p -f
./examples/go…
-
OS: Ubuntu 16.04
Python 2.7.11
rqalpha-mod-vnpy: 0.9.11
rqalpha: 2.0.9
![screen shot 2017-04-11 at 14 43 27](https://cloud.githubusercontent.com/assets/20806018/24896728/d49d44e2-1ec8-11e7-8102-…
-
报这个错:AttributeError: 'module' object has no attribute 'signature'
[2017-03-01 11:16:54.024000] ERROR: user_detail_log: strategy execute exception
Traceback (most recent call last):
File "D:\P…
-
请问,在日频率的回测中,如何以当前bar的open price交易?
-
rqalpha update_bundle 命令报错:
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', error(54, 'Connection reset by peer'))
系统:macOS 10.12.3