Hello guys,
as title says i would like to try out tweaking on the sell part of strategy. Right now i am doing not too bad with my bbrsistepgain. I got a little confused now i understanding, when translating my strategy to bbrsitssl.
This is how my bbrsistepgain looks right now:
**********************************************
"bbrsistepgain": {
"NAME": "bbrsistepgain",
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"RSI_BUY_LEVEL": 30,
"GAIN": 1,
"EMA1": 16,
"EMA2": 8,
"HIGH_BB": 40,
"LOW_BB": 30,
"STDV": 2,
"SMAPERIOD": 20,
"SELLLVL1": 1.4,
"SELLLVL2": 2.2,
"SELLLVL3": 5,
"SELLLVL": 3,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"DOUBLE_UP_CAP": 1,
"STOP_LIMIT": 999,
"BUY_ENABLED": true,
"OKKIES_MODE": true,
"BTC_MONEY_FLOW": 35,
"MIN_VOLUME_TO_BUY": 0.0005,
"MIN_VOLUME_TO_SELL": 0.0005,
"TRADES_TIMEOUT": 120
***********************************************
This is what bbrsitssl looks like (not tweaked here yet):
***********************************************
"bbrsitssl": {
"NAME": "bbrsitssl",
"TRADING_LIMIT": 0.001,
"PERIOD": 5,
"RSI_BUY_LEVEL": 30,
"SELL_RANGE": 0.6,
"GAIN": 2.1,
"EMA1": 24,
"EMA2": 12,
"HIGH_BB": 1,
"LOW_BB": 1,
"STDV": 2,
"SMAPERIOD": 50,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"DOUBLE_UP_CAP": 1,
"TSSL_TARGET_ONLY": true,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"OKKIES_MODE": true,
"BTC_MONEY_FLOW": 35,
"MIN_VOLUME_TO_BUY": 0.0005,
"MIN_VOLUME_TO_SELL": 0.0005,
"TRADES_TIMEOUT": 600
*************************************************
As far as i understood the bb part only relates to the buy part of strategy here. I can adopt my period, sma and emas according to my old strategy used. What confuses me here are the settings for BB high and low. Can i just use 40/30 in here as well to have the same buy base as in bbrsistepgain?
Thanks