Hello,
I have a question, i am running gunbot v5.0.4 for 24hours straight right now on bittrex, with about 6 pairs. My settings are BB on all pairs for buy and sell, with HIGH BB: 29 and LOW BB: 21. But so far gunbot hasn't bought anything! Is this normal? Or am i doing something wrong?
This is my config:
PAIRS
"bittrex": {
"BTC-ETH": {
"strategy": "bb",
"override": {}
},
"BTC-ETC": {
"strategy": "bb",
"override": {}
},
"BTC-NEO": {
"strategy": "bb",
"override": {}
},
"BTC-DASH": {
"strategy": "bb",
"override": {}
},
"BTC-XRP": {
"strategy": "bb",
"override": {}
}
}
BB SETTINGS
"bb": {
"BTC_TRADING_LIMIT": 0.0010,
"PERIOD": 15,
"EMA1": 2,
"EMA2": 4,
"GAIN": 2,
"HIGH_BB": 29,
"LOW_BB": 21,
"STDV": 2,
"SMAPERIOD": 50,
"PANIC_SELL": false,
"DOUBLE_UP": true,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
can someone please help me out?
Thanks alot!