Last active
August 8, 2017 09:31
-
-
Save vosechu/a62c798b3bcec58dc7176b6ffe06f3df to your computer and use it in GitHub Desktop.
Gunbot v3.3.5 config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} | |
} | |
} |
Added example of overriding the BOUGHT_PRICE courtesy of @diesel
I run my bot with this command so it's less noisy:
./gunthy-macos | egrep --color=always -v "(v3.3.4|\-\-\-|opportunities\ found\.\.\.)"
./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
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:
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.