Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Gunthar

Pages: 1 2 [3] 4 5 ... 11
41
General Discussion / Support requests
« on: September 27, 2017, 04:53:47 PM »
@all: Our awesome community has grown a lot in the past weeks due to the great job members of this community and Gunbot developers are doing to make this product the perfect money machine. I don't like one thing tho: I don't like to not be able to give each one of you, the right and due support and the assistance you all deserve, because being overflooded from support requests which are even making my coding capability slower. Because of this, I have asked some great friends of mine, to help me handle all your support requests, to hopefully assist you faster and better. By now, you can rather contact me directly or (if you don't receive an immediate answer) you can contact directly @NarKotix or @exquitas for any question related to Gunbot and its use. Looking forward to a better experience with Gunbot, I personally hug narko and "cute-ass" for their commitment to Gunbot and hug each one of you for giving this project your greatly appreciated contribution. There is another good news: raffaele and 3kynox completed the part of Gunbot code that was needed for v505 release. I will test and package the final release in the next 24 hours and publish it with a complete GUI and complete documentation. Thanks for your patience! ~Gun

42
General Discussion / Re: No support for 2 weeks now, not sure what to do
« on: September 27, 2017, 11:08:54 AM »
keep calm and wait for the escrow service to be completed. I HAD to enforce the escrow service for secnd.hand licenses because a lot of you were being scammed by people impersonating fake license holders.
Every submitted case (from the escrow service) is being analyzed over the license server history, to be sure you dont get scammed.
Please be patient. If you cant be patient, do not buy a second-hand license.
Thanks!
~Gun

43
Technical Support & Development / Re: GUNBOT_V5_0_4 - linux - fails to run
« on: September 19, 2017, 10:54:40 PM »
please use the provided default config.js
you missing the ws port setting

44
Gunbot v5.0.4 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64 with TRADINGVIEWS integration
@GuntharDeNiro GuntharDeNiro released this 11 hours ago

Changelogs:

- Fix an issue that would prevent some users not being able to sell in Bittrex using TradingView plugin
- Tuning up price to sell when BOUGHT_PRICE is overriden

Instructions:

- If you are on previous v5.0.2/5.0.3 just replace executable
- If you were on v5.0.1 and below, replace executable and config.js
- If you are a Gunbot licensed owner and you didnt get the Gunthy Elite group, message me on Telegram with your api key and you will be a part of a special group.

Please report any bug immediately!
Thanks!
~Gun

45
Gunbot v5.0.2 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64 with TRADINGVIEWS integration
@GuntharDeNiro GuntharDeNiro released this 6 hours ago

Changelogs:

- Fix dust and INSUFFICIENT_FUNDS issues in Bittrex.
- Fix BB calculation so we dont get same values for SMA/HIGHBB/LOWBB even for low volume coins
- Fix strategy display name in console for gain/stepgain family
- Add BOT_DELAY config setting: you can now slow down your bot to avoid API call limit if you are processing only a few pairs. BOT_DELAY: 1 makes the bot run at default speed. THe more you increase BOT_DELAY, the more your bot slows down.
- Fix broken config.js provided in v5.0.1

Instructions:

- If you are on v.5.x just replace executable AND check config.js: a new value has been added in bot section => "BOT_DELAY": 1
- If you are already on v5.0.1 you will receive your download link by PM
- if you are on v4 and below please follow these instructions:
  -by v5.x we want to protect your Gunbot copy with some additional layers of security. Please send a PM to this user with your API keys to get
   instructions about your GUNBOT copy https://gunthy.org/index.php?action=pm;sa=send;u=1
  - DO NOT ACCEPT/DOWNLOAD a copy of GUNBOT v.5.0.1 from any other user or location, unless they are Authorized and Official Gunbot resellers. A
    complete list of AOG Resellers is available here https://gunthy.org/index.php/topic,1241.0.html

Please report any bug immediately!
Thanks!
~Gun

46
Gunbot v5.0.1 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64 with TRADINGVIEWS integration
@GuntharDeNiro GuntharDeNiro released this 4 minutes ago

Changelogs:

- Fix BB calculation
- Fix EMA calculation
- Add STD deviation multiplier (default 2) and SMA period to config.js so you can trigger BB values similar to what you see at exchanges
- Fix STOP LIMIT setting price to sell instead of last market price
- Update to latest KRAKEN roundings policy
- Fix multiple buy issue by checking both OpenOrders and Trading History for last order type = 'buy'
- Attempt to fix scientific notations for tiny numbers passing them ToFixed(8')
- Exposing TA values in logs (EMA1, EMA2, HIGHBB, LOWBB, SMA)
- Fix CRYPTOPIA error that sometimes shows up while getting prices
- Code cleanup
- Implementing TradingViews integration.

Instructions:
If you were already on v4.x just replace executable and use the new config.js:
Code: [Select]
{
"pairs": {
"poloniex": {
"BTC_ZRX": {
"strategy": "bb",

"override": {
"BTC_TRADING_LIMIT": 0.002
}
},
"BTC_DASH": {
"strategy": "bb",

"override": {}
}
},
"kraken": {
"DASHEUR": {
"strategy": "bb",
"override": {}
},
                        "XLTCXXBT": {
"strategy": "bb",
"override": {}
},
},
"bittrex": {
"BTC-LTC": {
"strategy": "bb",
"override": {}
},
                        "BTC-ARK": {
"strategy": "bb",
"override": {}
}
},
"cryptopia": {
"SIGT_BTC": {
"strategy": "bb",

"override": {}
},
                        "OMG_BTC": {
"strategy": "bb",

"override": {}
}
}
},

"exchanges": {
"poloniex": {
"key": "YOUR_API_KEY_HERE",
"secret": "YOUR_SECRET_KEY_HERE"
},
"kraken": {
"key": "YOUR_API_KEY_HERE",
"secret": "YOUR_SECRET_KEY_HERE"
},
"bittrex": {
"key": "YOUR_API_KEY_HERE",
"secret": "YOUR_SECRET_KEY_HERE"
},
"cryptopia": {
"key": "YOUR_API_KEY_HERE",
"secret": "YOUR_SECRET_KEY_HERE"
}

},

"bot": {
"debug": false, // not used in production

"period_storage_ticker": 2000, // number of prices to store to calculate TA indicators
"interval_ticker_update": 25000, // interval to fetch prices (default 25 seconds)

"timeout_buy": 60000, // internal timeout for buy orders
"timeout_sell": 60000, // internal timeout for sell orders

"WATCH_MODE": false, // if true it will not buy/sell
"VERBOSE": true, // if true it will show up more informations on console
"TV_GAIN": 0.6, // minimum GAIN for TradingView strategies (useful to not sell at loss)
"TV_TRADING_LIMIT": 0.001 // quote currency to use for each buy order with TradingView strategies
},

"ws": {
"port": 5001 // port to use to emit websocket API events
},

"imap_listener": {
"enabled": false, // if true, tradingview plugin is enabled (need a license)
"authorized_froms": ["noreply@tradingview.com"], // set here the sender email you want to enable
"user": "YOUR_EMAIL_HERE", // set here your TradingView alerts email
"password": "YOUR_PASSWORD_HERE", // Your email password
"host": "imap.gmail.com", // IMAP server
"port": 993, // port to use with your IMAP server
"tls": true, // tls options
"tlsOptions": {
"rejectUnauthorized": false
}
},

"strategies": {
"bb": {
"BTC_TRADING_LIMIT": 0.0001, // quote currency amount to use for each buy order
"PERIOD": 15, // candlesticks period to use for TA calculations
"EMA1": 2, // EMA1 period
"EMA2": 4, // EMA2 period
"GAIN": 2, // minimum % of GAIN to profit from bought price
"HIGH_BB": 40, // minimum sell point from higher BB
"LOW_BB": 40, // minimum buy point from lower BB
"STDV": 2, //multiplicator for BB formula
"SMAPERIOD": 50, // SMA period for BB formula
"PANIC_SELL": false, // if true sell all coins at actual market price
"DOUBLE_UP": true, // if true use the averaging down
"STOP_LIMIT": 60, // % from bought price to sell if coin value drops
"BUY_ENABLED": true, // if false do not buy
"MIN_VOLUME_TO_BUY": 0.0001, // minimum volume to buy (expressed in quote currency)
"MIN_VOLUME_TO_SELL": 0.0001 // minimum volume to sell (expressed in quote currency)

},
"gain": {
"BTC_TRADING_LIMIT": 0.001,
"PERIOD": 15,
"BUY_LEVEL": 2,
"GAIN": 2,
"EMA1": 200,
"EMA2": 50,
"HIGH_BB": 45,
"LOW_BB": 45,
"STDV": 2,
"SMAPERIOD": 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

},

"pp": {
"BTC_TRADING_LIMIT": 0.01,
"PP_BUY": 0.00000001, // price to buy with PING PONG strategy
"PP_SELL": 0.12345678, // price to sell with PING PONG strategy
"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.6, // % from lowest EMA to buy at if trend switches to UP in level 1
"BUYLVL2": 2, // % from lowest EMA to buy at if trend switches to UP in level 2
"BUYLVL3": 70, // % from lowest EMA to buy at if trend switches to UP in level 3
"SELLLVL1": 0.6, // % from bought price to sell at if trend switches to DOWN in level 1
"SELLLVL2": 2, // % from bought price to sell at if trend switches to DOWN in level 2
"SELLLVL3": 70, // % from bought price to sell at if trend switches to DOWN in level 3
"BUYLVL": 2, // minimum level to wait before to buy
"SELLLVL": 2, // minimum level to wait before to sell
"LASTPOINTS": 5, // how many last prices to use to decide if trend is UP or DOWN
"AVGPOINTS": 250, // how many last prices to calculate average and compare with LASTPOINTS
"AVGMINIMUM": 0.00000001, // prices rate to ignore during average of AVGPOINTS
"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": 0.6,
"HIGH_BB": 45,
"LOW_BB": 45,
"STDV": 2,
"SMAPERIOD": 150,
"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

},
"gainbb": {
"BTC_TRADING_LIMIT": 0.01,
"PERIOD": 15,
"BUY_LEVEL": 2,
"GAIN": 0.6,
"HIGH_BB": 45,
"LOW_BB": 40,
"STDV": 2,
"SMAPERIOD": 150,
"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,
"STDV": 2,
"SMAPERIOD": 150,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"SELLLVL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 0.00000001,
"EMA1": 2000,
"EMA2": 1000,
"PANIC_SELL": false,
"DOUBLE_UP": true,
"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,
"STDV": 2,
"SMAPERIOD": 150,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"BUYLVL": 2,
"GAIN": 0.6,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 0.00000001,
"EMA1": 2000,
"EMA2": 1000,
"PANIC_SELL": false,
"DOUBLE_UP": true,
"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,
"STDV": 2,
"SMAPERIOD": 150,
"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,
"STDV": 2,
"SMAPERIOD": 150,
"PP_BUY": 0.00000001,
"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,
"HIGH_BB": 45,
"LOW_BB": 45,
"STDV": 2,
"SMAPERIOD": 150,
"PERIOD": 15,
"SELLLVL1": 0.6,
"SELLLVL2": 2,
"SELLLVL3": 70,
"SELLLVL": 2,
"BUY_LEVEL": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 0.00000001,
"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

},
"stepgaingain": {
"BTC_TRADING_LIMIT": 0.01,
"PERIOD": 15,
"BUYLVL1": 0.6,
"BUYLVL2": 2,
"BUYLVL3": 70,
"BUYLVL": 2,
"GAIN": 2,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 0.00000001,
"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

},
"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": 0.00000001,
"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": 0.00000001,
"LASTPOINTS": 5,
"AVGPOINTS": 250,
"AVGMINIMUM": 0.00000001,
"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

}


},

"optionals": {
"toOverride": {
"BOUGHT_PRICE": 0.104744

}
}


}

For TradingViews plugin please read tutorial here https://www.tradingview.com/wiki/Creating_and_Managing_Alerts and create alerts with the following syntax:
Code: [Select]
ORDERTYPE_EXCHANGE_PAIR
Examples:
Code: [Select]
BUY_POLONIEX_BTC_ETH
SELL_POLONIEX_USDT_BTC
BUY_KRAKEN_DASHEUR
SELL_KRAKEN_XLTCXXBT
BUY_BITTREX_BTC-ETC
SELL_CRYPTOPIA_ETH_BTC
BUY_CRYPTOPIA_LTC_BTC

TradingView plugin is a paid license: its cost is 0.05 for old and new customers.


How to get your copy of GUNBOT v.5.0.1:

This this release we want to protect your Gunbot copy with some additional layers of security. Please send a PM to this user with your API keys to get instructions for your GUNBOT copy: https://gunthy.org/index.php?action=pm;sa=send;u=1.
DO NOT ACCEPT/DOWNLOAD a copy of GUNBOT v.5.0.1 from any other user or location unless they are an Authorized and Official Gunbot reseller. A complete list of AOG Resellers is available here https://gunthy.org/index.php/topic,1241.0.html
This release is safe enough to be ran and distributed to new customers (terminal cli only), by now i'm starting to include the webGUI in the code and proceed with the final release.

Please report any bug immediately!
Thanks.
~Gun

47
Technical Support & Development / Re: Important! Need EVERYONE to do this!
« on: September 06, 2017, 11:17:43 AM »
voted

48
once again and for last time: you keep looking at someone else's charts instead to look at what GUNBOT values for BB are. And yes this is ridicolous, considerign how many times this has been repeated.
IF: gunbot caluclation of BB are wrong..then i can accept and consider these kind of reports.

49
Technical Support & Development / Bugs/Issues tracker v4.0.5
« on: August 21, 2017, 04:03:06 PM »

50
Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
@GuntharDeNiro GuntharDeNiro and @raffaeledonadono released this just now

 Changelogs:

- Fix "error while getting ema1..." issue
- Fix 2.26% vs 0.26% of Bittrex dust
- Fix an error some users reported while getting balances on Cryptopia.

Download link:
https://github.com/GuntharDeNiro/BTCT/releases


Instructions:
This is a full install. If you were on v4.0.4 already, just replace executable.


Please report any bug immediately!
Thanks!
~Gun

51
Technical Support & Development / Bugs/Issues tracker v4.0.4
« on: August 17, 2017, 01:38:15 PM »
Bumping up issue tracker to v4.0.4

52
Gunbot v4.0.4 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
@GuntharDeNiro GuntharDeNiro  and @raffaeledonadono released this 2 minutes ago

Changelogs:

Serious upgrade of all StepGain family
Implemented VERBOSE mode: set VERBOSE true in config.js and the bot will spam all values for all pairs versus the silent mode of VERBOSE false which only shows values of pairs that have trading opportunities.
Implemented command line option to load config.js from external url: add param --config=http// to use it. Example: ./gunthy-linx64 --config=https://gunthy.org/config.js
Instructions:

This is a full install. If you are already on v4.0.3 replace both executable and config.js
Please report any but immediately.
Thanks!
~Gun

53
here is a tip guntar to add tot eh bots BB bounce. if Middle band is < then prior middle band (.02 tolrence (is if current is 55.89 proir 55.885)) do not trade  a good away to avoid automatic down trends....
ok backtesting this

54
Technical Support & Development / Re: Trailing stop loss feature request
« on: August 15, 2017, 12:59:03 PM »
this is a very good idea: i'm going to implement it.

55
Technical Support & Development / Bugs/Issues tracker v4.0.3 patched
« on: August 15, 2017, 12:55:30 PM »
Bumping up this to v4.0.3

57
all the talibs need to be configuable for customer settings

BBands
Balance of POWER
CCI
EMA *** multiple entances to depending on if selling.buying.long(rally).short(panicsellers)
macd hist signal and macd
Parabolic SAR
RSI
STOCH fast and slow
STOCHRSI fast and slow
Supertrend BF
**EDIT
SMA (again multiple config's)

all the data points are put in to a math formula for wighted descition's if the disction scale meet the goal it takes the action, the same stats will allso tell me when a rally or sell of is going to allow me to buy in at the botem and sell (near) the top or at the top... most of the time im in the ticker 1 minute behind the top....

aaaaaand ok, that would be cool and easy to do: a set of configurable variables in config.js and logs. But what we need is to give the bot entry points like: IF sma50 is > sma5 && RSI <= 70 && RSI >= 30 then setEntryPoint(sell)

dunno if you got the para-code

58
~snip

by "talibs" you meant? Please explain exactly which one of the over 200 talib indicators you are using and how.

59
Technical Support & Development / Bugs/Issues tracker v4.0.1_patched
« on: August 12, 2017, 10:15:19 PM »
Updated bug tracker for patched v4.0.1
Thanks!
~Gun

60
I see that you recommend "pure BB at 40/40 or even better at 45/45 with or without DOUBLE_UP." The reseller I used is recommending 25/35. I am using that set up. I have been using the bot for only two days. I am having loses, and keep losing. I guess it is just too soon and that I should wait more time to allow it to generate some wins, but I would like to know if having it set up at 25/35 is the right set up. Thanks

25/35 is more cautious than 45/45, it waits for the price to dig more before to buy and sells a bit higher. Follow suggestions of your reseller, he surely knows your trading style better than me.
Also: losing and keep loosing. Alts price dropping hence your estimated holding follows that trend: the bot doesnt sell at loss, just keep waiting or use one of the 2 options we implemented to handle bags: stop loss or average down.

Pages: 1 2 [3] 4 5 ... 11