12
Follow
3
Followers
パッケージ exchange.Buy を使用すると、常に「残高タグが不足しているため失敗しました」と報告されるのはなぜですか?
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)
口座には680usdtが残っていて,ETH-USDTの契約が永久に続くのに十分な金額です.
オーダーする際の位置設定を,張ではなく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

