1
Follow
0
Followers
bitmex不能获取市场行情信息,exchange.GetTicker(),exchange.GetDepth(),exchange.GetTrades()都不能获取,显示GetTicker: Invalid ContractType,而账户信息,持仓信息都能获取,okex市场行情信息都能获取,bitmex换了几个账户api测试获取市场行情信息都是不能获取显示同样错误,请问这是怎么回事?谢谢
Related Recommendations
Advanced 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?5.5 Trading strategy optimization
Comment
All comments (1)
BITMEX 是期货交易所,要先设置 合约, 使用exchange.SetContractType("XBTUSD")
可以参看API 文档上的SetContractType函数.
7 years ago
- 1
