2
« on: May 09, 2018, 09:33:27 AM »
I used Gunbot RT for the first time after installing the latest update available yesterday using TSSL.
The bot initiated a Reversal trade on the USDT-BTC pair (binance)..
I override manually a buy after at 9181.
Since it's target price to sell has nothing to do with the market
It tries to sell it at 3548 USDT BTC ! . Is there something that i don't interpret right ?
See below the screen capture from the logs.
My settings are :
"tssl": {
"NAME": "tssl",
"BUY_ENABLED": true,
"BUY_LEVEL": 0.2,
"BUY_RANGE": 0.6,
"SELL_ENABLED": true,
"GAIN": 0.5,
"SELL_RANGE": 0.8,
"TSSL_TARGET_ONLY": true,
"TRADING_FEES": 0.05,
"TRADING_LIMIT": 2000,
"FUNDS_RESERVE": 100,
"PERIOD": 15,
"EMA1": 16,
"EMA2": 8,
"HIGH_BB": 45,
"LOW_BB": 45,
"STDV": 2,
"SMAPERIOD": 50,
"SLOW_SMA": 1,
"FAST_SMA": 2,
"MACD_SHORT": 12,
"MACD_LONG": 26,
"MACD_SIGNAL": 9,
"STOCH_ENABLED": true,
"STOCH_BUY_LEVEL": 40,
"STOCH_SELL_LEVEL": 0,
"STOCH_K": 14,
"SLOW_STOCH_K": 3,
"STOCH_D": 7,
"RSI_BUY_ENABLED": false,
"RSI_SELL_ENABLED": false,
"RSI_BUY_LEVEL": 30,
"RSI_SELL_LEVEL": 70,
"MFI_ENABLED": false,
"MFI_SELL_LEVEL": 70,
"MFI_BUY_LEVEL": 30,
"OKKIES_MODE": false,
"BTC_MONEY_FLOW": 35,
"DOUBLE_UP": false,
"DOUBLE_UP_CAP": 1,
"DU_CAP_COUNT": 0,
"DU_METHOD": "HIGHBB",
"RSI_DU_BUY": 30,
"RT_ENABLED": true,
"RT_MAXBAG_PROTECTION": 5,
"RT_BUY_BUYDOWN": 3,
"RT_SELL_BUYDOWN": 2.5,
"DU_BUYDOWN": 2,
"AIRDROP": false,
"TRAIL_ME_RT": true,
"TRAIL_ME_DU": false,
"TRAIL_ME_SELL_RANGE": 0.6,
"TRAIL_ME_BUY_RANGE": 0.6,
"PANIC_SELL": false,
"STOP_LIMIT": 5,
"MIN_VOLUME_TO_BUY": 15,
"MIN_VOLUME_TO_SELL": 15,
"TRADES_TIMEOUT": 0
Hope someone from the support can have a look.
Thanks