3
Follow
0
Followers
Binance Futures에서 계속 오류를 보고합니다: Futures_Binance 오류 GetAccount: 잘못된 계약 유형
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

