Username: Password:

Author Topic: meaningful parameter for BB strategy  (Read 6647 times)

Offline onezero

  • Rookie
  • *
  • Posts: 1
    • View Profile
meaningful parameter for BB strategy
« on: August 31, 2017, 06:56:38 PM »
Hi everybody! first post in the forum….

I’m trying to get the bot v4.0.5 running in a ubuntu machine by first time and i have some doubts about what settings are used in a pure bb strategy.

The default settings in the config.js file are:
 
 "strategies": {
        "bb": {
            "BTC_TRADING_LIMIT": 0.01,
            "PERIOD": 15,
            "GAIN": 0.6,
            "HIGH_BB": 45,
            "LOW_BB": 45,
            "PANIC_SELL": false,
            "DOUBLE_UP": true,
            "STOP_LIMIT": 60,
            "BUY_ENABLED": true,
            "MIN_VOLUME_TO_BUY": 0.001,
            "MIN_VOLUME_TO_SELL": 0.001
           
        },

but in other posts in the forum i see people setting up more variables for bb strategy, for example:

MAX_LATEST_PRICES
BUY_LEVEL
EMA1
EMA2

are any of this parameters meaningful for BB strategy ?

and what about the GAIN parameter that is set by default? its used in BB?

Thank you very much!