Hello, I encountered sale at a loss:
Buys were done by 3.3.4, sale by 3.3.5
settings (I forgot to put {"HIGH_BB": 40} in override for this pair, if it makes difference?)
...
"BTC_LSK" : {"strategy": "bb","override": {}},
...
"bot": {
"debug": true,
"period_storage_ticker": 300,
"interval_ticker_update": 10000,
"timeout_buy": 60000,
"timeout_sell": 60000,
"MIN_VOLUME_TO_BUY": 0.0005,
"WATCH_MODE": false
},
"strategies": {
"bb": {
"BTC_TRADING_LIMIT": 0.001,
"PERIOD": 15,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"HIGH_BB": 60,
"LOW_BB": 40,
"PANIC_SELL": false,
"DOUBLE_UP": true
}
}