Kerby Jean

Results 11 comments of Kerby Jean

So what happen to the gradient?

Nevermind I figured it out, Thanks for this repo!

No, let's say I want to place a limit order for 100$. To do that I need the quantity(volume) of coins to buy for 100$. ``` binance.buy("BNBETH", quantity, price, {type:'LIMIT'},...

Thanks for the insight, will use decimal.js and save Exchange infos! I'm creating a simple bot that is buying at the average low and selling at the average high by...

Okay thanks, but please look at the other issue! [Link](https://github.com/jaggedsoft/node-binance-api/pull/716)

Hey tried your fix but It's still not working

Thanks for your answer, Here's the error: **{"code":-1102,"msg":"Param 'origClientOrderId' or 'orderId' must be sent, but both were empty/null!"}** The code: (The id Is a valid id) ``` client.orderStatus('ETHUSD', "507439843", (error,...

Any help would be appreciated!

Removing it doesnt fix it. What should I do?