-
Notifications
You must be signed in to change notification settings - Fork 2k
MIN_NOTIONAL error on binance.ETC-BNB #1793
Comments
It is a minimum trade issue, just not a regular one.
Also, I think Binance has done some slight modification of their API a few days ago. It may explain why your the first to hit on this bug. |
Well, another reason why I didn't think it was a minimum trade was that I can buy and sell just fine on binance website. I even tested small values to trade and it said that the minimum for that pair was 1. Should I throw in a little more ETC to see if that would work (all I have left is 0.25)? |
Changes with the previous version: - Binance filters are selected by type rather than by index. It fixes DeviaVir#1794 - No more useless removal of trailing zeros of 'increment' and 'asset_increment' - Binance notional filter is set in `product.min_total` rather than roughly modifying `product.min_size`. It fixes DeviaVir#1793
@rountrey I've fixed it. Wait until the pull request is merged (or clone my branch if you're pressed) It will not resolve your problem since orders will not pass. I would advise you to use more than what's you have put if you don't want to keep running into this kind of troubles. |
* Engine: Split code about check of minimal order size into a function The function avoid code duplication and is more easily readable. Small behavior change: the new function accept products with both `min_size` and `min_total`. Previously, only the first one available was checked. * Binance: rewrite update-products to fix bugs Changes with the previous version: - Binance filters are selected by type rather than by index. It fixes DeviaVir#1794 - No more useless removal of trailing zeros of 'increment' and 'asset_increment' - Binance notional filter is set in `product.min_total` rather than roughly modifying `product.min_size`. It fixes DeviaVir#1793
System information
Describe the problem
I'm having this error on Binance:
I have checked through the issues pages on github and could not find a working fix. I have updated zenbot-stable, updated ccxt, then I went to zenbot-unstable with an updated ccxt (updating ccxt was one of the recommended fixes). As a last ditch effort, I purged everything and started clean. Dumped the database, deleted zenbot, uninstalled mongodb and nodejs, removed all config files. Then I reinstalled mongodb, nodejs, zenbot-unstable, updated ccxt, and I am still getting the same errors.
Sims work fine, paper works fine, live trading works until it wants to trade and it throws up that error. I started trading 2 ETC with BNB, they have similar values at this time (2 ETC = ~1.7 BNB), so it isn't a minimum trade issue. Plus, the buy_pct and sell_pct is set at 99.
Although I am using a custom strategy, this also happens on rsi -- my go-to live trading test strategy.
Any help would be nice.
The text was updated successfully, but these errors were encountered: