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.


Messages - mfcmasterk

Pages: [1]
1
Technical Support & Development / Re: Upgrading from 3.3.5 to version 4
« on: September 11, 2017, 07:57:37 PM »
you need to edit the config file, add pair in same file, change settings and strategy in same file, if you dont use curtain exchange, you need to remove from config file as well

2
Hi there. Noob here.

I've been experimenting with the config, was happy with the trade frequency of this config but disappointed to see I've been loosing money (btc) on it (now on it's 6th day).

Is there something here that feels off to you guys?

Code: [Select]
    "bb": {
      "BTC_TRADING_LIMIT": 0.04,
      "PERIOD": 15,
      "BUY_LEVEL": 0.1,
      "GAIN": 0.1,
      "HIGH_BB": 40,
      "LOW_BB": 40,
      "EMA1": 200,
      "EMA2": 50,
      "PANIC_SELL": false,
      "DOUBLE_UP": false,
      "STOP_LIMIT": 60,
      "BUY_ENABLED": true,
      "MIN_VOLUME_TO_BUY": 0.001,
      "MIN_VOLUME_TO_SELL": 0.001
    },
you really should learn what bb, gain, buy level, ema
its not automatic thing for you you must understand and set it how you want them

3
pmed, thank you!

4
General Discussion / Re: EMA1 & EMA2 setting in Gunbot RC v4.0.5
« on: September 06, 2017, 11:55:29 PM »
each price tick is 25 sec a part, so if you want 2 hours and 4 hours easy math from there, it really helpful to read update logs (not just 4.0.5 but older ones)

5
Beginners & Help / Re: Bot Not Buying
« on: September 06, 2017, 08:12:05 AM »
your strategy setting is gain gain not bb
it will not buy according to bb, ema 0.5%
and also you already have eth, it will not buy, it will try to sell but does not know the bought price for.

6
Beginners & Help / Re: My Bot didnt buy anything yet
« on: September 06, 2017, 08:09:45 AM »
im at bbstepgain
low bb at 5
did about 13 buys yesterday with profit
(4.0.5 version)

7
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

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

9
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]