3
Follow
0
Followers
Binance Futures продолжает сообщать об ошибке: Futures_Binance Error GetAccount: Invalid ContractType
Created 2022-02-05 11:54:48
6
1077
Ошибка Futures_Binance GetAccount: Invalid ContractType (недействительный тип контракта)
Как я могу написать ошибку в коде?
"contractType": ["swap", "swap"],
exchanges[i].SetContractType(params["contractType"][i], params["contractType"][i])
Related Recommendations
Built-In Function_Cross Analysis and InstructionsHow 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 engine
Comment
All comments (6)
孟总,为啥我直接这么写for i in range(len(exchanges)) :
exchanges[i].SetContractType("swap") 还是报 GetAccount: Invalid ContractType,会不会不是这么问题
4 years ago
ret = exchanges[i].SetContractType(params["contractType"][i], params["contractType"][i])
Log(ret) 我这么写没有看到返回么
4 years ago
- 1

