Agree... current strategy created more bags for me and on some pairs it's sells at loss... no matter which settings I adjust stop loss 15%, 40%, 60.... as previous version was kinda autopilot for pairs now I'm more glued to the bot again...
PS. Other pairs running with on same strategy do profit only this has started yesterday...
log from trades:
------------------------------------------------------------------------------------------------
2018-04-29 12:01:33 ELF/BTC Sell 0.00017035 59 0.01005065 BTC
2018-04-29 11:59:35 ELF/BTC Buy 0.00017075 14 0.00239049 BTC
2018-04-29 11:59:35 ELF/BTC Buy 0.00017075 45 0.00768375 BTC
2018-04-29 11:57:34 ELF/BTC Sell 0.00016906 44 0.00743864 BTC
2018-04-29 11:57:34 ELF/BTC Sell 0.00016909 15 0.00253635 BTC
2018-04-29 11:55:35 ELF/BTC Buy 0.00016846 59 0.00993914 BTC
2018-04-29 11:53:35 ELF/BTC Sell 0.00016868 58 0.00978343 BTC
2018-04-29 11:51:29 ELF/BTC Buy 0.00017146 58 0.00994467 BTC
2018-04-29 11:49:30 ELF/BTC Sell 0.00017328 57 0.00987696 BTC
2018-04-29 11:47:14 ELF/BTC Buy 0.00017433 57 0.00993681 BTC
2018-04-29 11:43:14 ELF/BTC Sell 0.00017749 56 0.00993944 BTC
2018-04-29 11:41:18 ELF/BTC Buy 0.00017780 54 0.00960120 BTC
2018-04-29 11:41:15 ELF/BTC Buy 0.00017780 2 0.00035560 BTC
2018-04-29 11:39:12 ELF/BTC Sell 0.00017750 56 0.00993999 BTC
2018-04-29 11:37:46 ELF/BTC Buy 0.00017779 31 0.00551149 BTC
2018-04-29 11:37:26 ELF/BTC Buy 0.00017779 8 0.00142232 BTC
2018-04-29 11:37:19 ELF/BTC Buy 0.00017779 17 0.00302243 BTC
-----------------------------------------------------------------------------------------------
"strategies": {
"emotionless": {
"NAME": "emotionless",
"BUY_ENABLED": true,
"BUY_LEVEL": 0.3,
"SELL_ENABLED": true,
"GAIN": 1,
"TRADING_FEES": 0.10,
"TRADING_LIMIT": 0.01,
"FUNDS_RESERVE": 0.01,
"PERIOD": 15,
"EMA1": 4,
"EMA2": 8,
"OKKIES_MODE": false,
"BTC_MONEY_FLOW": 35,
"PANIC_SELL": false,
"STOP_LIMIT": 40,
"MIN_VOLUME_TO_BUY": 0.001,
"MIN_VOLUME_TO_SELL": 0.001,
"TRADES_TIMEOUT": 100
--------------------------------------------------------------------------------------------------
Edit: found the error the BOUGHT_PRICE: got jammed and caused miscalculations! WATCH OUT FOR for that option to be present at running config you need to remove it as soon the bot sells the asset! Can we have new feature here? RM_BOUGHT_PRICE:true after the sale has been made over that price?