glennoid

Results 3 comments of glennoid

The gekko trading bot uses a methodology where each time it checks and the order isn't filled, it cancels and re-places the order at the top of the order book....

I solved this in my version by changing the tradeAmount from int to double in BinanceTrader.java, as well as the amount variable in the client API wrapper TradingClient.java. String formatting...

.. as an update to my last comment, I realize there needs to be a little more logic in there with respect to trade amounts and balances < 1. I...