-
rqalpha在StockCommission类的get_commission方法中计算股票手续费, 其代码如下:
```
commission = self.commission_map[order_id]
cost_money = trade.last_price * trade.last_quantity * self.rate * self.mul…
-
网站做得挺不错的
ghost updated
6 years ago
-
# 当前合约没有市场数据/还有一个runtime warning
## 1. RQAlpha的版本
3.0.9
## 2. Python的版本
3.6.2
## 3. 是Windows/Linux/MacOS or others?
Windows10
## 4. 您出现问题对应的源码/或者能复现问题的简易代码 以及对应的配置
def handle_bar(context, …
-
# 提 ISSUE 须知
请先阅读文档 [rqalpha文档](http://rqalpha.readthedocs.io/)
如果仍有问题的话请在 [issue列表](https://github.com/ricequant/rqalpha/issues) 中寻找是否有相关问题的解决方案
如果没有的话 麻烦开一个issue 描述以下问题:
## 1. RQAlpha的版本…
-
在stock_account.py中的197行:_handle_dividend_book_closure函数中的通过dividend_reinvestment模拟股票分红再投资, 其代码如下:
```
def _handle_dividend_book_closure(self, trading_date):
...
if config.extra.d…
-
[如果要进行分钟线,请注意是否拥有对应的数据源](https://github.com/ricequant/rqalpha/blob/6d1887fbc418c295373417bea1b9ffe9b5c7a5da/rqalpha/config.yml#L23)
[raise NotImplementedError](https://github.com/ricequant/rqalpha/…
-
# 提 ISSUE 须知
请先阅读文档 [rqalpha文档](http://rqalpha.readthedocs.io/)
如果仍有问题的话请在 [issue列表](https://github.com/ricequant/rqalpha/issues) 中寻找是否有相关问题的解决方案
如果没有的话 麻烦开一个issue 描述以下问题:
## 1. RQAlpha的版本…
-
## 1. RQAlpha的版本
(3.0.6)
## 2. Python的版本
3.5,matplotlib版本2.1.0
## 3. 是Windows/Linux/MacOS or others?
win 10
## 4. 您出现问题对应的源码/或者能复现问题的简易代码 以及对应的配置
运行的是示例的buy_and_hold.py,这个问题应该和策略代码无关,是一个格式的问题…
-
RQAlpha的版本: 最新的3.0.6
Python的版本: python 3.5
Ubuntu 16.04,已经apt update && apt upgrade
我是使用virtualenv建立的python,
虚拟环境使用pip list -o查看并使用pip install -U将所有过时python包更新到最新
包括rqalpha、bcolz等依赖的其他包
有时在执行rqa…
-
## 1. RQAlpha 3.0.6
## 2. Python 2.7.14
## 3. Windows 10
## 4. 使用eclipse,pycharm调试buy_and_hold.py(参数没有问题),debug的时候如下错误,头部已经加入了utf-8的编码设置
## 5.
raceback (most recent call last):
File "…