Yeah I don't know why either. Thanks for posting, I'm on Poloniex so can't use your settings, mine are below. I'm more aggressive with my BB settings, and every morning I eyeball the charts to look for rising cryptos.
{
"pairs": {
"poloniex": {
"BTC_BTS": {
"strategy": "bb",
"override": {}
},
"BTC_ETH": {
"strategy": "bb",
"override": {}
},
"BTC_STR": {
"strategy": "bb",
"override": {}
},
"BTC_SC": {
"strategy": "bb",
"override": {}
},
"BTC_GAME": {
"strategy": "bb",
"override": {}
},
"BTC_REP": {
"strategy": "bb",
"override": {}
}
}
},
"exchanges": {
"poloniex": {
"key": "X",
"secret": "Y"
}
},
"bot": {
"debug": true,
"period_storage_ticker": 300,
"interval_ticker_update": 10000,
"timeout_buy": 60000,
"timeout_sell": 60000,
"MIN_VOLUME_TO_BUY": 0.0005,
"WATCH_MODE": false
},
"strategies": {
"bb": {
"BTC_TRADING_LIMIT": 0.001,
"PERIOD": 15,
"BUY_LEVEL": 2,
"GAIN": 1.6,
"HIGH_BB": 25,
"LOW_BB": 25,
"PANIC_SELL": false,
"DOUBLE_UP": false
}
}
}