Type/to search
0
Follow
0
Followers
Ajuda! Quando uma ordem BitMEX falha, os dados retornados são falsos, nulos ou indefinidos?
FAQ
Created 2018-03-21 08:08:53  
 2
 2400

Encomendado com este código
exchanges[1].SetContractType("XBTUSD");
exchanges[1].SetMarginLevel(80);
exchanges[1].SetDirection("buy");
exchanges[1].Buy(close+20,amout);

Resultado do sistema retornou o erro de sobrecarga: Futures_BitMEX Erro Futures_OP 0: 503: {"error":{"message":"The system is currently overloaded. Please try again later.","name":"HTTPError"}}

Eu gostaria de tentar novamente usando a seguinte estrutura de loop infinito, mas não sei qual é o valor de retorno do erro acima?
var id=null;
while(id==null||id==false){
exchanges[1].SetContractType("XBTUSD");
exchanges[1].SetMarginLevel(80);
exchanges[1].SetDirection("buy");
id=exchanges[1].Buy(close+20,amout);
Sleep(100);
}

Então, o que deve ser usado na condição do while?

Related Recommendations
Comment
All comments (2)

    谢谢 我找到了zero的容错封装

    8 years ago

    一般情况来说,
    一个 交易所 下单成功 应当返回 订单 ID,
    如果 有异常 或者 失败 返回的 是 null 。

    8 years ago
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)