Niv
Niv
I had the same doubt and opened an issue about it not too long ago. As far as I know there is not support for OCO order type in the...
> Its kind of odd, because on Binance's GUI there is an option to set TP/SL for a position. > >  > > Anyway I have it working with...
> First we initialize de Binance client. I sugest you use `async` `await`, it will make your life much easier. > > ```js > const Binance = require('node-binance-api'); > const...
Hey again 👋. So I played with it a little bit. What do you think about my implementation of OCO order: Please let me know :) ``` const buy =...
> Hum it's good question. I have the same problem with open order (LIMIT). And i found two solutions here : > > futuresCountdownCancelAll or cancelOrder manually with a cron...