Guys I have been running GB v5.0.4.
I used BB for both my buy and sell, with the following config.:
"bb": {
         "BTC_TRADING_LIMIT": 0.001, 
         "PERIOD": 15, 
         "EMA1": 2, 
         "EMA2": 4, 
         "GAIN": 2, 
         "HIGH_BB": 30, 
         "LOW_BB": 25, 
         "STDV": 2, 
         "SMAPERIOD": 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.
However, when I run the bot, I found that the Price to sell no. is even higher than the High BB, which makes the bot not selling anything. Below is my command prompt for BTC-BAT:
2017/10/05 15:03:10: BTC-BAT Last Bid/Ask 0.00005457/0.00005500
2017/10/05 15:03:11: Got Trading History
2017/10/05 15:03:11: Price to buy: 0.00005473
2017/10/05 15:03:11: Got Open Orders
2017/10/05 15:03:11: Last Bid/Price to sell: 0.00005457/0.00006059
2017/10/05 15:03:11: Last Ask/Price to buy: 0.00005500/0.00005473
------------------------------------------------------------------------------------------------
HIGH BB: 0.00005629 == SMA: 0.00005525 == LOW BB: 0.00005421
This also happens to my other pairs.
Is this my problem or has anyone of you ever encountered a similar situation? I am extremely frustrated as the bot just keeps buying and is not selling. Please help!!! Thanks a lot!!!