Username: Password:

Author Topic: no trades at all with v5.0.4  (Read 7235 times)

Offline Doc

  • Rookie
  • *
  • Posts: 35
    • View Profile
no trades at all with v5.0.4
« on: October 05, 2017, 08:12:02 AM »
running since 90 hours or so, can somone please help?

conf is almost default with just couples added, pure BB

changes in red

Quote
{
   "pairs": {
      "poloniex": {
         "BTC_XRP": {
            "strategy": "bb",

            "override": {
               "BTC_TRADING_LIMIT": 0.002
            }
         },
         "BTC_DASH": {
            "strategy": "bb",

            "override": {}
         },
         "BTC_ETH": {
            "strategy": "bb",

            "override": {}
         },
         "BTC_XMR": {
            "strategy": "bb",

            "override": {}
         },
         "BTC_ETC": {
            "strategy": "bb",

            "override": {}
         },
         "BTC_STRAT": {
            "strategy": "bb",

            "override": {}
         },
         "BTC_LTC": {
            "strategy": "bb",

            "override": {}
         },
         "BTC_GAME": {
            "strategy": "bb",

            "override": {}
         },
         "BTC_DGB": {
            "strategy": "bb",

            "override": {}
         }

      },
      "kraken": {
         "DASHEUR": {
            "strategy": "bb",
            "override": {}
         },
                        "XLTCXXBT": {
            "strategy": "bb",
            "override": {}
         }
      },
      "bittrex": {
         "BTC-LTC": {
            "strategy": "bb",
            "override": {}
         },
                        "BTC-ARK": {
            "strategy": "bb",
            "override": {}
         }
      },
      "cryptopia": {
         "SIGT_BTC": {
            "strategy": "bb",

            "override": {}
         },
                        "OMG_BTC": {
            "strategy": "bb",

            "override": {}
         }
      }
   },

   "exchanges": {
      "poloniex": {
         "key": "123",
         "secret": "123"
      },
      "kraken": {
         "key": "YOUR_API_KEY_HERE",
         "secret": "YOUR_SECRET_KEY_HERE"
      },
      "bittrex": {
         "key": "YOUR_API_KEY_HERE",
         "secret": "YOUR_SECRET_KEY_HERE"
      },
      "cryptopia": {
         "key": "YOUR_API_KEY_HERE",
         "secret": "YOUR_SECRET_KEY_HERE"
      }

   },

   "bot": {
      "debug": false,

      "period_storage_ticker": 2000,
      "interval_ticker_update": 25000,

      "timeout_buy": 60000,
      "timeout_sell": 60000,

      "WATCH_MODE": false,
      "VERBOSE": true,
      "TV_GAIN": 0.6,
      "TV_TRADING_LIMIT": 0.001,
      "BOT_DELAY": 1
   },

   "ws": {
      "port": 5001
   },

   "imap_listener": {
      "enabled": false,
      "authorized_froms": ["noreply@tradingview.com"],
      "user": "YOUR_EMAIL_HERE",
      "password": "YOUR_PASSWORD_HERE",
      "host": "imap.gmail.com",
      "port": 993,
      "tls": true,
      "tlsOptions": {
         "rejectUnauthorized": false
      }
   },

   "strategies": {
      "bb": {
         "BTC_TRADING_LIMIT": 0.002,
         "PERIOD": 15,
         "EMA1": 2,
         "EMA2": 4,
         "GAIN": 2,
         "HIGH_BB": 27,
         "LOW_BB": 25,
         "STDV": 2,
         "SMAPERIOD": 50,
         "PANIC_SELL": false,
         "DOUBLE_UP": true,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.0001,
         "MIN_VOLUME_TO_SELL": 0.0001

      },
      "gain": {
         "BTC_TRADING_LIMIT": 0.001,
         "PERIOD": 15,
         "BUY_LEVEL": 2,
         "GAIN": 2,
         "EMA1": 200,
         "EMA2": 50,
         "HIGH_BB": 45,
         "LOW_BB": 45,
         "STDV": 2,
         "SMAPERIOD": 50,
         "PANIC_SELL": false,
         "DOUBLE_UP": true,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },

      "pp": {
         "BTC_TRADING_LIMIT": 0.01,
         "PP_BUY": 0.00000001,
         "PP_SELL": 0.12345678,
         "PANIC_SELL": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "stepgain": {
         "BTC_TRADING_LIMIT": 0.02,
         "PERIOD": 15,
         "BUYLVL1": 0.6,
         "BUYLVL2": 2,
         "BUYLVL3": 70,
         "SELLLVL1": 0.6,
         "SELLLVL2": 2,
         "SELLLVL3": 70,
         "BUYLVL": 2,
         "SELLLVL": 2,
         "LASTPOINTS": 5,
         "AVGPOINTS": 250,
         "AVGMINIMUM": 0.00000001,
         "EMA1": 2000,
         "EMA2": 1000,
         "PANIC_SELL": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "bbgain": {
         "BTC_TRADING_LIMIT": 0.01,
         "PERIOD": 15,
         "GAIN": 0.6,
         "HIGH_BB": 45,
         "LOW_BB": 45,
         "STDV": 2,
         "SMAPERIOD": 150,
         "EMA1": 200,
         "EMA2": 50,
         "PANIC_SELL": false,
         "DOUBLE_UP": true,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "gainbb": {
         "BTC_TRADING_LIMIT": 0.01,
         "PERIOD": 15,
         "BUY_LEVEL": 2,
         "GAIN": 0.6,
         "HIGH_BB": 45,
         "LOW_BB": 40,
         "STDV": 2,
         "SMAPERIOD": 150,
         "EMA1": 200,
         "EMA2": 50,
         "PANIC_SELL": false,
         "DOUBLE_UP": true,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "bbstepgain": {
         "BTC_TRADING_LIMIT": 0.001,
         "PERIOD": 15,
         "HIGH_BB": 45,
         "LOW_BB": 45,
         "STDV": 2,
         "SMAPERIOD": 150,
         "SELLLVL1": 0.6,
         "SELLLVL2": 2,
         "SELLLVL3": 70,
         "SELLLVL": 2,
         "LASTPOINTS": 5,
         "AVGPOINTS": 250,
         "AVGMINIMUM": 0.00000001,
         "EMA1": 2000,
         "EMA2": 1000,
         "PANIC_SELL": false,
         "DOUBLE_UP": true,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "stepgainbb": {
         "BTC_TRADING_LIMIT": 0.001,
         "PERIOD": 15,
         "HIGH_BB": 49,
         "LOW_BB": 40,
         "STDV": 2,
         "SMAPERIOD": 150,
         "BUYLVL1": 0.6,
         "BUYLVL2": 2,
         "BUYLVL3": 70,
         "BUYLVL": 2,
         "GAIN": 0.6,
         "LASTPOINTS": 5,
         "AVGPOINTS": 250,
         "AVGMINIMUM": 0.00000001,
         "EMA1": 2000,
         "EMA2": 1000,
         "PANIC_SELL": false,
         "DOUBLE_UP": true,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },

      "bbpp": {
         "BTC_TRADING_LIMIT": 0.01,
         "PERIOD": 15,
         "GAIN": 0.1,
         "HIGH_BB": 40,
         "LOW_BB": 40,
         "STDV": 2,
         "SMAPERIOD": 150,
         "PP_SELL": 0.12345678,
         "PANIC_SELL": false,
         "DOUBLE_UP": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "ppbb": {
         "BTC_TRADING_LIMIT": 0.01,
         "PERIOD": 15,
         "GAIN": 0.1,
         "HIGH_BB": 40,
         "LOW_BB": 40,
         "STDV": 2,
         "SMAPERIOD": 150,
         "PP_BUY": 0.00000001,
         "PANIC_SELL": false,
         "DOUBLE_UP": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "gainstepgain": {
         "BTC_TRADING_LIMIT": 0.01,
         "HIGH_BB": 45,
         "LOW_BB": 45,
         "STDV": 2,
         "SMAPERIOD": 150,
         "PERIOD": 15,
         "SELLLVL1": 0.6,
         "SELLLVL2": 2,
         "SELLLVL3": 70,
         "SELLLVL": 2,
         "BUY_LEVEL": 2,
         "LASTPOINTS": 5,
         "AVGPOINTS": 250,
         "AVGMINIMUM": 0.00000001,
         "EMA1": 200,
         "EMA2": 50,
         "PANIC_SELL": false,
         "DOUBLE_UP": true,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "stepgaingain": {
         "BTC_TRADING_LIMIT": 0.01,
         "PERIOD": 15,
         "BUYLVL1": 0.6,
         "BUYLVL2": 2,
         "BUYLVL3": 70,
         "BUYLVL": 2,
         "GAIN": 2,
         "LASTPOINTS": 5,
         "AVGPOINTS": 250,
         "AVGMINIMUM": 0.00000001,
         "EMA1": 2000,
         "EMA2": 1000,
         "PANIC_SELL": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "gainpp": {
         "BTC_TRADING_LIMIT": 0.01,
         "PERIOD": 15,
         "BUY_LEVEL": 0.1,
         "PP_SELL": 0.12345678,
         "EMA1": 2000,
         "EMA2": 1000,
         "PANIC_SELL": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "ppgain": {
         "BTC_TRADING_LIMIT": 0.01,
         "PERIOD": 15,
         "GAIN": 2,
         "PP_BUY": 0.12345678,
         "EMA1": 200,
         "EMA2": 50,
         "PANIC_SELL": false,
         "DOUBLE_UP": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "stepgainpp": {
         "BTC_TRADING_LIMIT": 0.01,
         "PERIOD": 15,
         "BUYLVL1": 1,
         "BUYLVL2": 3,
         "BUYLVL3": 5,
         "BUYLVL": 2,
         "PP_SELL": 0.1,
         "LASTPOINTS": 5,
         "AVGPOINTS": 250,
         "AVGMINIMUM": 0.00000001,
         "EMA1": 2000,
         "EMA2": 1000,
         "PANIC_SELL": false,
         "DOUBLE_UP": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      },
      "ppstepgain": {
         "BTC_TRADING_LIMIT": 0.01,
         "PERIOD": 15,
         "SELLLVL1": 2,
         "SELLLVL2": 5,
         "SELLLVL3": 10,
         "SELLLVL": 2,
         "PP_BUY": 0.00000001,
         "LASTPOINTS": 5,
         "AVGPOINTS": 250,
         "AVGMINIMUM": 0.00000001,
         "EMA1": 2000,
         "EMA2": 1000,
         "PANIC_SELL": false,
         "DOUBLE_UP": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

      }


   },

   "optionals": {
      "toOverride": {
         "BOUGHT_PRICE": 0.104744

      }
   }


}

Offline sloaleks

  • Contributor
  • **
  • Posts: 610
    • View Profile
Re: no trades at all with v5.0.4
« Reply #1 on: October 05, 2017, 10:42:32 AM »
have you had a look at the charts? at all, I mean?
your pairs: ripple straight up, ether, monero, dash, etherclassic, litecoin, all going down (almost for a month now).
and you expected what, 3% per trade?

c'mon man. get youself together, select one or two at least sideways (or better, slowly climbing) pair/s and learn the settings. in the meantime observe the bot. don't just slap 5 pairs into the config and then ... nothing happens.

Offline Doc

  • Rookie
  • *
  • Posts: 35
    • View Profile
Re: no trades at all with v5.0.4
« Reply #2 on: October 05, 2017, 02:06:38 PM »
I'm sorry... it is exactly what I've done...  :-[ :-[ :-[
I made the setup in a hurry just to make the thing running and didn't look a t the charts...
thanks for pointing it out! :)

Offline sloaleks

  • Contributor
  • **
  • Posts: 610
    • View Profile
Re: no trades at all with v5.0.4
« Reply #3 on: October 06, 2017, 07:26:04 AM »
well, good luck on your trades, the charts seem a bit more optimistic today. zcash, neo, lumenstellar, iconomi, even ripple ... these have all at least some volume. maybe not go for really high profits, set the strategies so that you gain about 1% per trade and you're good to go for today.
« Last Edit: October 06, 2017, 07:33:48 AM by sloaleks »

Offline paramecie

  • Contributor
  • **
  • Posts: 302
    • View Profile
Re: no trades at all with v5.0.4
« Reply #4 on: October 06, 2017, 12:06:46 PM »
>well, good luck on your trades, the charts seem a bit more optimistic today. zcash, neo, lumenstellar, iconomi, even ripple ... these have all at least some volume. maybe not go for really high profits, set the strategies so that you gain about 1% per trade and you're good to go for today.

YES!
Now we've got the Sloaleks Ex-News!
"Everyday the most profitable pairs and the comprehensive guide of your gunthy daily settings!"
Very nice.
I'll look at those above pairs and wait for tomorrow's Sloaleks Ex-News  :P

Offline sloaleks

  • Contributor
  • **
  • Posts: 610
    • View Profile
Re: no trades at all with v5.0.4
« Reply #5 on: October 07, 2017, 10:36:12 AM »
BTC market
Well dear sirs (and the occasional lady), according to WCI a lucrative few gudelines for today (should work, but is not financial advice, research for yourself)

1. stellar-lumen is still on a steep climb (possibly a pump* maybe be careful), but has huge volume on both polo and bitt
2. doge is almost on 5%, strong swings
3. dash, ripple and neo are above 0.5%, so some gains to be made
4. ethereum finally climbing, although not enough for a sensible profit today (follow in next few days). those of you that included eth yesterday evening, have woke up to a nice gain.
5. monacoin gained some volume and is climbing at 11% (sorry bittrex only)
5. factom is on sideways, but has lucrative swings over 0.5% (mostly on polo, no volume on bittrex)
6. augur sideways, some swings to catch, but slow volume
« Last Edit: October 07, 2017, 10:47:49 AM by sloaleks »

Offline paramecie

  • Contributor
  • **
  • Posts: 302
    • View Profile
Re: no trades at all with v5.0.4
« Reply #6 on: October 07, 2017, 12:48:33 PM »
Ah ah, incredible sloaleks, he did it :-)

I agree on everything above.
Unfortunately MCO seems to be going down again, too bad, it didn't went up enough for me to get rid a bag of this.
Factom and Augur, didn't try... for now I'm escaping too low volumes/marketcap pairs. But I'll check those.

I can add I had some success with Verge (XVG) on Bittrex, my today's present  ;)

Offline sloaleks

  • Contributor
  • **
  • Posts: 610
    • View Profile
Re: no trades at all with v5.0.4
« Reply #7 on: October 07, 2017, 07:52:00 PM »
I have noted, that sometimes it needs a check twice a day ... yesterday morning for example, ETH looked quite bleak, but at 2AM this morning (CET), it bagged in a solid 3% gain.

Offline paramecie

  • Contributor
  • **
  • Posts: 302
    • View Profile
Re: no trades at all with v5.0.4
« Reply #8 on: October 07, 2017, 08:02:09 PM »
... and XLM is falling since noon approx, Europe time...  :(

Offline sloaleks

  • Contributor
  • **
  • Posts: 610
    • View Profile
Re: no trades at all with v5.0.4
« Reply #9 on: October 08, 2017, 11:07:56 AM »
Great, I managed to buy a little under the peak! :P