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

Pages: [1]
1
Technical Support & Development / All Settings on 4.0.5
« on: September 13, 2017, 02:19:57 PM »
Hello,

I would like to share with you my settings asking what you would do differently or if there are major leaks you can spot.  So far the last 4 days I am running the BOT I have lost 0.02BB total.

The Bot is buying and selling constantly. Reminds me of my girlfriend by the way. And like her I am losing money and I am having bags all over the place. Maybe the automatic buy/sell orders based on Volumes are not that great cause I am getting too much shitcoins to recycle?

Thank you and I hope I will start having winning days soon. And you all too :)



    "bot": {
        "debug": true,
        "period_storage_ticker": 300,
        "interval_ticker_update": 15000,
        "timeout_buy": 60000,
        "timeout_sell": 60000,
        "WATCH_MODE": false,
        "VERBOSE": false
    },
    "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
        },
        "gain": {
            "BTC_TRADING_LIMIT": 0.01,
            "PERIOD": 15,
            "BUY_LEVEL": 0.1,
            "GAIN": 2,
            "EMA1": 200,
            "EMA2": 50,
            "PANIC_SELL": false,
            "STOP_LIMIT": 60,
            "BUY_ENABLED": true,
            "MIN_VOLUME_TO_BUY": 0.001,
            "MIN_VOLUME_TO_SELL": 0.001
        },
        "pp": {
            "BTC_TRADING_LIMIT": 0.01,
            "PP_BUY": 1.0e-8,
            "PP_SELL": 0.12345678,
            "PANIC_SELL": false,
            "STOP_LIMIT": 60,
            "BUY_ENABLED": true,
            "MIN_VOLUME_TO_BUY": 0.001,
            "MIN_VOLUME_TO_SELL": 0.001
        },
        "stepgain": {
            "BTC_TRADING_LIMIT": 0.02,
            "PERIOD": 15,
            "BUYLVL1": 0.1,
            "BUYLVL2": 0.1,
            "BUYLVL3": 70,
            "SELLLVL1": 0.1,
            "SELLLVL2": 0.1,
            "SELLLVL3": 70,
            "BUYLVL": 3,
            "SELLLVL": 3,
            "LASTPOINTS": 5,
            "AVGPOINTS": 250,
            "AVGMINIMUM": 1.0e-8,
            "EMA1": 2000,
            "EMA2": 1000,
            "PANIC_SELL": false,
            "STOP_LIMIT": 60,
            "BUY_ENABLED": true,
            "MIN_VOLUME_TO_BUY": 0.001,
            "MIN_VOLUME_TO_SELL": 0.001
        },
        "bbgain": {
            "BTC_TRADING_LIMIT": 0.01,
            "PERIOD": 15,
            "GAIN": 1.2,
            "LOW_BB": 35,
            "EMA1": 100,
            "EMA2": 25,
            "PANIC_SELL": false,
            "DOUBLE_UP": false,
            "STOP_LIMIT": 60,
            "BUY_ENABLED": true,
            "MIN_VOLUME_TO_BUY": 0.00051,
            "MIN_VOLUME_TO_SELL": 0.00051
        },
        "gainbb": {
            "BTC_TRADING_LIMIT": 0.01,
            "PERIOD": 15,
            "BUY_LEVEL": 0.1,
            "GAIN": 0.6,
            "HIGH_BB": 49,
            "LOW_BB": 40,
            "EMA1": 200,
            "EMA2": 50,
            "PANIC_SELL": false,
            "DOUBLE_UP": true,
            "STOP_LIMIT": 60,
            "BUY_ENABLED": true,
            "MIN_VOLUME_TO_BUY": 0.001,
            "MIN_VOLUME_TO_SELL": 0.001
        },
        "bbstepgain": {
            "BTC_TRADING_LIMIT": 0.001,
            "PERIOD": 15,
            "HIGH_BB": 45,
            "LOW_BB": 45,
            "SELLLVL1": 0.1,
            "SELLLVL2": 0.1,
            "SELLLVL3": 70,
            "SELLLVL": 3,
            "LASTPOINTS": 5,
            "AVGPOINTS": 250,
            "AVGMINIMUM": 1.0e-8,
            "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
        },
        "stepgainbb": {
            "BTC_TRADING_LIMIT": 0.001,
            "PERIOD": 15,
            "HIGH_BB": 49,
            "LOW_BB": 40,
            "BUYLVL1": 0.1,
            "BUYLVL2": 0.1,
            "BUYLVL3": 70,
            "BUYLVL": 3,
            "LASTPOINTS": 5,
            "AVGPOINTS": 250,
            "AVGMINIMUM": 1.0e-8,
            "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
        },
        "bbpp": {
            "BTC_TRADING_LIMIT": 0.01,
            "PERIOD": 15,
            "GAIN": 0.1,
            "HIGH_BB": 40,
            "LOW_BB": 40,
            "PP_SELL": 0.12345678,
            "PANIC_SELL": false,
            "DOUBLE_UP": false,
            "STOP_LIMIT": 60,
            "BUY_ENABLED": true,
            "MIN_VOLUME_TO_BUY": 0.001,
            "MIN_VOLUME_TO_SELL": 0.001
        },
        "ppbb": {
            "BTC_TRADING_LIMIT": 0.01,
            "PERIOD": 15,
            "GAIN": 0.1,
            "HIGH_BB": 40,
            "LOW_BB": 40,
            "PP_BUY": 1.0e-8,
            "PANIC_SELL": false,
            "DOUBLE_UP": false,
            "STOP_LIMIT": 60,
            "BUY_ENABLED": true,
            "MIN_VOLUME_TO_BUY": 0.001,
            "MIN_VOLUME_TO_SELL": 0.001
        },
        "gainstepgain": {
            "BTC_TRADING_LIMIT": 0.01,
            "PERIOD": 15,
            "SELLLVL1": 0.1,
            "SELLLVL2": 0.1,
            "SELLLVL3": 70,
            "SELLLVL": 3,
            "BUY_LEVEL": 0.1,
            "LASTPOINTS": 5,
            "AVGPOINTS": 250,
            "AVGMINIMUM": 1.0e-8,
            "EMA1": 200,
            "EMA2": 50,
            "PANIC_SELL": false,
            "STOP_LIMIT": 60,
            "BUY_ENABLED": true,
            "MIN_VOLUME_TO_BUY": 0.001,
            "MIN_VOLUME_TO_SELL": 0.001
        },
        "stepgaingain": {
            "BTC_TRADING_LIMIT": 0.01,
            "PERIOD": 15,
            "BUYLVL1": 0.1,
            "BUYLVL2": 0.1,
            "BUYLVL3": 70,
            "BUYLVL": 3,
            "GAIN": 0.6,
            "LASTPOINTS": 5,
            "AVGPOINTS": 250,
            "AVGMINIMUM": 1.0e-8,
            "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
        },
        "gainpp": {
            "BTC_TRADING_LIMIT": 0.01,
            "PERIOD": 15,
            "BUY_LEVEL": 0.1,
            "PP_SELL": 0.12345678,
            "EMA1": 2000,
            "EMA2": 1000,
            "PANIC_SELL": false,
            "STOP_LIMIT": 60,
            "BUY_ENABLED": true,
            "MIN_VOLUME_TO_BUY": 0.001,
            "MIN_VOLUME_TO_SELL": 0.001
        },
        "ppgain": {
            "BTC_TRADING_LIMIT": 0.01,
            "PERIOD": 15,
            "GAIN": 2,
            "PP_BUY": 0.12345678,
            "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
        },
        "stepgainpp": {
            "BTC_TRADING_LIMIT": 0.01,
            "PERIOD": 15,
            "BUYLVL1": 1,
            "BUYLVL2": 3,
            "BUYLVL3": 5,
            "BUYLVL": 2,
            "PP_SELL": 0.1,
            "LASTPOINTS": 5,
            "AVGPOINTS": 250,
            "AVGMINIMUM": 1.0e-8,
            "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
        },
        "ppstepgain": {
            "BTC_TRADING_LIMIT": 0.01,
            "PERIOD": 15,
            "SELLLVL1": 2,
            "SELLLVL2": 5,
            "SELLLVL3": 10,
            "SELLLVL": 2,
            "PP_BUY": 1.0e-8,
            "LASTPOINTS": 5,
            "AVGPOINTS": 250,
            "AVGMINIMUM": 1.0e-8,
            "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

2
Beginners & Help / Re: Setup
« on: August 27, 2017, 01:10:51 PM »
Cheers :)

3
Beginners & Help / Re: Setup
« on: August 27, 2017, 11:36:09 AM »
Hello,

thanks for your response. Alright, will do that then.

Would you also know where I can find the best settings to use and maybe the most appropriate Coins to trade?

In any case, thanks again!

4
Beginners & Help / Setup
« on: August 26, 2017, 02:45:07 PM »
Hello,

I came across Gunbot today and would like to ask a few questions before acquiring the license.

1) I would like to put a working with with the Gunbot installed in Italy. Do I need a VPS?
2) I do not live in the same appartment but travel a lot. Once done the settings does it need to get regular checking or can I just leave it for weeks/months with the default settings? Or would you suggest to me to buy another laptop and take that with me the whole time?
3) I would put a given amount of BC to Bittrex or Polo to put it to work, but at the same time I also would have some longer positions on the exchange. Can I do it indipendently or would it interfere with the bots activity?

Sorry for the noob questions. Just trying to figure everything out :)

Thank you!

Pages: [1]