Gunthy

GUNBOT: The automatic profit generator => Technical Support & Development => Topic started by: Am5687 on May 12, 2019, 03:41:44 AM

Title: V12.9.9 Not trading
Post by: Am5687 on May 12, 2019, 03:41:44 AM
I have posted this in the Telegram room but have not gotten a response. I just did a clean install of 12.9.9 and when it tries to trade I get this v11 had been running fine.
15694
TypeError: Cannot read property ‘toString’ of undefined
      At module.exports.Market.sell.Promise.checkSecuritythen.resp (c:\snapshot\gblackv12\ctx-wrapper.js:0:0)
      At <anonymous>
       At.process._tickCallback (internal/process/next_tick.js:188:7)

2249

I just saw it try to enter a buy cycle and the error message was a lot longer unfortunately I did not get a capture of it.
The bot appeared to be running right I am getting the all good.......keep calm message. Although when I go to add a pair all the options look like they are greyed out but it will let me add the pair and run it. Any help would be great as I’m getting close to give up on this bot.
Title: Re: V12.9.9 Not trading
Post by: Aitor on May 14, 2019, 04:54:27 AM
Hi, try downloading latest Gunbot version:

https://gunbot.shop/gunbot-v12-9-9-1-stable-download-and-changelogs/
Title: Re: V12.9.9 Not trading
Post by: Am5687 on May 15, 2019, 02:09:50 AM
I just downloaded and installed 12.9.9.1 and am still getting that error. I am only running 2 pairs and for a day my USDT-Eth pair traded but the USDT-XLM pair started getting this error.
I also tried to did a manual trade now the bot is stuck trying to sell the dust and stuck in a never ending loop.
Title: Re: V12.9.9 Not trading
Post by: Aitor on May 15, 2019, 12:45:34 PM
Ok, let's see if this fix it:

https://gunbot.shop/fix-for-typeerror-cannot-read-property-tostring-of-undefined/
Title: Re: V12.9.9 Not trading
Post by: Am5687 on May 16, 2019, 11:48:54 PM
I got the multiple base shut off it has made several successful trades. Although it has got itself stuck in a callback loop and I have had to do a few manual trades. I think this one may have more to do with binance than the bot because each time it was slow to make the manual trade. Thank you for your help getting this going.
Title: Re: V12.9.9 Not trading
Post by: hm800x on June 27, 2019, 11:55:00 PM
Had the same problem on Binance on USDT-xxx pairs. On these pairs, set MIN-VOLUME-TO-SELL  and MIN-VOLUME-TO-BUY to 10. This way gunbot won't call buy/sell  orders total lower than 10 USDT which is the lowest on binance.
Title: Re: V12.9.9 Not trading
Post by: Aitor on June 29, 2019, 12:45:17 AM
Had the same problem on Binance on USDT-xxx pairs. On these pairs, set MIN-VOLUME-TO-SELL  and MIN-VOLUME-TO-BUY to 10. This way gunbot won't call buy/sell  orders total lower than 10 USDT which is the lowest on binance.

Right, it's important to set MVTB and MVTS above minimum tradeable amount to be sure the bot can trade. It you try to buy or sell manually with a lower amount, you also get an error, so it's an Exchange limitation.