0
Follow
2
Followers
Binance : Dans la stratégie contractuelle, comment puis-je définir les positions restantes pour qu'elles soient entièrement fermées car la précision d'ouverture de l'ordre n'est pas suffisante ?
Created 2021-12-29 08:42:18
6
987
La plus basse précision de la plateforme est 0.02eth, et la dernière position restante est en cours de négociation. Je ne peux pas écrire que la commande de réduction de la position est limitée par cette règle.
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


