I had v5 and it was trading fine with once or twice a day it use to just freeze with Heartbeat message. Now I upgraded to v6 it doesn't freezes but if I try any strategies other than bbstepgain or stepgain none of them work. Here is what I have for settings. I have USDT_BTC pair running here and trying to run bbrsitssl
Help please
setting:
"tssl": {
"NAME": "tssl",
"BUY_LEVEL": 0.1,
"GAIN": 999,
"TRADING_LIMIT": 500,
"PERIOD": 5,
"BUY_RANGE": 0.1,
"SELL_RANGE": 100,
"EMA1": 16,
"EMA2": 8,
"HIGH_BB": 1,
"LOW_BB": 1,
"STDV": 2,
"SMAPERIOD": 20,
"PANIC_SELL": false,
"DOUBLE_UP": true,
"DOUBLE_UP_CAP": 1,
"TSSL_TARGET_ONLY": true,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 50,
"MIN_VOLUME_TO_SELL": 50,
"TRADES_TIMEOUT": 100
},
"bbrsi": {
"NAME": "bbrsi",
"TRADING_LIMIT": 500,
"PERIOD": 5,
"RSI_BUY_LEVEL": 30,
"RSI_SELL_LEVEL": 70,
"EMA1": 16,
"EMA2": 8,
"HIGH_BB": 20,
"LOW_BB": 20,
"STDV": 2,
"SMAPERIOD": 20,
"PANIC_SELL": false,
"DOUBLE_UP": false,
"DOUBLE_UP_CAP": 1,
"STOP_LIMIT": 60,
"BUY_ENABLED": true,
"MIN_VOLUME_TO_BUY": 50,
"MIN_VOLUME_TO_SELL": 50,
"TRADES_TIMEOUT": 600
},