Gunthy

GUNBOT: The automatic profit generator => Beginners & Help => Topic started by: Casperelli on September 20, 2017, 08:57:57 PM

Title: differing BB settings in 5.0.4
Post 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.
Title: Re: differing BB settings in 5.0.4
Post by: paramecie on September 20, 2017, 10:56:21 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.

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.
Title: Re: differing BB settings in 5.0.4
Post by: Casperelli on September 24, 2017, 09:18:11 AM
Lovely, thank you.