rqalpha icon indicating copy to clipboard operation
rqalpha copied to clipboard

RQAlpha 使用帮助

Open wh1100717 opened this issue 7 years ago • 0 comments

我们会在这个 Issue 中持续 refer 比较典型的 Issue,也希望您能持续通过 issue 来与我们讨论各种问题,这样都可以为其他人提供参考,也避免我们重复回答同样的问题。

  • 如果您刚开始接触 RQAlpha 请先阅读文档 http://rqalpha.io
  • 如果您在使用过程中遇到了问题,请先查看下文罗列的FAQ是否可以解决您的问题,或者您也可以利用 Issue 的搜索和过滤功能来试图找到类似问题的讨论。
  • 如果以上方式仍然没有解决您的问题的,请您 创建Issue, 按照创建时给出的规范模板来描述您的问题
  • 善用截图功能,github 上是可以在 issue 的提问和回复中直接 ctrl + v 来上传图片的,很方便。

RQAlpha 2.0.0: https://github.com/ricequant/rqalpha/issues/65

RQAlpha 3.0.0: https://github.com/ricequant/rqalpha/issues/160

安装、调试相关的问题

  • 如何更新RQAlpha: https://github.com/ricequant/rqalpha/issues/63
  • 如何设置PyCharm进行单步调试: https://github.com/ricequant/rqalpha/issues/7
  • 安装好以后,提示 Module compiled against API version 0xb but this version of numpy is 0xa: https://github.com/ricequant/rqalpha/issues/134

运行回测相关的问题

  • 都有哪些方式运行策略: https://github.com/ricequant/rqalpha/issues/110
  • 运行源代码中的test.py代码,策略里面的init,handle_bar方法没有调用: https://github.com/ricequant/rqalpha/issues/70
  • 策略文件中,如何import其他自定义模块/文件: https://github.com/ricequant/rqalpha/issues/84
  • 撮合引擎是否可以使用当前Bar Open Price来成交: https://github.com/ricequant/rqalpha/issues/85
  • 如何在样本内回测结果的基础上在样本外继续跟踪策略表现: https://github.com/ricequant/rqalpha/issues/90
  • 是否可以自定义配置文件,具体的格式是什么: https://github.com/ricequant/rqalpha/issues/96
  • 能解释下handle_split参数的作用么: https://github.com/ricequant/rqalpha/issues/95
  • 能不能考虑提供策略参数持久化的支持: https://github.com/ricequant/rqalpha/issues/52
  • 回测中出现资金为负的情况:https://github.com/ricequant/rqalpha/issues/9
  • 使用原始数据+复权因子来进行回测: https://github.com/ricequant/rqalpha/issues/64

画图、生成csv、生成pickle 相关的问题

  • 是否可以在result.pkl中记录自定义数据: https://github.com/ricequant/rqalpha/issues/48

Windows 系统相关问题

  • Windows(Python 2.x) 命令行下输出日志中文乱码的问题: https://github.com/ricequant/rqalpha/issues/80
  • win10下update_bundle出错: https://github.com/ricequant/rqalpha/issues/101

Mod 相关

  • 请问MOD中如何定义函数/API: https://github.com/ricequant/rqalpha/issues/104

wh1100717 avatar Apr 26 '17 06:04 wh1100717