1
Follow
1
Followers
Como obter qualquer moeda no contrato Euro-Italiano de forma rápida e fácil e a precisão ao fazer um pedido para uma transação
Created 2024-05-26 23:25:52
2
921
Por exemplo, o seguinte contrato ETH_USDT, o preço mais recente no mercado é de 3864.41USDT, o preço mínimo para comprar um ETH é de 386.44USDT, como obter rapidamente o preço mínimo deste contrato?
Related Recommendations
Inventor Quant Workflow FAQ (Continuously Updated)Financial Magic Zone Global KOL RecruitmentFAQ Summary (Updating...)PINE Language Introductory Tutorial of FMZ QuantPrimary Tutorial of Strategy Writing with FMZ Quant Trading Platform (Must Read)Getting Started with FMZ Quant Trading Platform (Must Read)
Comment
All comments (2)
python
markets = exchange.GetMarkets()
currency = exchange.GetCurrency()
ct = "swap"
key = currency + "." + ct
Log(key, ":", markets[key]['PricePrecision'])
2 years ago
- 1

