I am not good in editing config file..
how to create separate strategies for pairs ..
like btc-ltc stepgain with 3/10 and btc-eth with 5/15
Use the overrides section, eg:
"BTC-BCC": {
"strategy": "bbrsistepgain",
"override": {
"TRADING_LIMIT": 1,
"RSI_BUY_LEVEL": 20,
"PERIOD": 1
}
}