4
Follow
26
Followers
fmz 的这个帖子中说明:
不能在有一种杠杆持仓的情况下,使用其他杠杆值下单,会报错:map[status:-200 msg:Leverage error data: time:1.571130679e+09 microtime:0.37469600 1571130679 source:api]
我的杠杆没有变,一直都是20倍,sell 的时候还是在报错:
Futures_BitZ 错误
Sell(8233, 80): map[data: microtime:0.53151200 1571655545 msg:Leverage error source:api status:-200 time:1.571655545e+09]
请问该怎么操作,才能 成功下单? 感谢~
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 (7)
全仓、逐仓设置
exchange.IO("isCross", true) 设置为全仓模式
exchange.IO("isCross", false)设置为逐仓模式
默认状态下是全仓。
7 years ago
- 1
