1
General Discussion / Re: Gunbot v5.0.1 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64 wit
« on: September 12, 2017, 07:46:15 AM »
What's up with the BB calculation? I know it takes time to gather enough info but I've running v5.0.1 almost a full day and it's still has the same LOW / HIGH BB.
Every time it makes a sell, almost immediately buy's it back at the same or higher price. Do I miss some new values in my bb config?
My BB settings:
Every time it makes a sell, almost immediately buy's it back at the same or higher price. Do I miss some new values in my bb config?
My BB settings:
Quote
"strategies": {
"bb": {
"BTC_TRADING_LIMIT": 0.025,
"PERIOD": 15,
"HIGH_BB": 44,
"LOW_BB": 22,
"BUY_LEVEL": 0.1,
"GAIN": 1.5,
"DOUBLE_UP": false,
"STDV": 2,
"SMAPERIOD": 50,
"MIN_VOLUME_TO_BUY": 0.001,
"MIN_VOLUME_TO_SELL": 0.001,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"PANIC_SELL": false,
"EMA1": 2,
"EMA2": 4
},