4.
BBRSI / Stepgain.
"strategies": {
"bbrsistepgain": {
"NAME": "bbrsistepgain",
"TRADING_LIMIT": 0.05,
"PERIOD": 15,
"RSI_BUY_LEVEL": 30,
"GAIN": 1.4,
"EMA1": 16,
"EMA2": 8,
"HIGH_BB": 40,
"LOW_BB": 30,
"STDV": 2,
"SMAPERIOD": 50,
"SELLLVL1": 1.4,
"SELLLVL2": 2.6,
"SELLLVL3": 70,
"SELLLVL": 3,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"DOUBLE_UP_CAP": 1,
"STOP_LIMIT": 50,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 0.0001,
"MIN_VOLUME_TO_SELL": 0.0001,
"TRADES_TIMEOUT": 120
},
Are you really running SELLLVL set to 3? My understanding of Stepgain is that it wont sell until your sell level is met, in your case, Stepgain wont sell until a 70% return? Did something change?