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 - nessum

Pages: [1]
1
Beginners & Help / Re: BB and BBstepgain settings problems
« on: December 01, 2017, 04:23:29 AM »
Thank you, solved the problem, yes - that was one of the issues, still learning but getting to better trades, using bbstepgain and tssl.

All the best!

2
I wonder if that stop_limit set to 100% is preventing the bot from trading, try to lower the number.

3
Beginners & Help / BB and BBstepgain settings problems
« on: November 14, 2017, 11:49:12 PM »
Bought the bot a few days ago and I am having some problems, up until now the bot was running and did not make any trades, and it's running on a raspberry pi non-stop, and I think that there are some problems with my configuration. Can someone guide me please, I am using bb strat and bbstepgain, here are my settings and I am  pretty sure that something in there is not right. I don't know much about the smaperiod, and the bollinger bands levels.



"NAME": "bb",
            "TRADING_LIMIT": 0.003,
            "PERIOD": 5,
            "BUY_LEVEL": 1,
            "GAIN": 2,
            "EMA1": 24,
            "EMA2": 12,
            "HIGH_BB": 40,
            "LOW_BB": 20,
            "STDV": 2,
            "SMAPERIOD": 240,
            "PANIC_SELL": false,
            "DOUBLE_UP": false,
            "DOUBLE_UP_CAP": 1,
            "STOP_LIMIT": 60,
            "BUY_ENABLED": true,
            "MIN_VOLUME_TO_BUY": 0.003,
            "MIN_VOLUME_TO_SELL": 0.003,
            "TRADES_TIMEOUT": 600
        },


 "bbstepgain": {
            "NAME": "bbstepgain",
            "TRADING_LIMIT": 0.003,
            "PERIOD": 15,
            "BUY_LEVEL": 2,
            "GAIN": 0.6,
            "EMA1": 8,
            "EMA2": 4,
            "HIGH_BB": 30,
            "LOW_BB": 20,
            "STDV": 2,
            "SMAPERIOD": 20,
            "SELLLVL1": 2,
            "SELLLVL2": 3,
            "SELLLVL3": 70,
            "SELLLVL": 2,
            "PANIC_SELL": false,
            "DOUBLE_UP": false,
            "DOUBLE_UP_CAP": 1,
            "STOP_LIMIT": 60,
            "BUY_ENABLED": true,
            "MIN_VOLUME_TO_BUY": 0.002,
            "MIN_VOLUME_TO_SELL": 0.002,
            "TRADES_TIMEOUT": 600
        },



Pages: [1]