0
Follow
0
Followers
このコードで注文した
exchanges[1].SetContractType("XBTUSD");
exchanges[1].SetMarginLevel(80);
exchanges[1].SetDirection("buy");
exchanges[1].Buy(close+20,amout);
結果 システム 過剰負荷 返信 エラー:Futures_BitMEX エラー Futures_OP 0: 503: {"error":{"message":"The system is currently overloaded. Please try again later.","name":"HTTPError"}}
繰り返し試したいのですが, 返される誤差の値がわからないです.
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);
}
whileの条件は,null,false,undefined,または他の値で定義されます.
Related Recommendations
in main TypeError: IO() takes at most 3 arguments (5 given)symbol not setGetTicker: 400: {"code": 2, "data": {}, "message": "invalid params"}gateio getdepth 502Decrypt: Secret key decrypt failedGetOrders: 400: {"code":-1121,"msg":"Invalid symbol."}HTTP 403 errorBitcoin trading by using botsPlease translate the buy plan pageRunning botvs docker on android
Comment
All comments (2)
- 1

