Username: Password:

Author Topic: Gunbot Not Making Trades  (Read 9401 times)

Offline cryptokevin

  • Rookie
  • *
  • Posts: 2
    • View Profile
Gunbot Not Making Trades
« on: November 18, 2017, 11:15:41 PM »
I've been running the latest version of Gunbot on Windows for over 48 hours now and it has not made a single trade. There have been excellent opportunities. There are no errors. It appears to be communicating with the exchange (Bittrex) and I saw it say entering buy circle a couple of times. I have 11 pairs set. I don't know where to go from here.

Please help.

Thank you.

Offline CryptoCrow

  • Rookie
  • *
  • Posts: 1
    • View Profile
    • MoonRunner.io - ICO/Crypto Portfolio Management
Re: Gunbot Not Making Trades
« Reply #1 on: November 19, 2017, 04:27:50 AM »
I just bought the newest version 6. I've tried 10 different pairs using various strategies and not a single order yet either..

I noticed its saying Receiving wrong asking price...
MoonRunner.io - ICO/Crypto Portfolio Management

Offline sloaleks

  • Contributor
  • **
  • Posts: 610
    • View Profile
Re: Gunbot Not Making Trades
« Reply #2 on: November 19, 2017, 10:31:20 AM »
paste here some strategies and some pair examples. if there is no error or safety switch issue, the culprits are your strategies.

Offline tammons

  • Rookie
  • *
  • Posts: 49
    • View Profile
Re: Gunbot Not Making Trades
« Reply #3 on: November 19, 2017, 07:48:36 PM »
I had the same thing happen, sort of. Buying and selling along. GB sold all positions where it should have and then stopped.

Running BBRSI

I waited for about a day and missed several buy/sell cycles. Tried and experiment and bought at a low, turned GB off and then back on and it started working normally and still is. That was two days ago.

Offline Dennypooh

  • Rookie
  • *
  • Posts: 5
    • View Profile
Re: Gunbot Not Making Trades
« Reply #4 on: December 01, 2017, 12:10:55 PM »
I been getting the same thing, anyone know how to resolve this?

Offline ovenmaster5

  • Rookie
  • *
  • Posts: 3
    • View Profile
Re: Gunbot Not Making Trades
« Reply #5 on: December 03, 2017, 04:42:04 AM »
I have this issue every time I try to change any parameters.  The only success I have had is uninstalling and reinstalling.

I made 20-30 buys/sells with my trade limit at 0.001 just to test my setup.  I bumped it up to 0.03 by directly editing the config.js, and the bot sold what was remaining on my account as it should have, at the proper times, however it didn't buy anything for the next ~5000 cycles of the bot (about 2-3 days).


"strategies": {
        "bb": {
            "NAME": "bb",
            "TRADING_LIMIT": 0.03,
            "PERIOD": 15,
            "BUY_LEVEL": 0.6,
            "GAIN": 1.5,
            "EMA1": 2,
            "EMA2": 4,
            "HIGH_BB": 25,
            "LOW_BB": 25,
            "STDV": 2,
            "SMAPERIOD": 20,
            "PANIC_SELL": false,
            "DOUBLE_UP": false,
            "DOUBLE_UP_CAP": 1,
            "STOP_LIMIT": 60,
            "BUY_ENABLED": true,
            "MIN_VOLUME_TO_BUY": 0.001,
            "MIN_VOLUME_TO_SELL": 0.001,
            "TRADES_TIMEOUT": 600

"bot": {
        "debug": false,
        "BOT_DELAY": 1,
        "interval_ticker_update": 25000,
        "period_storage_ticker": 2000,
        "timeout_buy": 60000,
        "timeout_sell": 60000,
        "TV_GAIN": 0.6,
        "TV_TRADING_LIMIT_BUY": 0.001,
        "TV_PYRAMID": false,
        "TV_TRADING_LIMIT_SELL": 0.001,
        "TV_PROTECTION": false,
        "VERBOSE": true,
        "WATCH_MODE": false

Any suggestions would be greatly appreciated.  When the bot does see a buy opportunity, this is what is displayed in the text:

2017/11/29 10:31:24: There are some trading opportunities for BTC-BCC at bittrex. Scanning Trade History
 ɢՍͶßʘŦ XT Edition  Tips&Tricks: BTC-BCC can be bought!!!
2017/11/29 10:31:24: Last Bid price BTC-BCC: 0.141568 | Last Ask: 0.141583
2017/11/29 10:31:24: Balance BTC: 0.17900026
2017/11/29 10:31:24: Balance BCC: 0
2017/11/29 10:31:24: On Orders BCC: 0
Processing strategy bb for BTC-BCC on bittrex
2017/11/29 10:31:24: Entering buy cycle
┌───────────────────┬───────────────────┬────────────┬────────────┬──────────┬────────────┬─────┬─────────┐
│ ɢՍÑɮØͳ XT Edition │ LowBB             │ HighBB     │ Buy at     │ Last     │ BTC        │ BCC │ Pair    │
├───────────────────┼───────────────────┼────────────┼────────────┼──────────┼────────────┼─────┼─────────┤
│ Buy cycle         │ 0.13780645        │ 0.14768303 │ 0.14175709 │ 0.141583 │ 0.17900026 │ 0   │ BTC-BCC │
├───────────────────┼───────────────────┼────────────┴────────────┴──────────┴────────────┴─────┴─────────┤
│ Callbacks         │ Retrying again... │                                                                 │

Offline Dennypooh

  • Rookie
  • *
  • Posts: 5
    • View Profile
Re: Gunbot Not Making Trades
« Reply #6 on: December 03, 2017, 05:22:42 AM »
Good to know, I'll try that!

Offline ovenmaster5

  • Rookie
  • *
  • Posts: 3
    • View Profile
Re: Gunbot Not Making Trades
« Reply #7 on: December 03, 2017, 05:44:41 AM »
I just uninstalled and reinstalled, its bought 3 times in the last 40 mins with the exact same settings.  No idea why it is doing this.

Offline johnsonboro

  • Rookie
  • *
  • Posts: 9
    • View Profile
Re: Gunbot Not Making Trades
« Reply #8 on: December 05, 2017, 08:17:39 AM »
Do you mind if I ask how you uninstalled / reinstalled please? I'm using Gunbot XT (6.0.2) on Linux so I don't quite understand how to 'uninstall' it when it's a case of launching the gunthy-gui.exe file in Terminal and then opening localhost:5000 in a browser?