3
Follow
0
Followers
Qual dos dois pode me ajudar a ver onde está o código errado?
Eu escrevi em Python para fazer uma operação de liquidação quando o volume de posse é maior que 0, e depois, quando o retorno é um erro, mostra o 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) # compra em branco
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
