Username: Password:

Author Topic: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64  (Read 15444 times)

Offline Gunthar

  • Administrator
  • *****
  • Posts: 287
    • View Profile
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
« Last Edit: September 05, 2017, 10:42:47 AM by Cat »

Offline loopy83

  • Rookie
  • *
  • Posts: 5
    • View Profile
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 :)

Offline johnv

  • Rookie
  • *
  • Posts: 12
    • View Profile
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 ?

Offline loopy83

  • Rookie
  • *
  • Posts: 5
    • View Profile
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?

Offline Rook

  • Rookie
  • *
  • Posts: 9
    • View Profile
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.

Offline become

  • Rookie
  • *
  • Posts: 7
    • View Profile
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
« Last Edit: August 28, 2017, 05:43:03 AM by become »

Offline bney

  • Rookie
  • *
  • Posts: 33
    • View Profile
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.

Offline sloaleks

  • Contributor
  • **
  • Posts: 610
    • View Profile
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.
« Last Edit: August 28, 2017, 05:58:20 AM by sloaleks »

Offline Zoro

  • Rookie
  • *
  • Posts: 5
    • View Profile
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. 

Offline vicdr

  • Rookie
  • *
  • Posts: 12
    • View Profile
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.

Offline sloaleks

  • Contributor
  • **
  • Posts: 610
    • View Profile
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.

Offline AnotherOne

  • Rookie
  • *
  • Posts: 28
    • View Profile
"BUY_LEVEL": 0.1,
"GAIN": 0.1,

Can anyone explain those variables?

thank you :)

Offline arnthorsnaer

  • Rookie
  • *
  • Posts: 5
    • View Profile
Re: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
« Reply #12 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
« Last Edit: September 05, 2017, 03:08:42 AM by arnthorsnaer »

Offline Vae_Victus

  • Rookie
  • *
  • Posts: 12
    • View Profile
Re: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
« Reply #13 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

Offline grahamshock

  • Rookie
  • *
  • Posts: 5
    • View Profile
Re: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
« Reply #14 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   :)

Offline dobcrypto

  • Contributor
  • **
  • Posts: 196
  • Russian - native language
    • View Profile
Re: Gunbot v4.0.5 - Poloniex/Bittrex/Kraken/Cryptopia - Core Edition - AllOs_x64
« Reply #15 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.