Username: Password:

Author Topic: differing BB settings in 5.0.4  (Read 7485 times)

Offline Casperelli

  • Rookie
  • *
  • Posts: 9
    • View Profile
differing BB settings in 5.0.4
« 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.

Offline paramecie

  • Contributor
  • **
  • Posts: 302
    • View Profile
Re: differing BB settings in 5.0.4
« Reply #1 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.

Offline Casperelli

  • Rookie
  • *
  • Posts: 9
    • View Profile
Re: differing BB settings in 5.0.4
« Reply #2 on: September 24, 2017, 09:18:11 AM »
Lovely, thank you.