Closed kamsy26 closed 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
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?
because minimum purchase must equal 1BNB @VasTShadowZz already explained this in MIN_NOTIONAL
@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?
You need to set the increase and decrease parameters to align to BNB.
Ex. --increasing .00001 --decreasing .00001
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