Greetings! I'm fairly new to Gunbot and currently using Gunthy GUI, but ran into an issue with my bbstepgain strategy. On several occasions I've noticed it correctly bought low, but refused to sell when it rose high. One instance is in the screenshot.
Here are the settings I'm currently using.
"bbstepgain": {
"BTC_TRADING_LIMIT": 0.005,
"PERIOD": 5,
"HIGH_BB": 45,
"LOW_BB": 21,
"STDV": 2,
"SMAPERIOD": 150,
"SELLLVL1": 0.94,
"SELLLVL2": 2.14,
"SELLLVL3": 40,
"SELLLVL": 2,
"LASTPOINTS": 4,
"AVGPOINTS": 10,
"AVGMINIMUM": 1e-8,
"EMA1": 4,
"EMA2": 2,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.005,
"MIN_VOLUME_TO_SELL": 0.018
In this particular case, the bot states it should sell at 0.00014586, but even after it surpassed 0.00014800 for an extended period of time, it wouldn't sell. Any advise would be appreciated.