CkCreative / binance-spot-trading-bot

This is a simple binance spot trading bot made using Node.js. Read the documentation to get the background of the claims behind the bot.
Other
84 stars 34 forks source link

Can't buy #13

Open RipVampiretto opened 3 years ago

RipVampiretto commented 3 years ago

The bot reports the following error in the console:

{"message": "Placing normal BUY..", "level": "info"} {"message": "You cannot buy with 0. It is less than the minimum of 10 USDT", "level": "error"}

I usebot on the ETH/USDT (ETHUSDT) market, and I have well over $10 in the USDT spot wallet.

Why?

CkCreative commented 3 years ago

Could be FIAT percentage you set?

What's your percentage?

"ASSET_PERCENT": 99,
 "FIAT_OR_QUOTE_PERCENT": 99,
RipVampiretto commented 3 years ago

"ASSET_PERCENT": "50", "FIAT_OR_QUOTE_PERCENT": "99",

CkCreative commented 3 years ago

This looks OK. Try placing manual order first in binance first => start the bot => cancel the order

See what happens

RipVampiretto commented 3 years ago

Anyway I suppose I solved it, it had created an 'info' section in the JSON with value "minQty": "10", deleting it started normally, presenting another problem though, that is this:

{"message":"Ticker: 2292.50000000","level":"info"} {"message":"Placing normal BUY..","level":"info"} {"message":{"code":-1021,"msg":"Timestamp for this request was 1000ms ahead of the server's time."},"level":"error"} {"level":"error"}

RipVampiretto commented 3 years ago

Do you want me to send you the full JSON?

CkCreative commented 3 years ago

That's a binance issue... I don't recall what fixed it for me... But check to make sure time of your machine is synced correctly

RipVampiretto commented 3 years ago

Oh ok, if you are referring to my computer, yes, it is synchronized correctly.

29/07/2021 15:11

CkCreative commented 3 years ago

Do you want me to send you the full JSON?

No need, just try syncing time and see if it fixes. Windows has no issues in my case

RipVampiretto commented 3 years ago

Do you want me to send you the full JSON?

No need, just try syncing time and see if it fixes. Windows has no issues in my case

I'll try to put it on the VPS and tell you.

scooby75 commented 2 years ago

i have 4 euro in Binance, why does the bot not run correctly? Tks!

image

erase-hub commented 2 years ago

Do you want me to send you the full JSON?

Can you send me in private?

RipVampiretto commented 2 years ago

Do you want me to send you the full JSON?

Can you send me in private?

why? anyway I solved everything