Elexchange.SetDirection()
La función se utiliza para establecer la dirección de la orden de la función {@fun/Trade/exchange.Buy exchange.Buy}, la función {@fun/Trade/exchange.Sell exchange.Sell} cuando se realizan órdenes para contratos de futuros.
cambio.Configurar Dirección (dirección)
Eldirection
el parámetro se utiliza para establecer la dirección del contrato de futuros cuando se realiza la orden."buy"
, "closesell"
, "sell"
, "closebuy"
- ¿ Por qué?
dirección
verdadero
la cuerda
function main(){
// For example, set to OKX futures contract of this week
exchange.SetContractType("this_week")
// Set leverage to 5 times
exchange.SetMarginLevel(5)
// Set the order type to long
exchange.SetDirection("buy")
// Place an order for 2 contracts at 10,000
exchange.Buy(10000, 2)
exchange.SetMarginLevel(5)
exchange.SetDirection("closebuy")
exchange.Sell(1000, 2)
}
def main():
exchange.SetContractType("this_week")
exchange.SetMarginLevel(5)
exchange.SetDirection("buy")
exchange.Buy(10000, 2)
exchange.SetMarginLevel(5)
exchange.SetDirection("closebuy")
exchange.Sell(1000, 2)
void main() {
exchange.SetContractType("this_week");
exchange.SetMarginLevel(5);
exchange.SetDirection("buy");
exchange.Buy(10000, 2);
exchange.SetMarginLevel(5);
exchange.SetDirection("closebuy");
exchange.Sell(1000, 2);
}
Elexchange.SetDirection()
la función establece la correspondencia entre la dirección de la operación del contrato de futuros y la función de colocación de órdenes:
Funciones de colocación de pedidos | La dirección establecida por los parámetros de la función SetDirection | Las observaciones |
---|---|---|
exchange.Buy | Comprar y abrir posiciones largas | |
exchange.Buy | Comprar y cerrar posiciones cortas | |
exchange.Sell | Vender y abrir posiciones cortas | |
exchange.Sell | Vender y cerrar posiciones largas |
En el caso de las empresas de servicios de la Unión Europea, el número de empresas de servicios de servicios de la Unión Europea es el siguiente:
exchange.SetMarginLevel exchange.SetContractType