Username: Password:

Author Topic: TSSL - why did it sell / buy for me?  (Read 5140 times)

Offline ruphus

  • Rookie
  • *
  • Posts: 68
    • View Profile
TSSL - why did it sell / buy for me?
« on: April 23, 2018, 07:42:32 AM »
Hey guys,

I am heavily wondering, why TSSL opened buy and sell orders at some points in time, where I am not able to find any reasonable indicators for it. I saw similar sell orders more often in the last days, when GB sell right within a big upwards trend https://ibb.co/kRBKMx https://ibb.co/inTATc

Just last night it did the following #
1) BUY @not being below EMA1 & EMA2 (24/12)
2) SELL @steady upwards trend



The Wiki says:
Quote
BUY_LEVEL(0.1) - This setting can be used as protection against buying above EMA. The default value of 0.1% will prevent the bot from buying when the price is not at least 0.1 % under the lowest EMA.

My TSSL settings:
Code: [Select]
"tssl": {
"NAME": "tssl",
"BUY_LEVEL": 0.2,
"GAIN": 1.7,
"TRADING_LIMIT": 0.001,
"FUNDS_RESERVE": 0.001,
"PERIOD": 15,
"BUY_RANGE": 0.6,
"SELL_RANGE": 0.6,
"EMA1": 24,
"EMA2": 12,
"HIGH_BB": 45,
"LOW_BB": 45,
"STDV": 2,
"SMAPERIOD": 15,
"PANIC_SELL": false,
"DOUBLE_UP": true,
"DOUBLE_UP_CAP": 1,
"DU_CAP_COUNT": 2,
"DU_METHOD": "RSI",
"RSI_DU_BUY": 40,
"DU_BUYDOWN": 5,
"RSI_BUY_ENABLED": false,
"RSI_SELL_ENABLED": false,
"RSI_BUY_LEVEL": 30,
"RSI_SELL_LEVEL": 70,
"TSSL_TARGET_ONLY": true,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
        "SELL_ENABLED": true,
"OKKIES_MODE": true,
"BTC_MONEY_FLOW": 35,
"TA_ALWAYS_ON": false,
"MIN_VOLUME_TO_BUY": 0.001,
"MIN_VOLUME_TO_SELL": 0.001,
"TRADES_TIMEOUT": 10
},

Any help to improve the selling strategy is welcomed!