Gunthy

GUNBOT: The automatic profit generator => General Discussion => Topic started by: Gunthar on August 21, 2017, 04:01:27 PM

Title: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
Post by: Gunthar on August 21, 2017, 04:01:27 PM
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
Title: Re: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
Post by: loopy83 on August 23, 2017, 07:45:19 AM
Hallo Gunthar,
I had the following balances:
2017/08/22 23:18:14: Balance USDT: 40.56717348
2017/08/22 23:18:14: Balance BTC: 0.11718560
2017/08/22 23:18:14: On Orders BTC: 0.00000000

Pair have following config:
Quote
"USDT_BTC": {
            "strategy": "bb",
            "override": {"BOUGHT_PRICE": 4000}
         },
...
   "strategies": {
      "bb": {
         "BTC_TRADING_LIMIT": 0.01,
...
How is it possible, the Bot sales 0,117 BTC when limit is 0,01BTC?


Code: [Select]
Loading exchange poloniex
2017/08/22 23:15:27: Kicking poloniex, receiving new tickers...
------------------------------------------------------------------------------------------------
 ɢՍƝßøͳ v4.0.5  Scanning poloniex for trading opportunities 2017/08/22 23:15:27
------------------------------------------------------------------------------------------------
 ɢƱͶ฿Ѻͳ v4.0.5  Tips&Tricks: USDT_BTC can be sold!!!
2017/08/22 23:18:14: There are some trading opportunities for USDT_BTC at poloniex. Scanning Trade History
2017/08/22 23:18:14: Last Bid price USDT_BTC: 4030.00000005 | Last Ask: 4039.99999975
2017/08/22 23:18:14: Balance USDT: 40.56717348
2017/08/22 23:18:14: Balance BTC: 0.11718560
2017/08/22 23:18:14: On Orders BTC: 0.00000000
Processing strategy BB for USDT_BTC on poloniex
┌───────────────┬───────────────┬─────────┬───────────┬───────────────┬────────────┬──────────┬──────────┐
│ ɢՍŋɃʘͳ v4.0.5 │ SMA           │ LowBB   │ HighBB    │ Last          │ BTC        │ Last Buy │ Pair     │
├───────────────┼───────────────┼─────────┼───────────┼───────────────┼────────────┼──────────┼──────────┤
│ Sell cycle    │ 3884.55131902 │ 3666.51 │ 4102.5926 │ 4030.00000005 │ 0.11718560 │ 4000     │ USDT_BTC │
└───────────────┴───────────────┴─────────┴───────────┴───────────────┴────────────┴──────────┴──────────┘
************************************************************************************************
Strategy BB for USDT_BTC on poloniex -| Selling 0.11718560 of USDT_BTC at rate 4030.00000005
************************************************************************************************

Is this OK, or is it bug?
For me it feels like bug...

Thank you very much!
Andi :)
Title: Re: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
Post by: johnv on August 23, 2017, 10:42:33 AM
I think TRADING_LIMIT is a limit to buy, not a limit to sell.
USDT is considered here primary coin and BTC altcoin, so the bot will sell all the altcoin and then buy using the trading limit.

Just my understanding. Not sure at all.

Anyone to confirm ?
Title: Re: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
Post by: loopy83 on August 23, 2017, 02:46:16 PM
What happens when I'm running USDT/BTC and BTC/BCH pairs at the same time?
As soon as I have BTC balance USDT pair want to know bought price.
What happens when BTC/BCH pair sells BCH and I have BTC balance then? In case the bot knows the bought price of these BTC, will USDT pair will sell it for USDT?
Or are these BTC blocked for BTC/BCH pair only?

So how to run BTC as primary coin and altcoin at the same time?
Is this possible?
Title: Re: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
Post by: Rook on August 27, 2017, 09:36:33 PM
I've repeatedly seen the bot go way past the btc_trading_limit.  I have it set at .05, a few times it went to .4 btc.

It also sporatically buys coins way above the top of the bollinger band, often immediately after selling.
Title: Re: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
Post by: become on August 28, 2017, 02:42:10 AM
I am currently using Gunbot 3.3.2 with the GUI.

I was wanting to update to 4.0.5 but I am unfamiliar with how to do this? Is there a guide on how to update and keep the configuration? Any help is appreciated. Thank you.


I figured it out. I added all my pairs to the config file. Thanks :P
Title: Re: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
Post by: bney on August 28, 2017, 04:42:34 AM
Running the new software, it suddenly started spitting out the following error.

Error on strategy BB for BTC_XMR on poloniex while getting ema2 -\ Error: undefined is not a function

Not sure if its still going to trade or not. It also looks like the program has restarted itself a couple times.
Title: Re: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
Post by: sloaleks on August 28, 2017, 05:53:39 AM
Check if you have the ema lines in the BB strategy? I copied the ema lines from GAIN into BB and set ema 1 to 4 and ema 2 to 2.
Like so:
"EMA1": 4,
"EMA2": 2,

Hit save and let it go.
Title: Re: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
Post by: Zoro on August 29, 2017, 11:56:24 AM
Aloha all together!

Could someone tell me plz, when and if there will be another release with GUI implimentation (for any OS)? Thx in advance. 
Title: Re: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
Post by: vicdr on August 29, 2017, 01:14:51 PM
It also sporatically buys coins way above the top of the bollinger band, often immediately after selling.

Yes, I've had that too... Sold off all my holding and then bought some back at a higher price... Gee, thanks.
Title: Re: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
Post by: sloaleks on August 29, 2017, 03:27:01 PM
I think this is due to trendwatcher. If the bot complied on the first trade gain, IE earning the set gain, it will start another cycle if the trend is upwards. If the trend is down, it will wait with a buy. This way you can ride a price spike almost all the way up.
Title: Re: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
Post by: AnotherOne on August 31, 2017, 11:26:12 AM
"BUY_LEVEL": 0.1,
"GAIN": 0.1,

Can anyone explain those variables?

thank you :)
Title: Re: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
Post by: arnthorsnaer on September 04, 2017, 07:47:17 PM
What is the latest stable release? I've been having errors on 4.0.5 and 3.3.3 randomly stops execution on me
Title: Re: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
Post by: Vae_Victus on September 05, 2017, 09:01:13 PM
"BUY_LEVEL": 0.1,
"GAIN": 0.1,

Can anyone explain those variables?

thank you :)

Check this - explains a lot: https://github.com/meesterdude/gbwiki/wiki/3.3.2-example-config
Title: Re: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
Post by: grahamshock on September 10, 2017, 12:34:58 PM
Hi I an new to this. Please can you tell me how I can buy the license?   I have downloaded the software but it is asking for a license when I run it. Sorry if I sound a bit of a newbie!    Thankyou Graham   :)
Title: Re: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
Post by: dobcrypto on September 10, 2017, 04:33:37 PM
Hi I an new to this. Please can you tell me how I can buy the license?   I have downloaded the software but it is asking for a license when I run it. Sorry if I sound a bit of a newbie!    Thankyou Graham   :)
U need to write to Gunthar here https://gunthy.org/index.php?action=pm;sa=send;u=1 or in Telegram @GuntharDeNiro
Also u can use my code dobygun for 10% discount.
Then hi give u btc adress for payment.