3.69K 浏览
0

为什么我在Linux上面调用 target_pos.set_target_volume(10) 会报错如下,但是在天勤终端运行策略无任何问题?

target_pos = TargetPosTask(api, symbol=SYMBOL)
while True:
    api.wait_update()
    if api.is_changing(klines.iloc[-1], "datetime"):  
  target_pos.set_target_volume(10)

close: 5530.0 myline: 5532.9
2019-10-14 23:13:00,494 – WARNING – 与 wss://opentd.shinnytech.com/trade/user0 的网络连接断开,请检查客户端及网络是否正常
2019-10-14 23:13:10,699 – WARNING – 与 wss://opentd.shinnytech.com/trade/user0 的网络连接已恢复
2019-10-14 23:13:10,803 – INFO – 通知: 登录成功

ringo 已回答的问题 2019年10月16日
0

经检查是 用户自定义K线画图时, K线传输机制bug导致, TqSdk 1.1.0 版本已经解决~

ringo 已回答的问题 2019年10月16日