Skip to content

Instantly share code, notes, and snippets.

@vosechu
Last active August 8, 2017 09:31
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vosechu/a62c798b3bcec58dc7176b6ffe06f3df to your computer and use it in GitHub Desktop.
Save vosechu/a62c798b3bcec58dc7176b6ffe06f3df to your computer and use it in GitHub Desktop.
Gunbot v3.3.5 config
{
"pairs": {
"bittrex": {
"BTC-ANS" : { "strategy": "bb","override" : { }},
"BTC-ANT" : { "strategy": "bb","override" : { }},
"BTC-ARDR" : { "strategy": "bb","override" : { }},
"BTC-BAT" : { "strategy": "bb","override" : { }},
"BTC-BTS" : { "strategy": "bb","override" : { }},
"BTC-DASH" : { "strategy": "bb","override" : { }},
"BTC-DCR" : { "strategy": "bb","override" : { }},
"BTC-DGB" : { "strategy": "bb","override" : { }},
"BTC-DTB" : { "strategy": "bb","override" : { }},
"BTC-EMC2" : { "strategy": "bb","override" : { }},
"BTC-ETC" : { "strategy": "bb","override" : { "DOUBLE_UP": false, "BOUGHT_PRICE": 0.00545893 }},
"BTC-ETH" : { "strategy": "bb","override" : { }},
"BTC-FAIR" : { "strategy": "bb","override" : { }},
"BTC-GAME" : { "strategy": "bb","override" : { }},
"BTC-GNT" : { "strategy": "bb","override" : { }},
"BTC-GUP" : { "strategy": "bb","override" : { }},
"BTC-HMQ" : { "strategy": "bb","override" : { }},
"BTC-KMD" : { "strategy": "bb","override" : { }},
"BTC-LTC" : { "strategy": "bb","override" : { }},
"BTC-MAID" : { "strategy": "bb","override" : { }},
"BTC-NAV" : { "strategy": "bb","override" : { }},
"BTC-PIVX" : { "strategy": "bb","override" : { }},
"BTC-RLC" : { "strategy": "bb","override" : { }},
"BTC-SNGLS" : { "strategy": "bb","override" : { }},
"BTC-STEEM" : { "strategy": "bb","override" : { }},
"BTC-STRAT" : { "strategy": "bb","override" : { }},
"BTC-SYS" : { "strategy": "bb","override" : { }},
"BTC-VIA" : { "strategy": "bb","override" : { }},
"BTC-WAVES" : { "strategy": "bb","override" : { }},
"BTC-WINGS" : { "strategy": "bb","override" : { }},
"BTC-XEM" : { "strategy": "bb","override" : { }},
"BTC-XLM" : { "strategy": "bb","override" : { }},
"BTC-XMR" : { "strategy": "bb","override" : { }}
}
},
"exchanges": {
"bittrex": {
"key": "snip",
"secret": "snip"
}
},
"bot": {
"debug": true,
"period_storage_ticker": 300,
"interval_ticker_update": 10000,
"timeout_buy": 60000,
"timeout_sell": 60000,
"MIN_VOLUME_TO_BUY": 0.0005,
"WATCH_MODE": false
},
"strategies": {
"bb": {
"BTC_TRADING_LIMIT": 0.002,
"PERIOD": 15,
"BUY_LEVEL": 0.1,
"GAIN": 0.7,
"HIGH_BB": 40,
"LOW_BB": 40,
"PANIC_SELL": false,
"DOUBLE_UP": false
}
}
}
@vosechu
Copy link
Author

vosechu commented Aug 4, 2017

I don't know if these results are at all realistic or will continue to be like this, but looking only at finalized transactions these have been my results:

BTC-XRP | -0.00129298
BTC-XEM | -0.00037764
BTC-NXT | -0.00031463
BTC-XMR | -0.00022122
BTC-GNT | -0.00004596
BTC-ETC | -0.00002325
BTC-VRM | -0.00002319
BTC-LTC | -0.00001489
BTC-DASH | 0.00000290
BTC-OMG | 0.00000428
BTC-PIVX | 0.00000754
BTC-HMQ | 0.00001465
BTC-STRAT | 0.00002510
BTC-WAVES | 0.00005232
BTC-ANS | 0.00025489
BTC-ETH | 0.12694738
Grand Total | 0.12499530

If you include the unfinalized transactions (mini-bags?), I'm -0.00257511 total. I also don't know whether this is a valid way to account or not, but I'm trying. :octocat:

@vosechu
Copy link
Author

vosechu commented Aug 4, 2017

Added example of overriding the BOUGHT_PRICE courtesy of @diesel

@vosechu
Copy link
Author

vosechu commented Aug 4, 2017

I run my bot with this command so it's less noisy:

./gunthy-macos | egrep --color=always -v "(v3.3.4|\-\-\-|opportunities\ found\.\.\.)"

@Krustenviech
Copy link

./gunthy-macos | egrep --color=always -v "(v3.3.4|---|opportunities\ found...)"

Cool! Is there a way to do this on windows, or in cmder?

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