3
Follow
0
Followers
哪个大佬帮我看看代码哪里出问题了
我用python写的,想持仓量大于0的时候进行平仓操作,然后回测的时候报错了,显示这个raceback (most recent call last): File "<string>", line 1606, in Run File "<string>", line 57, in <module> File "<string>", line 20, in main TypeError: 'NoneType' object is not subscriptable
amount = 2
if exchange.GetPosition()['Amount'] > 0 :
exchange.Buy(-1,amount) #买入平空
Related Recommendations
How to Specify Different Versions of Data for the Rented Strategy by Its Rental Code MetadataAdvanced Tutorial for FMZ Quant platform Strategy WritingElementary Tutorial for FMZ Quant platform Strategy WritingGet Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?
Comment
All comments (7)
还有吐槽一句,怎么社区里连个人影子都没啊,不活跃啊,各位大佬,就看到管理员一个人在回复.............这在线人数是假的把,一堆招聘广告............
5 years ago
- 1
