1
Follow
1
Followers
例えば,下記のETH_USDT契約は,市場の最新の価格は3864.41USDTです.この時点で,ETHの最低価格は386.44USDTです.下記の契約の最低価格はどれくらいですか?
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

