Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Tangy

Pages: [1]
1
Hi,
I have problem with the Gunbot. It working well couple of hours and suddenly it stop working with error:

Code: [Select]
(node:2064) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: 429
(node:2064) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

The Gunbot running on Windows 10 64bit. Same problem on pair BTC and USD
Any idea how can I fix it?

Thankx
Vlado

This isn't a new issue and the devs are aware of it.

See: https://github.com/GuntharDeNiro/BTCT/search?utf8=%E2%9C%93&q=promise+rejection&type=Issues

2
at least you bot does something... oh and you wont find much help here... looking into a telegram group instead

telegram is only 3-5 people talking about how awesome their bot is and 100 other people being ignored!

The Telegram group isn't your free tech support group. Ask your question and wait for an answer. If it doesn't get answered within an hour, ask again.

3
In the wiki:

Values: numerical – represents a percentage. Relevant: when bb is used as selling strategy & when DOUBLE_UP is activated. This sets the target for selling with bb as selling strategy. The bot will sell when the price hits a point 40% from HIGH_BB.

The "&" seems to imply that it must be on for it to work? Does that mean that BB strat will only buy but never sell if double up is off? Or is this a just grammar/formatting issue in the wiki?

Answered this in the Telegram chat, but for anyone else: no. BB will work without DOUBLE_UP.

4
General Discussion / Re: Binance platform dont work for me
« on: January 07, 2018, 09:49:02 PM »
Hi guys,
since yesterday I am the proud owner of GunBot. I use this on Binance. But unfortunately I miss the experience here. Unfortunately, the GunBOT has not made any trades at Binance for 15 hours, even though he has gone through 450 laps. I use the TSSL strategy at 5 pairs. Can someone help me or have the same problem with Binance?

My Settings are:

Code: [Select]
"tssl": {
      "NAME": "tssl",
      "BUY_LEVEL": 0.01,
      "GAIN": 0.6,
      "TRADING_LIMIT": 0.001,
      "FUNDS_RESERVE": 0.001,
      "PERIOD": 15,
      "BUY_RANGE": 0.6,
      "SELL_RANGE": 0.6,
      "EMA1": 16,
      "EMA2": 8,
      "HIGH_BB": 35,
      "LOW_BB": 25,
      "STDV": 2,
      "SMAPERIOD": 50,
      "PANIC_SELL": false,
      "DOUBLE_UP": false,
      "DOUBLE_UP_CAP": 1,
      "DU_CAP_COUNT": 3,
      "DU_METHOD": "HIGHBB",
      "DU_BUYDOWN": 2,
      "RSI_BUY_ENABLED": false,
      "RSI_SELL_ENABLED": false,
      "RSI_BUY_LEVEL": 30,
      "RSI_SELL_LEVEL": 70,
      "TSSL_TARGET_ONLY": true,
      "STOP_LIMIT": 60,
      "BUY_ENABLED": true,
      "OKKIES_MODE": true,
      "BTC_MONEY_FLOW": 35,
      "MIN_VOLUME_TO_BUY": 0.001,
      "MIN_VOLUME_TO_SELL": 0.001,
      "TRADES_TIMEOUT": 600
    },



Best regards

Wordi

For TSSL to start working properly you must have a previous trade for that coin pair. So if you don't, just go to Binance and buy the minimum amount of the exact same coin pair (like BTC-VEN or whatever, the exact same pair) and then Gunbot will start trading properly.

5
General Discussion / Re: Interested to buy, few questions
« on: January 07, 2018, 09:47:24 PM »
Are upgrade to newer versions of the bot for free?

Updates to the core software are included, but you have to pay to add future new exchanges and certain add-ons.

Quote
Binance is quite new, is it working without problem now? I saw some people with errors with binance...

All exchanges are under heavy load and suffering issues at times. Binance is working well enough.

Quote
Do you need to constantly (few times a week) upgrade your trading pairs for best results?

Yes, you need to pay attention to it. You can "set it and forget it" but you're going to suffer when rapid price swings occur.

Quote
What percentage (month) can I expect? Between 5% (bad crypto market) and 20% (good crypto market)?

500%. No, 5000%. Wait, 5%. It depends on your settings. If you start live trading without learning how to use the bot it's easy to lose money right away. If you spend time learning it and trade properly, then you should be fine. All Gunbot does is automatically execute buy and sell orders based on the strategy and settings you choose.

Quote
Do people change their strategy settings a lot or are the default settings good enough?

If you use the default settings, you are unlikely to make much. This would be the same as you just randomly buying and selling the same coins with no analysis. All the bot does is execute your strategy.

Pages: [1]