3
« on: November 14, 2017, 11:49:12 PM »
Bought the bot a few days ago and I am having some problems, up until now the bot was running and did not make any trades, and it's running on a raspberry pi non-stop, and I think that there are some problems with my configuration. Can someone guide me please, I am using bb strat and bbstepgain, here are my settings and I am pretty sure that something in there is not right. I don't know much about the smaperiod, and the bollinger bands levels.
"NAME": "bb",
"TRADING_LIMIT": 0.003,
"PERIOD": 5,
"BUY_LEVEL": 1,
"GAIN": 2,
"EMA1": 24,
"EMA2": 12,
"HIGH_BB": 40,
"LOW_BB": 20,
"STDV": 2,
"SMAPERIOD": 240,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"DOUBLE_UP_CAP": 1,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.003,
"MIN_VOLUME_TO_SELL": 0.003,
"TRADES_TIMEOUT": 600
},
"bbstepgain": {
"NAME": "bbstepgain",
"TRADING_LIMIT": 0.003,
"PERIOD": 15,
"BUY_LEVEL": 2,
"GAIN": 0.6,
"EMA1": 8,
"EMA2": 4,
"HIGH_BB": 30,
"LOW_BB": 20,
"STDV": 2,
"SMAPERIOD": 20,
"SELLLVL1": 2,
"SELLLVL2": 3,
"SELLLVL3": 70,
"SELLLVL": 2,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"DOUBLE_UP_CAP": 1,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.002,
"MIN_VOLUME_TO_SELL": 0.002,
"TRADES_TIMEOUT": 600
},