Release v3.1 - Core Edition: Linux/Windows/Mac/ARM
@GuntharDeNiro GuntharDeNiro released this an hour ago
This is a major release in its core edition: no GUI. You can run it on Windows following instructions here
https://gunthy.org/index.php?topic=47.msg94#msg94Linux/Mac/ARM follow instructions here:
https://gunthy.org/index.php?topic=72.0In all processes you can run it from command line like this:
"node index BTC_ETH poloniex" for poloniex market
"node index BTC_ETH kraken" for kraken market
"node index BTC_ETH bittrex" for bittrex market
Step by step guide to start it from old 2.x versions:
1- Copy all your "BTC_XXX-save.json" file to the new GUNBOT folder
2- Rename all your "BTC_XXX-save.json" file to "poloniex-BTC_XXX-save.json"
3- Create a config file by cloning the "BTC_ARK-config.js" per each pair you want to run
4- Fill your api/secret pairs for each market in each config file
5- start the bot from command line with the above mentioned commands
6- Profit!
Pre-requisites and environment:
You need node installed (you should already have it installed from 2.0.4b. If this is not the case, install the latest node (actually 7.9). The package already includes all node_modules. You can run "npm install" if you wish to update to the latest modules in the future. After installation, if you get some errors for missed npm modules, run again the command for the missed module only. For example: "npm install request" (if you got an error for missed "request" module. Or: "npm install mathjs" if you received an error about missed mathjs module.
The Strategies:
With this release, you can operate on 3 markets (Poloniex, Kraken, Bittrex) using different strategies:
1- Pure EMA ping-pong: let your bot buy at a fixed % below EMA and sell at a fixed percentual above EMA.
These are the settings to use for this strategy:
- SELL_STRATEGY: 'GAIN', //sell strategy to use (BB or GAIN)
- BUY_STRATEGY: 'GAIN', // buy strategy to use (BB or GAIN)
- BUY_LEVEL: 1, //percentual from weighted price you want to buy if you want to use GAIN strategy
- BITTREX_GAIN: 2, // margin to sell on bittrex
- KRAKEN_GAIN: 2, // margin to sell on kraken
- GAIN: 2, // margin to sell on poloniex
With this settings your bot will buy at 1% below ema and sell at 2% above ema (you can set sell levels per each market.
2- Pure Bollinger Band ping pong: let your bot buy close to the lower Bollinger Band and sell close to the higher
Bollinger Band.
These are the settings to use for this strategy:
- LOW_BB: 5, //percentual from the lowest Bollinger Band you want to buy
- HIGH_BB: 5, //percentual from the highest Bollinger Band you want to sell
- SELL_STRATEGY: 'BB', //sell strategy to use (BB or GAIN)
- BUY_STRATEGY: 'BB', // buy strategy to use (BB or GAIN)
Notice: when you first start your GUNBOT, it has not statistics yet, it needs to collect and build indicators.
Hence, to protect you from buying too high because the Bollinger Band are not completely calculated
yet, the GUNBOT will work using the GAIN strategy until it says the statistics are correctly loaded. It will
switch automatically to the Bollinger Band strategy when ready. So, be sure to properly set BUY_LEVEL
and GAIN % in all markets!
3- A mix of the previous strategies: you can decide to BUY at fixed % and to sell at higher Bollinger Band. Or you
can decide to BUY at lower Bollinger Band and to sell at % GAIN from your bought price. Or you can decide to
restrict the Bollinger Band and use a Bollinger Band ping pong with smaller interval (play with the LOW_BB and
HIGH_BB settings to achieve this.
4.- Dont forget you have still available other 3 strategies: the SUPERGUN from 2.0.4b, the 1000trades...and the
beloved "Russian Roulette" from v1.3!!! They are all profitable strategies and you can decide to move over
multiple accounts with multiple strategies on the same coin!
I am completing the GUI for pinky-Windows users
I will push a GUI in the next 48 hours.
Known features not working (yet) in this release:
manual trades (i am building a GUI for this feature as it has been reported with some bugs in the 2.0.4b
email alert: gmail and some other providers added an extra security layer to prevent spam and it is being
refactored.
Please report any bug immediately!!!
Thanks
~Gun
https://github.com/GuntharDeNiro/BTCT/releases/download/x3CoreEditionv3.1/GUNBOT_x3_edition_corev3.1b.zip