0
Follow
2
Followers
币安这个平台精度最低好像是0.02eth 请问合约策略里面,最后剩余的仓位因为开单精度不够怎么设置全平。我看平台上面写只减仓委托不收此规则限制。我用fmz的函数应该怎么写才是只减仓。
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)
def main():
a = exchange.IO("api", "POST", "/fapi/v1/order","symbol='ETH_USDT'&side=SELL&type=LIMIT&reduceOnly=true&quantity='0.005'&price='4000'")
Log(a)
我按照api文档的示例,尝试了一下。报错提示我无效符号,请问是不是我写的有问题


我弄好了,交易对要写成ETHUSDT才行
4 years ago
- 1


