Type/to search
0
Follow
0
Followers
Um erfolgreich zu sein, ersetzen Sie bitte „num“ durch eine konkrete Zahl. Aber es funktioniert nicht, wenn Sie eine Variable ersetzen. Wie gehen Sie damit um?
FAQ
Created 2018-11-08 10:27:20  
 3
 1934

var num = Number(sell_one_price);
Log (("Ob der Test Zahlen ausgibt", num);
exchange.IO("api","POST","/api/v1/order","symbol=XBTUSD&side=Sell&orderQty=40&price=num&ordType=Limit&execInst=ParticipateDoNotInitiate");
2018-11-08 10:24:55 Futures_BitMEX Fehler Futures_OP 4: 400: {"error":{"message":"'price' must be a number.","name":"HTTPError"}}
2018-11-08 10:24:55 Informationen Test, ob die Zahl 6504,5 ausgegeben wird

Related Recommendations
Comment
All comments (3)

    exchange.IO("api","POST","/api/v1/order","symbol=XBTUSD&side=Buy&orderQty="+last_Amount+"&price="+buy_price+"&ordType=Limit&execInst=ParticipateDoNotInitiate");

    8 years ago

    感谢小小梦给了例子,下面给后人参考使用

    8 years ago

    num 您写在 "symbol=XBTUSD&side=Sell&orderQty=40&price=num&ordType=Limit& 就是一个 字符串了 是 num , 并不是 变量 num !
    这个需要先弄明白 字符串的概念, 变量名的概念。

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