Username: Password:

Author Topic: All Settings on 4.0.5  (Read 5835 times)

Offline DiomedeX

  • Rookie
  • *
  • Posts: 4
    • View Profile
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
« Last Edit: September 13, 2017, 02:28:37 PM by DiomedeX »

Offline sloaleks

  • Contributor
  • **
  • Posts: 610
    • View Profile
Re: All Settings on 4.0.5
« Reply #1 on: September 14, 2017, 07:56:43 AM »
Switch to 503, double up "false" for starters all strategies, careful pair selection (select strong pairs= good volume and good volatility, not a pair with downward trend going on forever).  Set gaines high enough to cover fees and get only modest profit.
Make more trades  with small profit, it adds up. Trading limit set to a number high enough so that the bot can run at least 10 pairs, more is better. Run sideways pairs on bb and upward pairs on bbstepgain, or stepgain (or even leave bb, if you are lazy). Rid the bags on special strategies using averigeing tools on ovrride. Try to clear only one bag at a time (or wait it out). Patience (G'n'R, 1989), some whiskey (also preferably from around 1990).

Gunthar's own recipe to rid bags // (use these settings plus enable DOUBLE UP in override on offending pair):
Example of strategy to get rid of bags //(maybe skip buy level, 503 doesn't have this setting in bb, but you get general idea, no?)

"strategies": {
"bb": {
"PERIOD": 15,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"HIGH_BB": 60,
"LOW_BB": 40,
"PANIC_SELL": false
}
Change to this configuration once you got rid of your bags

"strategies": {
"bb": {
"PERIOD": 15,
"BUY_LEVEL": 0.1,
"GAIN": 0.6,
"HIGH_BB": 40,
"LOW_BB": 40,
"PANIC_SELL": false
}
Disclaimer: you need capital to average down. Rather you are able to deposit more bitcoin at your exchange account or you need some immediate liquidity from existing bags. How much capital or how much liquidity you need to start using this strategy? Same amount in BTC (or primary coin) of one of your bags: say you have a list of 10 bags > deposit BTC (or primary coin) amount equal to ONE OF YOUR BAGS HOLDING VALUE IN BTC (i.e. if one of your bags is ETH and its value in BTC is 0.02BTC: deposit 0.02BTC), or sell one of your bags (any of your choice) at market price so to give your account an immediate liquidity, if you are unable to deposit more BTC (or primary coin). You dont need to deposit a lot of BTC (or primary coin) to average down your bags: it is enough to cover just one bag only and your GUNBOT will start a chain of bags-recovering, getting liquidity as it sells your bags. Keep this in mind by now on when you use GUNBOT: dont use all your capital, GUNBOT will need a reserve in case averaging down is needed because market conditions.

Ah, forgot, once running, do not stop the bot!
« Last Edit: September 14, 2017, 08:41:34 AM by sloaleks »