等级: 标准版
- 注册:
- 2023-2-16
- 曾用名:
|
4个策略在同一时间(2023-11-30 21:24:30)报单,且都成交了,过了一会报错了,如下:
order_status的实现代码
def order_status(context,order):
if order.status != 'tradeing': return
print("code:{} type:{} price:{}".format(order.order_book_id,order.position_effect, order.trade_price))
错误信息:
策略: <policy_one>
运行: <纯碱>
类型: 运行时错误
描述: order_status运行超时无响应
执行Python脚本时遇到错误。
策略: <policy_one>
运行: <焦煤>
类型: 运行时错误
描述: order_status运行超时无响应
执行Python脚本时遇到错误。
策略: <policy_one>
运行: <螺纹>
类型: 运行时错误
描述: handle_bar运行超时无响应
执行Python脚本时遇到错误。
策略: <policy_one>
运行: <甲醇>
类型: 运行时错误
描述: handle_bar运行超时无响应
|
|