Hey Guys/Botters,
since 5.055 is not running properly (empty response - other threat) I started 5.04 again. I did some little changes in my config, but I can not get, why it is not trading at all now for days...
The Console even says things like 
"There are some trading opportunities for XXX_XXX at poloniex. Scanning history...""
and
"Tips&Tricks: XXX_XXX can be sold!!!"
Only warning I can find is: "WARNING: We coulnt get a BOUGH_PRICE for XXX_XXX. Please manually override it using config.js"
Does this error mean, that I need to manually put a BOUGHT_PRICE for every pair I use?!
I would be glad if someone finds any crucial errors in my bb-config. (most pairs run bb, some stepgain, some bbstepgain, some bbgain)
this config is for vers. 5.04
		
	"bot": {
		"debug": false, 
		"period_storage_ticker": 2000, 
		"interval_ticker_update": 25000, 
		"timeout_buy": 60000, 
		"timeout_sell": 60000, 
		"WATCH_MODE": false, 
		"VERBOSE": false, 
		"TV_GAIN": 0.6, 
		"TV_TRADING_LIMIT": 0.001,
		"BOT_DELAY": 13
	},
"strategies": {
                    "bb": {
			"BTC_TRADING_LIMIT": 0.005, 
			"PERIOD": 15, 
			"EMA1": 2, 
			"EMA2": 4, 
			"GAIN": 1.0, 
			"HIGH_BB": 42.5, 
			"LOW_BB": 42.5, 
			"STDV": 2, 
			"SMAPERIOD": 30,
			"PANIC_SELL": false, 
			"DOUBLE_UP": false, 
			"STOP_LIMIT": 97.5, 
			"BUY_ENABLED": true, 
			"MIN_VOLUME_TO_BUY": 0.0001, 
			"MIN_VOLUME_TO_SELL": 0.0001 
		},
Greetings