I am using node-binance-api. I have placed the order using
let adjustLeverage = await binance.futuresLeverage(coin, 2); let res_2 = await binance.futuresMarketSell(coin, quantity);
. Then after I want to set stop loss. How can I do that?