-
Notifications
You must be signed in to change notification settings - Fork 2k
Filter failure: MIN_NOTIONAL #1238
Comments
Related: ccxt/ccxt#1516 |
@kroitorThanks. Im waiting until this will fix |
Not really, it's telling you that the order that is being placed is too small, and this isn't a problem in Binance or ccxt, more like a problem in the decision logic that calculates the amount and the price of the order. The calculated values have to satisfy exchanges rules. This can be fixed within zenbot. I was just posting info for developers to help them fix it quicker and easier. P.S. I would also recommend you to update the ccxt module, as your version is quite old. |
@kroitor My temporal soultion was change in "products" the min size ( more than 0.002 ) and "works" How can do that easy? Im a little bit noob yet |
@kroitor updated ccxt now. Should be work fine now? I clone into node folder from new |
Cool!
No, not necessarily. It may still not work, unless the authors of zenbot fix it in their code that does submit orders to binance for it to account for the limits (those are described in official Binance docs). You see, I'm not the author nor a developer of zenbot. So, I can't really help you fix the problem with it. The only thing I can do for you is to give the developers a hint on how they should be fixing it (I already did that above). But until the devs fix it, I'm afraid, this will not work fine. |
@kroitor An error occurred { Error: binance GET https://api.binance.com/api/v1/aggTrades?symbol=TRXETH&startTime=1517107157521&endTime=1517110757521&limit= 400 Bad Request {"code":-1105,"msg":"Parameter 'limit' was was empty."} (possible reasons: invalid API keys, bad or old nonce, exchange is down or offline, on maintenance, DDoS protection, rate-limiting) |
@Rutinguer then just restore the version that comes with zenbot. A clean reinstall usually fixes that easily. Yet still, the problem won't be fixed until it is fixed in the zenbot source. |
@kroitor Still no working. Maybe because the latest version binance https://github.com/ccxt/ccxt/blob/master/js/binance.js have diferent things than the older in zenbot I have 2 folders , zenbot like you can found here and other with ccxt and other modules updated With the older versions works ( with error MIN_NOTIONAL ) the only way i found for trade with the bot was change "min_size": with a value above 0.002. Thanks for all Edit : I changed only Binance.js and It seems to work well,but not with the last version |
Me again .. @kroitor Im using normal zenbot with this ccxt/ccxt#1222 and It seems to work wel |
Latest Version
Strategy Neural
Sorry for my english
After sell the bot still triying sell more and this is the problem. I have reset the bot and start again. I cant leave bot working alone
*Now is 0.002 BTC minimum on binance where can change this?
I just change this for the minimum order, and works but i guess this is not the best fix
{
"id": "IOSTBTC",
"asset": "IOST",
"currency": "BTC",
"min_size": "1000.00000000",
"max_size": "100000.00000000",
"increment": "1.00000000",
"label": "IOST/BTC"
},
The text was updated successfully, but these errors were encountered: