ricequant / rqalpha

A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities
http://rqalpha.io
Other
5.39k stars 1.62k forks source link

用户能否扩展自己的事件源分类呢? #146

Closed yssource closed 6 years ago

yssource commented 7 years ago

虽然多种方法能实现在策略代码中直接 import 调用 实盘易自动打新 . 但是我更倾向于, Mod 的机制,

当我想 使用 实盘易自动打新, 这个API 接口时, 发现 缺少对应的 事件源分类.

目前只有下面3个分类, 用户能否继承扩展自己的分类呢?

wh1100717 commented 7 years ago

@yssource 打新相关的内容确实没有,不过关于如何在外部扩展事件源这里,我们还没有太多想法,非常感谢,我们内部先讨论一下 看看这里 如何改善,从而满足更多的扩展需求~~

cedricporter commented 6 years ago

目前的 event_bus 实现是可以支持自定义事件的

https://github.com/ricequant/rqalpha/blob/7941921e851e10f536d7f3ae3ba376df775c06a1/rqalpha/events.py#L30-L44