Valeriy Studennikov

Results 2 comments of Valeriy Studennikov

Here I wrote how I managed to set the limit and stop loss #786

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', workingType: 'MARK_PRICE', stopPrice: 0.0116, closePosition:...