Type/to search
0
Follow
0
Followers
Respecto a problemas operativos tras la cancelación de un pedido
Help
Created 2020-03-21 13:01:31  
 2
 1316

Si he hecho una solicitud y la he cancelado en el plazo establecido, ¿cómo voy a hacer para que la siguiente solicitud sea repetida después de la retirada?

Related Recommendations
Comment
All comments (2)

    用GetOrders检查未成交订单,没有了在下
    if(exchange.GetOrders().length>0){
    }

    6 years ago

    if(exchange.GetPosition().length > 0) {
    break
    }else if (exchange.GetPosition().length <= 0) {
    exchange.Sell(Price, Amount)
    Sleep(5000)
    CancelPendingOrders() //撤销订单
    }
    这样子么

    6 years ago
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)