dengo1905
Results
2
comments of
dengo1905
In class BinanceTrader I have changed this (there is another check also): ("0".equals("" + tradingBalance.getLocked().charAt(0)) && lastAsk >= currentlyBoughtPrice) to this: ("0.000".equals("" + tradingBalance.getLocked().substring(0,5)) && lastAsk >= currentlyBoughtPrice)
I have the same problem...and I'm using BNB but still got that error when selling and buying and most of the times exception happens when I'm low on funds... I...