Please tell me how to set up the start of the okx futures For example, if I want to open more BTCs in the same quarter,
Nine sunsWhy is it necessary to open more spaces at the same time?
idle_awayDo you think it makes sense to have more space at the same time?
Inventors quantify - small dreams ``` exchange.SetContractType("quarter") exchange.SetDirection("buy") exchange.Buy(price, amount) exchange.SetDirection("sell") exchange.Sell(price, amount) ```
muWhat is it?
muThank you.