3
« on: October 30, 2017, 11:09:21 AM »
Here are my bb settings:
"bb": {
"TRADING_LIMIT": 0.02,
"PERIOD": 15,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"BUYLVL": 2,
"SELLLVL": 2,
"EMA1": 8,
"EMA2": 16,
"GAIN": 0.6,
"HIGH_BB": 25,
"LOW_BB": 25,
"PP_BUY": 1e-8,
"PP_SELL": 0.12345678,
"STDV": 2,
"SMAPERIOD": 10,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 1e-8,
"GUNTHY_API": false,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"BUY_LEVEL": 0.1,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001
},
As a newbie, there's probably something not quite right in there, but I'm not sure it would create the 'Empty Reponse' error?