Skip to content

Instantly share code, notes, and snippets.

@KryptoGB
Last active August 2, 2019 10:37
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save KryptoGB/7b98d073d01cf0bd9d8ad39bd6930059 to your computer and use it in GitHub Desktop.
Save KryptoGB/7b98d073d01cf0bd9d8ad39bd6930059 to your computer and use it in GitHub Desktop.
Krypto's All Pairs Gunbot Config and Advice
Since it's been asked for so many times here is the way I run Gunbot 5.0.4. All the standard "This is not financial advice", "Your
mileage may very", "Previous results are not indicative of future gains", blah blah blah etc.. etc.. Apply. Shoutouts to Gunthar of
course, Diesel for being my muse and the one who got me started on this path. Berti, RchGrav, Rich Z, Allanster, Nate, TandyUK, Thor,
Exquitas and so many more people for the ideas, advice and testing.
Did this advice help you? Send me beer money! BTC: 1Per7XsUsCUv4zWNPnrHUizDQX33XxVvKL
Or msg me on Telegram @KryptoGB if you want to tip me in any coin available at Bittrex.
I STRONGLY recommend that everyone have a seperate trading account that you use for testing purposes. When you want to try different
settings or a new version of Gunbot comes out, having a small seperate pool of money to test with can be invaluable before making
changes to your main Gunbot accounts. I have 5 accounts that I use with Gunbot, one for BTC, one for ETH, one for USDT, one for bags,
and one for testing.
You should have a strategy for handling bags. I like to think of myself as a bag collector and I have a seperate account at the exchange
that I transfer bags to. I use the bags sent to this account as the basis of my long term holds for cryptos I like and to average out
shitcoins. This requires linking multiple accounts at the exchanges and transfering between them as necessary.
Other people use Stop_Limit on all pairs and there's nothing wrong with that but I hate selling for loss when "Time Will Tell and Sell."
I typically move bags when they have lost 25% of their value after double up or when they've sat for a week or so. (I'm also lazy)
When figuring out how much to set your "BTC_TRADING_LIMIT" to a good rule of thumb is Base Pair Amount / (2x Number of Pairs) This way
when the bear markets come (and they will!) You won't eat up all your available base currency and will have options for bagging and/or
averaging.
You need to pay attention to what cryptos the exchanges are adding and removing. I immediately stop trading any coins that are
scheduled for delisting and I usually wait a few weeks before adding new ones to the config as most seem to have a large sell off when
they are first listed on the exchange.
!*ATTENTION*! These are NOT the settings to use if you are new to Gunbot and just learning how it works. I tweak my settings quite
often and you need to be comfortable doing the same depending on market conditions. A strong understanding of Stepgain Levels,
Avg Points, Last Points, Period, Period Storage Limit, Interval Ticker Update and Stop Limit is recommended before embarking on
this path. Consider yourself warned.
So why do we run all the pairs? Gains and number of trading opportunities of course! Running every pair means you're more likely to
catch pumps before they happen. You're also as diversified as you can get so 1 or 2 coins tanking is no big deal like it can be if you
only trade a few pairs.
Now on to the good shit. Please note this is not a full config just the applicable sections. You'll need to delete my comments before
this will work in your config. This is NOT a simple cut and paste! Please let me know if you see any errors or omissions.
Also if you can improve upon these settings for fucks sake tell me! By no means am I some Gunbot Guru that has all the answers. I
simply know enough to be dangerous and am always looking for bigger gains or something better to come along.
"bot": {
"debug": false,
"period_storage_ticker": 500, // number of prices to store to calculate TA indicators
"interval_ticker_update": 15000, // interval to fetch prices 15 seconds
"timeout_buy": 60000,
"timeout_sell": 60000,
"WATCH_MODE": false,
"VERBOSE": false,
"TV_GAIN": 0.6,
"TV_TRADING_LIMIT": 0.001,
"BOT_DELAY": 1
},
"stepgain": {
"BTC_TRADING_LIMIT": 0.02, // change this to YOUR btc trading limit!
"PERIOD": 5, // candlesticks period to use for TA calculations, varies from 5 to 15, lower is faster to act
"BUYLVL": 2,
"BUYLVL1": 1,
"BUYLVL2": 5.5, // % from lowest EMA to buy at if trend switches to UP in level 2. This varies from 1.5 (Bull) to 8 (Bear)
"BUYLVL3": 70,
"SELLLVL": 2,
"SELLLVL1": 1,
"SELLLVL2": 0.75, // % from bought price to sell at if trend switches to DOWN in level 2. This varies from 0.75 (Bear) to 2 (Bull)
"SELLLVL3": 70,
"DOUBLE_UP": false, // leave this false we will use the "MIN_VOLUME_TO_SELL" double up exploit instead
"MIN_VOLUME_TO_BUY": 0.0005, // 0.0005 for bittrex, 0.001 for poloniex
"MIN_VOLUME_TO_SELL": 0.018, // this must be set to a % below "BTC_TRADING_LIMIT" that you want to double up at. I use 10%
"STOP_LIMIT": 600, // I don't want the bot to sell at loss. Pairs that don't transfer well will have stop limit set in overrides
"BUY_ENABLED": true,
"PANIC_SELL": false,
"LASTPOINTS": 5, // how many last prices to use to decide if trend is UP or DOWN. This varies from 4 to 10 lower is faster to act
"AVGPOINTS": 20, // how many last prices to calculate average and compare with LASTPOINTS. Varies from 10 to 40 lower is faster
"AVGMINIMUM": 0.00000001,
"EMA1": 4, // don't mess with this
"EMA2": 2 // don't mess with this either
},
{
"pairs": {
"bittrex": {
"BTC-1ST": {"strategy": "stepgain", "override": {}},
"BTC-2GIVE": {"strategy": "stepgain", "override": {}},
"BTC-ABY": {"strategy": "stepgain", "override": {}},
"BTC-ADT": {"strategy": "stepgain", "override": {}},
"BTC-ADX": {"strategy": "stepgain", "override": {}},
"BTC-AEON": {"strategy": "stepgain", "override": {}},
"BTC-AGRS": {"strategy": "stepgain", "override": {}},
"BTC-AMP": {"strategy": "stepgain", "override": {}},
"BTC-ANT": {"strategy": "stepgain", "override": {}},
"BTC-APX": {"strategy": "stepgain", "override": {}},
"BTC-ARDR": {"strategy": "stepgain", "override": {}},
"BTC-ARK": {"strategy": "stepgain", "override": {}},
"BTC-AUR": {"strategy": "stepgain", "override": {}},
"BTC-BAT": {"strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"BTC-BAY": {"strategy": "stepgain", "override": {}},
"BTC-BCC": {"strategy": "stepgain", "override": {}},
"BTC-BCY": {"strategy": "stepgain", "override": {}},
"BTC-BITB": {"strategy": "stepgain", "override": {}},
"BTC-BLITZ": {"strategy": "stepgain", "override": {}},
"BTC-BLK": {"strategy": "stepgain", "override": {}},
"BTC-BLOCK": {"strategy": "stepgain", "override": {}},
"BTC-BNT": {"strategy": "stepgain", "override": {}},
"BTC-BRK": {"strategy": "stepgain", "override": {}},
"BTC-BRX": {"strategy": "stepgain", "override": {}},
"BTC-BSD": {"strategy": "stepgain", "override": {}},
"BTC-BTA": {"strategy": "stepgain", "override": {}},
"BTC-BTCD": {"strategy": "stepgain", "override": {}},
"BTC-BTS": {"strategy": "stepgain", "override": {}},
"BTC-BURST": {"strategy": "stepgain", "override": {}},
"BTC-BYC": {"strategy": "stepgain", "override": {}},
"BTC-CANN": {"strategy": "stepgain", "override": {}},
"BTC-CFI": {"strategy": "stepgain", "override": {}},
"BTC-CLAM": {"strategy": "stepgain", "override": {}},
"BTC-CLOAK": {"strategy": "stepgain", "override": {}},
"BTC-CLUB": {"strategy": "stepgain", "override": {}},
"BTC-COVAL": {"strategy": "stepgain", "override": {}},
"BTC-CPC": {"strategy": "stepgain", "override": {}},
"BTC-CRB": {"strategy": "stepgain", "override": {}},
"BTC-CRW": {"strategy": "stepgain", "override": {}},
"BTC-CURE": {"strategy": "stepgain", "override": {}},
"BTC-CVC": {"strategy": "stepgain", "override": {}},
"BTC-DAR": {"strategy": "stepgain", "override": {}},
"BTC-DASH": {"strategy": "stepgain", "override": {}},
"BTC-DCR": {"strategy": "stepgain", "override": {}},
"BTC-DCT": {"strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"BTC-DGB": {"strategy": "stepgain", "override": {}},
"BTC-DGD": {"strategy": "stepgain", "override": {}},
"BTC-DMD": {"strategy": "stepgain", "override": {}},
"BTC-DOGE": {"strategy": "stepgain", "override": {"BUY_ENABLED": false}}, // I LIED! I DON'T TRADE DOGE!
"BTC-DOPE": {"strategy": "stepgain", "override": {}},
"BTC-DRACO": {"strategy": "stepgain", "override": {}},
"BTC-DTB": {"strategy": "stepgain", "override": {}},
"BTC-DYN": {"strategy": "stepgain", "override": {}},
"BTC-EBST": {"strategy": "stepgain", "override": {}},
"BTC-EDG": {"strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"BTC-EFL": {"strategy": "stepgain", "override": {}},
"BTC-EGC": {"strategy": "stepgain", "override": {}},
"BTC-EMC": {"strategy": "stepgain", "override": {}},
"BTC-EMC2": {"strategy": "stepgain", "override": {}},
"BTC-ENRG": {"strategy": "stepgain", "override": {}},
"BTC-ERC": {"strategy": "stepgain", "override": {}},
"BTC-ETC": {"strategy": "stepgain", "override": {}},
"BTC-ETH": {"strategy": "stepgain", "override": {}},
"BTC-EXCL": {"strategy": "stepgain", "override": {}},
"BTC-EXP": {"strategy": "stepgain", "override": {}},
"BTC-FAIR": {"strategy": "stepgain", "override": {}},
"BTC-FCT": {"strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"BTC-FLDC": {"strategy": "stepgain", "override": {}},
"BTC-FLO": {"strategy": "stepgain", "override": {}},
"BTC-FTC": {"strategy": "stepgain", "override": {}},
"BTC-FUN": {"strategy": "stepgain", "override": {}},
"BTC-GAM": {"strategy": "stepgain", "override": {}},
"BTC-GAME": {"strategy": "stepgain", "override": {}},
"BTC-GBG": {"strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"BTC-GBYTE": {"strategy": "stepgain", "override": {}},
"BTC-GCR": {"strategy": "stepgain", "override": {}},
"BTC-GEO": {"strategy": "stepgain", "override": {}},
"BTC-GLD": {"strategy": "stepgain", "override": {}},
"BTC-GNO": {"strategy": "stepgain", "override": {}},
"BTC-GNT": {"strategy": "stepgain", "override": {}},
"BTC-GOLOS": {"strategy": "stepgain", "override": {}},
"BTC-GRC": {"strategy": "stepgain", "override": {}},
"BTC-GRS": {"strategy": "stepgain", "override": {}},
"BTC-GUP": {"strategy": "stepgain", "override": {}},
"BTC-HMQ": {"strategy": "stepgain", "override": {}},
"BTC-INCNT": {"strategy": "stepgain", "override": {}},
"BTC-INFX": {"strategy": "stepgain", "override": {}},
"BTC-IOC": {"strategy": "stepgain", "override": {}},
"BTC-ION": {"strategy": "stepgain", "override": {}},
"BTC-IOP": {"strategy": "stepgain", "override": {}},
"BTC-KMD": {"strategy": "stepgain", "override": {}},
"BTC-KORE": {"strategy": "stepgain", "override": {}},
"BTC-LBC": {"strategy": "stepgain", "override": {}},
"BTC-LGD": {"strategy": "stepgain", "override": {}},
"BTC-LMC": {"strategy": "stepgain", "override": {}},
"BTC-LSK": {"strategy": "stepgain", "override": {}},
"BTC-LTC": {"strategy": "stepgain", "override": {}},
"BTC-LUN": {"strategy": "stepgain", "override": {}},
"BTC-MAID": {"strategy": "stepgain", "override": {}},
"BTC-MCO": {"strategy": "stepgain", "override": {}},
"BTC-MEME": {"strategy": "stepgain", "override": {}},
"BTC-MLN": {"strategy": "stepgain", "override": {}},
"BTC-MONA": {"strategy": "stepgain", "override": {}},
"BTC-MTL": {"strategy": "stepgain", "override": {}},
"BTC-MUE": {"strategy": "stepgain", "override": {}},
"BTC-MUSIC": {"strategy": "stepgain", "override": {}},
"BTC-MYST": {"strategy": "stepgain", "override": {}},
"BTC-NAV": {"strategy": "stepgain", "override": {}},
"BTC-NBT": {"strategy": "stepgain", "override": {}},
"BTC-NEO": {"strategy": "stepgain", "override": {}},
"BTC-NEOS": {"strategy": "stepgain", "override": {}},
"BTC-NLG": {"strategy": "stepgain", "override": {}},
"BTC-NMR": {"strategy": "stepgain", "override": {}},
"BTC-NXC": {"strategy": "stepgain", "override": {}},
"BTC-NXS": {"strategy": "stepgain", "override": {}},
"BTC-NXT": {"strategy": "stepgain", "override": {}},
"BTC-OK": {"strategy": "stepgain", "override": {}},
"BTC-OMG": {"strategy": "stepgain", "override": {}},
"BTC-OMNI": {"strategy": "stepgain", "override": {}},
"BTC-PART": {"strategy": "stepgain", "override": {}},
"BTC-PAY": {"strategy": "stepgain", "override": {}},
"BTC-PDC": {"strategy": "stepgain", "override": {}},
"BTC-PINK": {"strategy": "stepgain", "override": {}},
"BTC-PIVX": {"strategy": "stepgain", "override": {}},
"BTC-PKB": {"strategy": "stepgain", "override": {}},
"BTC-POT": {"strategy": "stepgain", "override": {}},
"BTC-PPC": {"strategy": "stepgain", "override": {}},
"BTC-PTC": {"strategy": "stepgain", "override": {}},
"BTC-PTOY": {"strategy": "stepgain", "override": {}},
"BTC-QRL": {"strategy": "stepgain", "override": {}},
"BTC-QTUM": {"strategy": "stepgain", "override": {}},
"BTC-QWARK": {"strategy": "stepgain", "override": {}},
"BTC-RADS": {"strategy": "stepgain", "override": {}},
"BTC-RBY": {"strategy": "stepgain", "override": {}},
"BTC-RDD": {"strategy": "stepgain", "override": {"BUY_ENABLED": false}}, // I DONT TRADE RDD EITHER! FOOLED YOU TWICE!
"BTC-REP": {"strategy": "stepgain", "override": {}},
"BTC-RISE": {"strategy": "stepgain", "override": {}},
"BTC-RLC": {"strategy": "stepgain", "override": {}},
"BTC-SAFEX": {"strategy": "stepgain", "override": {}},
"BTC-SBD": {"strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"BTC-SC": {"strategy": "stepgain", "override": {}},
"BTC-SEQ": {"strategy": "stepgain", "override": {}},
"BTC-SHIFT": {"strategy": "stepgain", "override": {}},
"BTC-SIB": {"strategy": "stepgain", "override": {}},
"BTC-SLR": {"strategy": "stepgain", "override": {}},
"BTC-SLS": {"strategy": "stepgain", "override": {}},
"BTC-SNGLS": {"strategy": "stepgain", "override": {}},
"BTC-SNRG": {"strategy": "stepgain", "override": {}},
"BTC-SNT": {"strategy": "stepgain", "override": {}},
"BTC-SPHR": {"strategy": "stepgain", "override": {}},
"BTC-SPR": {"strategy": "stepgain", "override": {}},
"BTC-START": {"strategy": "stepgain", "override": {}},
"BTC-STEEM": {"strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"BTC-STORJ": {"strategy": "stepgain", "override": {}},
"BTC-STRAT": {"strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"BTC-SWIFT": {"strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"BTC-SWT": {"strategy": "stepgain", "override": {}},
"BTC-SYNX": {"strategy": "stepgain", "override": {}},
"BTC-SYS": {"strategy": "stepgain", "override": {}},
"BTC-THC": {"strategy": "stepgain", "override": {}},
"BTC-TIME": {"strategy": "stepgain", "override": {}},
"BTC-TKN": {"strategy": "stepgain", "override": {}},
"BTC-TKS": {"strategy": "stepgain", "override": {}},
"BTC-TRIG": {"strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"BTC-TRST": {"strategy": "stepgain", "override": {}},
"BTC-TRUST": {"strategy": "stepgain", "override": {}},
"BTC-TX": {"strategy": "stepgain", "override": {}},
"BTC-UBQ": {"strategy": "stepgain", "override": {}},
"BTC-UNB": {"strategy": "stepgain", "override": {}},
"BTC-UNO": {"strategy": "stepgain", "override": {}},
"BTC-VIA": {"strategy": "stepgain", "override": {}},
"BTC-VOX": {"strategy": "stepgain", "override": {}},
"BTC-VRC": {"strategy": "stepgain", "override": {}},
"BTC-VRM": {"strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"BTC-VTC": {"strategy": "stepgain", "override": {}},
"BTC-VTR": {"strategy": "stepgain", "override": {}},
"BTC-WAVES": {"strategy": "stepgain", "override": {}},
"BTC-WINGS": {"strategy": "stepgain", "override": {}},
"BTC-XAUR": {"strategy": "stepgain", "override": {}},
"BTC-XCP": {"strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"BTC-XDN": {"strategy": "stepgain", "override": {}},
"BTC-XEL": {"strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"BTC-XEM": {"strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"BTC-XLM": {"strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"BTC-XMG": {"strategy": "stepgain", "override": {}},
"BTC-XMR": {"strategy": "stepgain", "override": {}},
"BTC-XMY": {"strategy": "stepgain", "override": {}},
"BTC-XRP": {"strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"BTC-XST": {"strategy": "stepgain", "override": {}},
"BTC-XVC": {"strategy": "stepgain", "override": {}},
"BTC-XVG": {"strategy": "stepgain", "override": {}},
"BTC-XWC": {"strategy": "stepgain", "override": {}},
"BTC-XZC": {"strategy": "stepgain", "override": {}},
"BTC-ZCL": {"strategy": "stepgain", "override": {}},
"BTC-ZEC": {"strategy": "stepgain", "override": {}},
"BTC-ZEN": {"strategy": "stepgain", "override": {}}
}
},
"pairs": {
"bittrex": {
"USDT-BCC": { "strategy": "stepgain", "override": {}},
"USDT-BTC": { "strategy": "stepgain", "override": {}},
"USDT-DASH": { "strategy": "stepgain", "override": {}},
"USDT-ETC": { "strategy": "stepgain", "override": {}},
"USDT-ETH": { "strategy": "stepgain", "override": {}},
"USDT-LTC": { "strategy": "stepgain", "override": {}},
"USDT-NEO": { "strategy": "stepgain", "override": {}},
"USDT-OMG": { "strategy": "stepgain", "override": {}},
"USDT-XMR": { "strategy": "stepgain", "override": {}},
"USDT-XRP": { "strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"USDT-ZEC": { "strategy": "stepgain", "override": {}}
}
},
{
"pairs": {
"bittrex": {
"ETH-1ST": { "strategy": "stepgain", "override": {}},
"ETH-ADT": { "strategy": "stepgain", "override": {}},
"ETH-ADX": { "strategy": "stepgain", "override": {}},
"ETH-ANT": { "strategy": "stepgain", "override": {}},
"ETH-BAT": { "strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"ETH-BCC": { "strategy": "stepgain", "override": {}},
"ETH-BNT": { "strategy": "stepgain", "override": {}},
"ETH-BTS": { "strategy": "stepgain", "override": {}},
"ETH-CFI": { "strategy": "stepgain", "override": {}},
"ETH-CRB": { "strategy": "stepgain", "override": {}},
"ETH-CVC": { "strategy": "stepgain", "override": {}},
"ETH-DASH": { "strategy": "stepgain", "override": {}},
"ETH-DGB": { "strategy": "stepgain", "override": {}},
"ETH-DGD": { "strategy": "stepgain", "override": {}},
"ETH-ETC": { "strategy": "stepgain", "override": {}},
"ETH-FCT": { "strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"ETH-FUN": { "strategy": "stepgain", "override": {}},
"ETH-GNO": { "strategy": "stepgain", "override": {}},
"ETH-GNT": { "strategy": "stepgain", "override": {}},
"ETH-GUP": { "strategy": "stepgain", "override": {}},
"ETH-HMQ": { "strategy": "stepgain", "override": {}},
"ETH-LGD": { "strategy": "stepgain", "override": {}},
"ETH-LTC": { "strategy": "stepgain", "override": {}},
"ETH-LUN": { "strategy": "stepgain", "override": {}},
"ETH-MCO": { "strategy": "stepgain", "override": {}},
"ETH-MTL": { "strategy": "stepgain", "override": {}},
"ETH-MYST": { "strategy": "stepgain", "override": {}},
"ETH-NEO": { "strategy": "stepgain", "override": {}},
"ETH-NMR": { "strategy": "stepgain", "override": {}},
"ETH-OMG": { "strategy": "stepgain", "override": {}},
"ETH-PAY": { "strategy": "stepgain", "override": {}},
"ETH-PTOY": { "strategy": "stepgain", "override": {}},
"ETH-QRL": { "strategy": "stepgain", "override": {}},
"ETH-QTUM": { "strategy": "stepgain", "override": {}},
"ETH-REP": { "strategy": "stepgain", "override": {}},
"ETH-RLC": { "strategy": "stepgain", "override": {}},
"ETH-SC": { "strategy": "stepgain", "override": {}},
"ETH-SNGLS": { "strategy": "stepgain", "override": {}},
"ETH-SNT": { "strategy": "stepgain", "override": {}},
"ETH-STORJ": { "strategy": "stepgain", "override": {}},
"ETH-STRAT": { "strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"ETH-TIME": { "strategy": "stepgain", "override": {}},
"ETH-TKN": { "strategy": "stepgain", "override": {}},
"ETH-TRST": { "strategy": "stepgain", "override": {}},
"ETH-WAVES": { "strategy": "stepgain", "override": {}},
"ETH-WINGS": { "strategy": "stepgain", "override": {}},
"ETH-XEM": { "strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"ETH-XLM": { "strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"ETH-XMR": { "strategy": "stepgain", "override": {}},
"ETH-XRP": { "strategy": "stepgain", "override": {"STOP_LIMIT": 25}},
"ETH-ZEC": { "strategy": "stepgain", "override": {}}
}
},
@jadiesel
Copy link

Great write up!

@dobcrypto
Copy link

Wow, cool.

@rudik99
Copy link

rudik99 commented Sep 26, 2017

Thank you !

@Thommacc
Copy link

Thommacc commented Sep 26, 2017

KryptoGB, Maybe it is a dumb question but why is it that in the Gunbot V3.3 the EMA1 is 0.02 and EMA2 is 0.04 and in the V5 it's the other way around ? is there a special reason for it?

Thanks in advance.

@chopsticks-com
Copy link

Yes. Wow! Thank you for sharing.

@koltregaskes
Copy link

Does this config still work with the nightly 5.0.5 builds?

@dedwills
Copy link

dedwills commented Oct 8, 2017

Спасибо, это надо знать ВСЕМ.

@nerd-lab
Copy link

Hi just a quick question, could you elaborate again how to set the BTC_TRADING_LIMIT, because any way I look at it I can't seem to unterstand your instructions.

@JaphethC
Copy link

@KryptoGB

Would you clarify:

When figuring out how much to set your "BTC_TRADING_LIMIT" to a good rule of thumb is Base Pair Amount / (2x Number of Pairs)

Thanks.

@soleshoe
Copy link

soleshoe commented Nov 18, 2018

@KryptoGB

Hi!

how about your config with recent GB Release (11.7.5) ? any optimisations done ?
Have you changed of algorithm or strategy with recent GB updates ?
I tried to experiment with your parameters on my GB 11.7.5_b892 with no success so far (GB doesn't take any position on BTC:XRP for instance)

@SoozaV
Copy link

SoozaV commented Dec 5, 2018

@KryptoGB

Hi!

how about your config with recent GB Release (11.7.5) ? any optimisations done ?
Have you changed of algorithm or strategy with recent GB updates ?
I tried to experiment with your parameters on my GB 11.7.5_b892 with no success so far (GB doesn't take any position on BTC:XRP for instance)

Same question here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment