Gunthy

GUNBOT: The automatic profit generator => Beginners & Help => Topic started by: mfcmasterk on September 03, 2017, 11:27:02 PM

Title: bbstepgain setting help for 4.0.5
Post by: mfcmasterk on September 03, 2017, 11:27:02 PM
"bbstepgain": {
         "BTC_TRADING_LIMIT": 0.002,
         "PERIOD": 15,
         "HIGH_BB": 45,
         "LOW_BB": 45,
         "SELLLVL1": 0.1,
         "SELLLVL2": 0.1,
         "SELLLVL3": 70,
         "SELLLVL": 3,
         "LASTPOINTS": 5,
         "AVGPOINTS": 250,
         "AVGMINIMUM": 0.00000001,
         "EMA1": 2000,
         "EMA2": 1000,
         "PANIC_SELL": false,
         "DOUBLE_UP": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

problem im having is that its showing sell price about 4 times higher than market price(last price)
is this normal? after switching to bbstepgain, i have not seem sell only buys
please help!!!
Title: Re: bbstepgain setting help for 4.0.5
Post by: Lea N. on September 04, 2017, 05:20:06 AM
"bbstepgain": {
         "BTC_TRADING_LIMIT": 0.002,
         "PERIOD": 15,
         "HIGH_BB": 45,
         "LOW_BB": 45,
         "SELLLVL1": 0.1,
         "SELLLVL2": 0.1,
         "SELLLVL3": 70,
         "SELLLVL": 3,
         "LASTPOINTS": 5,
         "AVGPOINTS": 250,
         "AVGMINIMUM": 0.00000001,
         "EMA1": 2000,
         "EMA2": 1000,
         "PANIC_SELL": false,
         "DOUBLE_UP": false,
         "STOP_LIMIT": 60,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.001,
         "MIN_VOLUME_TO_SELL": 0.001

problem im having is that its showing sell price about 4 times higher than market price(last price)
is this normal? after switching to bbstepgain, i have not seem sell only buys
please help!!!

Thats because with your current configuation (SELLLVL: 3) it will only sell when your coin reaches +70%
Change SELLLvL2 to 1.5 for example and SELLVL to 2. Then it will sell when the coin in between +1.5% -> +70%
Title: Re: bbstepgain setting help for 4.0.5
Post by: mfcmasterk on September 04, 2017, 08:35:31 AM
thank you, i didnt touch that setting at all
well now i know what that does
thank you!!!!