juverofan / binanceAutoTrade

Some scripts to help trading automatically on Binance
0 stars 0 forks source link

binance.exceptions.BinanceAPIException: APIError(code=-1013): Invalid quantity. #1

Open dragoncity17 opened 2 years ago

dragoncity17 commented 2 years ago

Hello,

Thanks a lot for your bot.

I have this error when I want to buy : "binance.exceptions.BinanceAPIException: APIError(code=-1013): Invalid quantity."

I use this settings : coin = "ETH" #coin you want to trade paircoin = "USDT" #pair coin, set BUSD or USDT action = "BUY" #start action to trade, SELL or BUY usd = 100 #the volume of paircoin you want to trade. limit = 20 #the value (USD) you want to stop trading

Thanks in advance.

juverofan commented 2 years ago

I updated my scripts. Please download and try again. Thank you very much!