Gunbot appears to quite consistently be buying at terrible times. It often sells only to buy back again shortly afterwards at a HIGHER price, usually near a peak. Why is this happening?
If there is not enough data for bb, this behaviour STILL doesn't make sense to me. It should be buying 1% under EMA in that case, right? So is it possibly something to do with my EMA settings? Should they be set to EMA1:200 and EMA2:50? Or 0.02 and 0.04?
Seems there's a LOT of confusion about what unit these EMA values are in for 4.0.5.
Thanks!
"bot": {
"debug": true,
"period_storage_ticker": 2000,
"interval_ticker_update": 25000,
"timeout_buy": 60000,
"timeout_sell": 60000,
"WATCH_MODE": false,
"VERBOSE": false
},
"strategies": {
"bb": {
"BTC_TRADING_LIMIT": 0.001,
"PERIOD": 15,
"BUY_LEVEL": 1,
"GAIN": 2,
"EMA1": 4,
"EMA2": 2,
"HIGH_BB": 30,
"LOW_BB": 30,
"PANIC_SELL": false,
"DOUBLE_UP": true,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.001,
"MIN_VOLUME_TO_SELL": 0.001
},
"gain": {
"BTC_TRADING_LIMIT": 0.01,
"PERIOD": 15,
"BUY_LEVEL": 2,
"GAIN": 0.6,
"EMA1": 200,
"EMA2": 50,
"PANIC_SELL": false,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.001,
"MIN_VOLUME_TO_SELL": 0.001
},