-
请问哪个api能查期货合约的手续费率,我知道commission_multiplier,但原始的手续费率怎么查呢?
-
看米筐文档,内置的连续合约是加减调整,不是比例法调整。
希望提供比例法调整的连续合约。
-
我用pip安装的最新版。
from rqalpha.api import industry # 行业股票列表
ImportError: cannot import name 'industry' from 'rqalpha.api' (D:\anaconda3\lib\site-packages\rqalpha\api.py)
另外 from rqalpha.…
-
根据文档,日线回测时,默认撮合价格是当日收盘价。
我用如下方式来下单:
scheduler.run_weekly(rebalance, tradingday=1)
def rebalance(context, bar_dict):
在这里下单
根据文档,rebalance将在周一收盘时触发,此时全天交易已经结束,现实中已经不可能撮合订单了,这样的回测岂不是不符合实际?
…
-
# 提 ISSUE 须知
请先阅读文档 [rqalpha文档](http://rqalpha.readthedocs.io/)
如果仍有问题的话请在 [issue列表](https://github.com/ricequant/rqalpha/issues) 中寻找是否有相关问题的解决方案
如果没有的话 麻烦开一个issue 描述以下问题:
## 1. RQAlpha的版本…
-
# 提 ISSUE 须知
请先阅读文档 [rqalpha文档](http://rqalpha.readthedocs.io/)
如果仍有问题的话请在 [issue列表](https://github.com/ricequant/rqalpha/issues) 中寻找是否有相关问题的解决方案
如果没有的话 麻烦开一个issue 描述以下问题:
## 1. RQAlpha的版本…
-
### Search before asking
- [X] I searched the [issues](https://github.com/ray-project/ray/issues) and found no similar issues.
### Ray Component
Ray Core
### What happened + What you expected to …
-
# 提 ISSUE 须知
请先阅读文档 [rqalpha文档](http://rqalpha.readthedocs.io/)
如果仍有问题的话请在 [issue列表](https://github.com/ricequant/rqalpha/issues) 中寻找是否有相关问题的解决方案
如果没有的话 麻烦开一个issue 描述以下问题:
## 1. RQAlpha的版本…
-
1. RQAlpha的版本
4.8.0
2. Python的版本
3.10
3. 是Windows/Linux/MacOS or others?
Windows
4. 您出现问题对应的源码/或者能复现问题的简易代码 以及对应的配置
5.
例子:对 000001.XSHG 股票代码进行交易
下单金额为10000
当天开盘…
-
I read some of the translation, and the platform sounds wonderful. Are there any translation efforts underway?