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