12
Follow
3
Followers
Pourquoi le message « échec en raison d'un solde insuffisant » est-il toujours signalé lors de l'utilisation de l'échange de packages.Buy ?
Created 2022-01-19 21:05:36 Updated 2022-01-19 21:27:19
5
1090
OK est une plateforme d'échange qui a déjà mis en place le var ret = exchange.IO (("api", "GET", "/api/v5/account/balance", "ccy=USDT")
ETH-USDT est spécifié, et la feuille de calcul définit un minimum de 1 contrat
openLong(ticker.Last - 180, 1)
Il y a encore 680 USDT dans le compte, suffisamment pour avoir un contrat ETH-USDT à vie.
Si vous souhaitez définir la position en usdt au lieu de la position en tchèque, comment la définir ?
Merci beaucoup !
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 (5)
感觉var ret = exchange.IO("api", "GET", "/api/v5/account/balance", "ccy=USDT") 这句用的u本位计算权益;
但是下面的开单,好像却是币本位的方式开的单,如何转成为U本位的开单呢
5 years ago
- 1

