12
Follow
3
Followers
패키지 교환 구매를 사용할 때 왜 항상 "잔액 태그가 부족하여 실패했습니다"라고 보고되나요?
Created 2022-01-19 21:05:36 Updated 2022-01-19 21:27:19
5
1090
OK 거래소, 이미 var ret = exchange.IO (("api", "GET", "/api/v5/account/balance", "ccy=USDT")
ETH-USDT를 지정하고, 최소 1개의 계약을 설정합니다.
openLong(ticker.Last - 180, 1)
이 계좌에는 680 usdt가 있고, ETH-USDT의 영구 계약이 있을 만큼 충분한 금액이 있습니다.
만약 주문을 할 때 <unk> 대신 usdt로 포지션을 설정하고 싶다면 어떻게 설정해야 할까요?
감사합니다.
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

