1
Follow
1
Followers
Comment obtenir rapidement et facilement n'importe quelle devise dans le contrat euro-italien et la précision lors de la passation d'une commande pour une transaction
Created 2024-05-26 23:25:52
2
921
Par exemple, le prix le plus bas pour acheter un ETH est 386.44 USDT, alors que le prix le plus bas pour acheter un ETH est 3864.41 USDT.
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

