Gunthy
GUNBOT: The automatic profit generator => Beginners & Help => Topic started by: Casperelli on September 20, 2017, 08:57:57 PM
-
Hi all, anyone know how to set different bb settings for individual pairs within version 5.0.4? I'm not familiar with the code so don't want to mess up the config file, thanks.
-
Hi all, anyone know how to set different bb settings for individual pairs within version 5.0.4? I'm not familiar with the code so don't want to mess up the config file, thanks.
Exemple for one pair :
"pairs": {
"bittrex": {
"BTC-BCC": {
"strategy": "bb",
"override": {
"HIGH_BB": 45,
"LOW_BB": 30
}
}
}
},
This will override ("replace" ?) the normal seetings for this specific pair.
-
Lovely, thank you.