Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - mfcmasterk

Pages: [1]
1
Beginners & Help / help me with low bb
« on: September 06, 2017, 06:03:37 AM »
"bbstepgain": {
         "BTC_TRADING_LIMIT": 0.025,
         "PERIOD": 15,
         "HIGH_BB": 45,
         "LOW_BB": -40,
         "SELLLVL1": 0.6,
         "SELLLVL2": 0.8,
         "SELLLVL3": 70,
         "SELLLVL": 2,
         "LASTPOINTS": 7,
         "AVGPOINTS": 275,
         "AVGMINIMUM": 0.00000001,
         "EMA1": 2000,
         "EMA2": 1000,
         "PANIC_SELL": false,
         "DOUBLE_UP": true,
         "STOP_LIMIT": 40,
         "BUY_ENABLED": true,
         "MIN_VOLUME_TO_BUY": 0.0005,
         "MIN_VOLUME_TO_SELL": 0.0005
         
      },

i been testing and see how low is really low on LOW_BB
so far even at -40 there are about 110 buys a day, (21 pairs)
im trying to let my bot buys at really low and have it do really low number of trade a day, if there are ways thats better than having -100 LOW_BB please help me!!!
or am i not suppose to have negative numbers on LOW_BB? can zero work?


oh and also, even at the -40 LOW_BB it buys at the peak price, not when it dropped, its really frustrating when i can not understand its behavior with my current setting

2
Beginners & Help / bbstepgain setting help for 4.0.5
« 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!!!

Pages: [1]