3.17K 浏览
0

使用position[“open_price_long”]后,错误提示如下:

print(“多开均价: %.2f” % (position[“open_price_long”]))
File “C:\Python38\lib\site-packages\tqsdk\entity.py”, line 22, in __getitem__
return self.__dict__.__getitem__(key)

west 已回答的问题 2020年5月15日
0

你的tqsdk版本是多少呢,方便提供一下能运行的示例代码吗,我们这边测一下

west 已回答的问题 2020年5月15日