等级: 专业版
- 注册:
- 2022-8-5
- 曾用名:
|
楼主 |
发表于 2022-12-20 10:18
|
显示全部楼层
2022-12-20 10:13:40.913 【Python】sell_close 策略:<grid_trading> 出现信号 book_id:$$TA0004,voloram=1, Type=0, Price=602.000000, Account=, serial_id=3
2022-12-20 10:13:40.914 【下单】套利品种 TA0004(SP m2301&m2305) 价:602.000000 量:0 买卖:1 类型:0 开平:1 账户:10700106
2022-12-20 10:13:40.926 【下单】下单交易失败。
2022-12-20 10:13:40.944 【回报】品种 TA0004 委托价格 602.0000 委托下单数量小于1
if i[0] == 1:
order_id = sell_close(context.run_info.base_book_id, "Limit", upper_price , 1,serial_id = 3)
context.grid_position_status[grid_index] = [2, order_id]
break
这又事什么幺蛾子啊 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?
x
|