0
Follow
2
Followers
Binance: 契約戦略において、注文開始精度が不十分なため、残りのポジションを完全にクローズするように設定するにはどうすればよいですか?
Created 2021-12-29 08:42:18
6
987
このプラットフォームの精度は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


