Cosmic Dust
Cosmic Dust
Any solutions?
+1 this is needed
Can't thank you enough! I spent days debugging this, your fork worked flawlessly.
I'm having this issue, is there an alternative to .render() aftear each tick?
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 this workaround for now. The...
Yes, I have the spot API working in production for a couple of months, I'm actually getting started in the futures market right now. I'll send you a full snippet...
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 binance = new Binance().options({ APIKEY:...
Hey there! Yes I have OCO orders working on the Spot Market, and your method is fine. However I don't seem to find any documentation about them on the Futures...
@marioanloru did you manage to solve this?