Username: Password:

Author Topic: Strange buy moments  (Read 5647 times)

Offline SvenB

  • Rookie
  • *
  • Posts: 9
    • View Profile
Strange buy moments
« on: September 22, 2017, 07:00:16 PM »
Hopefully someone can explain me the buy moments almost directly after a sell, see red arrows in the picture.
I'm using bbstepgain with the settings below, shouldn't it have bought at 25% of the lowest band instead of somewhere close to the upper band?

   "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


      "bbstepgain": {
         "BTC_TRADING_LIMIT": 0.025,
         "PERIOD": 15,
         "HIGH_BB": 40,
         "LOW_BB": 25,
         "STDV": 2,
         "SMAPERIOD": 150,
         "SELLLVL1": 2,
         "SELLLVL2": 5,
         "SELLLVL3": 10,
         "SELLLVL": 2,
         "LASTPOINTS": 5,
         "AVGPOINTS": 250,
         "AVGMINIMUM": 1e-8,
         "EMA1": 2000,
         "EMA2": 1000,
         "PANIC_SELL": false,
         "DOUBLE_UP": false,
         "STOP_LIMIT": 99,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

Thanks in advance

Offline paramecie

  • Contributor
  • **
  • Posts: 302
    • View Profile
Re: Strange buy moments
« Reply #1 on: September 22, 2017, 07:58:17 PM »

Offline SvenB

  • Rookie
  • *
  • Posts: 9
    • View Profile
Re: Strange buy moments
« Reply #2 on: September 22, 2017, 08:02:36 PM »
Ahw, so that's it. Thank you very much.

I have just disabled buying as it just isn't reliable for now.