我在vnpy_ctastrategy.template和策略中都使用了on_trade回调函数,同时处理两个事情,我发现只有策略中的on_trade有回调tradedata数据。
为什么啊?如果我要两个都有回调数据,该怎么做?
我在vnpy_ctastrategy.template和策略中都使用了on_trade回调函数,同时处理两个事情,我发现只有策略中的on_trade有回调tradedata数据。
为什么啊?如果我要两个都有回调数据,该怎么做?
策略就是继承了template,如果在策略中重写了on_trade函数,当然只有策略中的on_trade函数会被调用了