Please help fatal error - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Technical Support (https://forum.gekko.wizb.it/forum-19.html) +--- Thread: Please help fatal error (/thread-57737.html) |
Please help fatal error - NeonRon - 10-24-2018 { buyParams: { price: '0.83', size: '131.03581763', product_id: 'ZRX-USD', post_only: true, side: 'buy' } } 'HTTP 400 Error: size is too accurate. Smallest unit is 0.00001000' RE: Please help fatal error - askmike - 10-25-2018 Can you post full logs? Can you let us know what exchange this is? Can you let us know what Gekko version you downloaded? RE: Please help fatal error - NeonRon - 10-25-2018 I am on the latest version of gekko I do believe I know the problem its the buy parameters its trying to buy lets say .839 and gdax wont let you do this I will put a screen shot in the original post RE: Please help fatal error - askmike - 10-25-2018 What latest version? A stable release of the develop branch found on github? Quote:I do believe I know the problem its the buy parameters its trying to buy lets say .839 and gdax wont let you do this I think so too What exchange? RE: Please help fatal error - NeonRon - 10-25-2018 v0.6.6 GDAX trading usd to zrx RE: Please help fatal error - askmike - 10-25-2018 I just released 0.6.7, which includes some fixes in the GDAX minimal orders! (If you downloaded the develop branch you already had these changes for a few days). Can you try to update and see if it persists? Here are some links to specific changes: - https://github.com/askmike/gekko/pull/2591 - https://github.com/askmike/gekko/pull/2597 - https://github.com/askmike/gekko/pull/2606 But again, if you downloaded the develop branch previously you already had these fixes. RE: Please help fatal error - smokinamigo - 06-28-2019 How did you resolve this @Neonrun, @Askmike, I am also getting the same error with gdax { buyParams: { price: '0.99', size: '115.46995035', product_id: 'DAI-USDC', post_only: true, side: 'buy' } } 'HTTP 400 Error: size is too accurate. Smallest unit is 0.00001' |