Closed Memoi closed 6 years ago
This is due to https://support.binance.com/hc/en-us/articles/115000594711-Trading-Rule The minimum price for NEOBTC: 0.000001, however, you are trying to buy & sell with 0.00000100, so the API won't accept it. Application should validate & re-format the price calculated with exchangeInfo -> symbol -> filters -> minPrice or tickSize
I'm quite new to this project only today, so cannot say more. Will try to make some changes and see how it goes bit later.
What you also can do is using "--increasing 0.0000001 --decreasing 0.0000001" to define the increase and decrease value to replace the default one with 0.00000001 which causing format issue. But I still think it will be more convenience to have application itself to detect it.
Thanks ☺️
any ideas why im getting this message when the app trys to sell, it can buy fine
2021-02-15 20:17:56,164,164 INFO CTSIBNB: Buy order filled... Try sell... Message : Filter failure: PRICE_FILTER
Hello,
I have this error when i tried to buy ETH or NEO but it's working for VIBE, VEN, BCD...
m: Filter failure: PRICE_FILTER
Example python trader.py --symbol NEOBTC --quantity 1 --profit 0.8 python trader.py --symbol ETHBTC --quantity 0.1 --profit 0.5