yasinkuyu / binance-trader

💰 Cryptocurrency Trading Bot for Binance (Experimental)
2.54k stars 833 forks source link

Failure : Price Filter #78

Closed kamsy26 closed 6 years ago

kamsy26 commented 6 years ago

Hi, I set up the bot, but I do not understand my mistakes or my limitations. here is my argument: python trader.py --symbol RCNBNB --quantity 200 --profit 3 --loop 0 --orderid 0. But it returns to me the error "Failure: Price Filter." Can you help me please. Thank you

VasTShadowZz commented 6 years ago

Failure Filter failure: MIN_NOTIONAL https://support.binance.com/hc/en-us/articles/115000594711-Trading-Rule

Filter failure: PRICE_FILTER https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md

det-peralta commented 6 years ago

Can someone explain this to me. I cannot be able to make it work. eg: python trader.py --symbol OSTBNB --quantity 10 --profit 0.3

If i have 2.25157165 BNB balance why i getting the error?

Jagermeister56 commented 6 years ago

because minimum purchase must equal 1BNB @VasTShadowZz already explained this in MIN_NOTIONAL

det-peralta commented 6 years ago

@Jagermeister56 My purchase is more than 1BNB. I cant make it work.

python trader.py --symbol RCNBNB --quantity 50 --profit 0.3

eg. 50 RCN * 0.02808001 BNB = 1.4040005 BNB

The total is more than 1BNB

What can i do to make it work?

C2BB commented 6 years ago

You need to set the increase and decrease parameters to align to BNB.

Ex. --increasing .00001 --decreasing .00001