yasinkuyu / binance-trader

💰 Cryptocurrency Trading Bot for Binance (Experimental)
2.51k stars 828 forks source link

max_amount Invalid quantity, minQty: 0.01000000 (u: 0.00000000) error #131

Closed Wrexen closed 6 years ago

Wrexen commented 6 years ago

Got this error when use max_amount. Can someone help ?

C:\Users\XXX\Desktop\bnew>trader.py --symbol RCNBNB --max_amount 5.00000000 --profit 1.3 --stop_loss 0 @yasinkuyu, 2018 Auto Trading for Binance.com. --symbol: RCNBNB

Invalid quantity, minQty: 0.01000000 (u: 0.00000000) Invalid notional, minNotional: 1.00000000 (u: 0.00000000)

C:\Users\XXX\Desktop\bnew>

WeSpeakCrypto commented 6 years ago

Sorry. That shouldn't be float. --max_amount should be True / False. If you want to specify a value. Use --amount. Updated the repo.