Prabhu P. Biswal
Results
2
comments of
Prabhu P. Biswal
Same problem
> To place orders to open a long position, I use > > //ORDER OPEN //await binance.futuresOrder('BUY', coin, amount) > > //STOP-LOSS await binance.futuresOrder('SELL', coin, amount, false, { type: 'STOP_MARKET',...