Anmeldeinformationen 022-01-21 18:24:32 Informationen für die Eröffnung eines freien Formulars, sellOrderId 404702825422401536 2022-01-21 18:24:32 Futures_OKCoin Verkauf auf freiem Markt - Swap Marktpreis 1 2022-01-21 18:24:32 Informationen: Haltestelle kleiner als die maximale Eröffnungsmenge, kann mehr als eine Option sein
Der Code function orderOpen(way, price, amount) {
if (way == "LONG") {
return trade("buy", price, amount)
} else if (way == "SHORT") {
return trade("sell", price, amount)
}
}
else if (position.length == 0) { Log (“Leer Lager, direkt auf Rechnung”) buyOrderId = orderOpen(way, -1, amount) Log ((“BuyOrderIduyOrderId=”, buyOrderId) }
为什么多单就是市价单,空单就是委托单呢?谢谢