0
Follow
0
Followers
جے ایس کسٹم فنکشن کے بارے میں پوچھیں۔
Created 2020-04-03 20:22:01 Updated 2020-04-03 22:11:35
1
1269
function BTC(price,amount){
var buy = exchange.IO("api", "POST", "/submitOrder.php", "mk_type=usdt" + "&coinname=btc" + "&type=1" + "&price="+price + "&amount="+amount + "&tag=121")
}
اگر میں اپنے آپ کو مختلف ٹرانزیکشنز میں پیکج کرنا چاہتا ہوں تو کیا یہ خرید و فروخت کے فنکشن کے طور پر لکھا جا سکتا ہے؟ اگر میں کسی بھی پوزیشن پر بی ٹی سی. خرید (قیمت ، رقم) کال کرنا چاہتا ہوں تو اسے کیسے لکھوں؟
Related Recommendations
Advanced Tutorial for FMZ Quant platform Strategy WritingElementary Tutorial for FMZ Quant platform Strategy WritingGet Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?5.5 Trading strategy optimization
Comment
All comments (1)
6 years ago
- 1
