Username: Password:

Author Topic: Bugs/Issues tracker v3.2  (Read 47652 times)

Offline cw

  • Rookie
  • *
  • Banned!
  • Posts: 57
    • View Profile
    • Gunbot University
Re: Bugs/Issues tracker v3.2
« Reply #40 on: May 18, 2017, 01:39:41 PM »
Looks like on 3.2, at least on Kraken (the only 3.2 I'm running at the moment), when it gets a 502 error, the bot is dumping the HTML response to the console instead of catching it and just reporting the 502.

Code: [Select]
[ --2017/05/18 07:33:33--kraken--BTC_DASH  --  Gunbot v3.2 cycle #213 --------------- ]
::::: collecting market data...
2017/05/18 07:33:35 Error: Could not understand response from server: <!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<meta http-equiv="set-cookie" content="cf_use_ob=0; expires=Thu, 18-May-17 12:34:05 GMT; path=/">
<title>api.kraken.com | 502: Bad gateway</title>
<meta charset="UTF-8"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"/>
<meta name="robots" content="noindex, nofollow"/>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"/>
<link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" type="text/css" media="screen,projection"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if lte IE 9]><script type="text/javascript" src="/cdn-cgi/scripts/jquery.min.js"></script><![endif]-->
<!--[if gte IE 10]><!--><script type="text/javascript" src="/cdn-cgi/scripts/zepto.min.js"></script><!--<![endif]-->
<script type="text/javascript" src="/cdn-cgi/scripts/cf.common.js"></script>
</head>
<body>
<div id="cf-wrapper">
<div id="cf-error-details" class="cf-error-details-wrapper">
<div class="cf-wrapper cf-error-overview">
<h1>
<span class="cf-error-type" data-translate="error">Error</span>
<span class="cf-error-code">502</span>
<small class="heading-ray-id">Ray ID: 360ed87d7f50583d &bull; 2017-05-18 12:33:35 UTC</small>
</h1>
<h2 class="cf-subheadline" data-translate="error_desc">Bad gateway</h2>
</div>
<div class="cf-section cf-highlight cf-status-display">
<div class="cf-wrapper">
<div class="cf-columns cols-3">
<div id="cf-browser-status" class="cf-column cf-status-item cf-browser-status ">
<div class="cf-icon-error-container">
<i class="cf-icon cf-icon-browser"></i>
<i class="cf-icon-status cf-icon-ok"></i>
</div>
<span class="cf-status-desc" data-translate="browser_desc">You</span>
<h3 class="cf-status-name" data-translate="browser_label">Browser</h3>
<span class="cf-status-label" data-translate="browser_status_label">Working</span>
</div>
<div id="cf-cloudflare-status" class="cf-column cf-status-item cf-cloudflare-status ">
<div class="cf-icon-error-container">
<i class="cf-icon cf-icon-cloud"></i>
<i class="cf-icon-status cf-icon-ok"></i>
</div>
<span class="cf-status-desc" data-translate="cloud_desc">Location</span>
<h3 class="cf-status-name" data-translate="cloud_label">Cloudflare</h3>
<span class="cf-status-label" data-translate="cloud_status_label">Working</span>
</div>
<div id="cf-host-status" class="cf-column cf-status-item cf-host-status cf-error-source">
<div class="cf-icon-error-container">
<i class="cf-icon cf-icon-server"></i>
<i class="cf-icon-status cf-icon-error"></i>
</div>
<span class="cf-status-desc" data-translate="server_desc">api.kraken.com</span>
<h3 class="cf-status-name" data-translate="server_label">Host</h3>
<span class="cf-status-label" data-translate="server_status_label">Error</span>
</div>
</div>
</div>
</div>
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="what_happened">What happened?</h2>
<p>The web server reported a bad gateway error.</p>
</div>
<div class="cf-column">
<h2 data-translate="what_can_i_do">What can I do?</h2>
<p data-translate="try_again_in_a_few">Please try again in a few minutes.</p>
</div>
</div>
</div>
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>360ed87d7f50583d</strong></span>
<span class="cf-footer-separator">&bull;</span>
<span class="cf-footer-item"><span data-translate="your_ip">Your IP</span>: x.x.x.x</span>
<span class="cf-footer-separator">&bull;</span>
<span class="cf-footer-item"><span data-translate="performance_security_by">Performance &amp; security by</span> <a data-orig-proto="https" data-orig-ref="www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
</p>
</div>
</div>
</div>

!!! Cycle 214 failed. Will repeat in 102.9763402239914s


Seems that maybe this should be caught by gunbot and just reported as a 502 or whatever.

Cointracking affiliate link (10% discount for you) https://cointracking.info?ref=C937652

Offline Gunthar

  • Administrator
  • *****
  • Posts: 287
    • View Profile
Re: Bugs/Issues tracker v3.2
« Reply #41 on: May 18, 2017, 03:03:48 PM »
Looks like on 3.2, at least on Kraken (the only 3.2 I'm running at the moment), when it gets a 502 error, the bot is dumping the HTML response to the console instead of catching it and just reporting the 502.

Code: [Select]
[ --2017/05/18 07:33:33--kraken--BTC_DASH  --  Gunbot v3.2 cycle #213 --------------- ]
::::: collecting market data...
2017/05/18 07:33:35 Error: Could not understand response from server: <!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
<head>
<meta http-equiv="set-cookie" content="cf_use_ob=0; expires=Thu, 18-May-17 12:34:05 GMT; path=/">
<title>api.kraken.com | 502: Bad gateway</title>
<meta charset="UTF-8"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"/>
<meta name="robots" content="noindex, nofollow"/>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"/>
<link rel="stylesheet" id="cf_styles-css" href="/cdn-cgi/styles/cf.errors.css" type="text/css" media="screen,projection"/>
<!--[if lt IE 9]><link rel="stylesheet" id='cf_styles-ie-css' href="/cdn-cgi/styles/cf.errors.ie.css" type="text/css" media="screen,projection" /><![endif]-->
<style type="text/css">body{margin:0;padding:0}</style>
<!--[if lte IE 9]><script type="text/javascript" src="/cdn-cgi/scripts/jquery.min.js"></script><![endif]-->
<!--[if gte IE 10]><!--><script type="text/javascript" src="/cdn-cgi/scripts/zepto.min.js"></script><!--<![endif]-->
<script type="text/javascript" src="/cdn-cgi/scripts/cf.common.js"></script>
</head>
<body>
<div id="cf-wrapper">
<div id="cf-error-details" class="cf-error-details-wrapper">
<div class="cf-wrapper cf-error-overview">
<h1>
<span class="cf-error-type" data-translate="error">Error</span>
<span class="cf-error-code">502</span>
<small class="heading-ray-id">Ray ID: 360ed87d7f50583d &bull; 2017-05-18 12:33:35 UTC</small>
</h1>
<h2 class="cf-subheadline" data-translate="error_desc">Bad gateway</h2>
</div>
<div class="cf-section cf-highlight cf-status-display">
<div class="cf-wrapper">
<div class="cf-columns cols-3">
<div id="cf-browser-status" class="cf-column cf-status-item cf-browser-status ">
<div class="cf-icon-error-container">
<i class="cf-icon cf-icon-browser"></i>
<i class="cf-icon-status cf-icon-ok"></i>
</div>
<span class="cf-status-desc" data-translate="browser_desc">You</span>
<h3 class="cf-status-name" data-translate="browser_label">Browser</h3>
<span class="cf-status-label" data-translate="browser_status_label">Working</span>
</div>
<div id="cf-cloudflare-status" class="cf-column cf-status-item cf-cloudflare-status ">
<div class="cf-icon-error-container">
<i class="cf-icon cf-icon-cloud"></i>
<i class="cf-icon-status cf-icon-ok"></i>
</div>
<span class="cf-status-desc" data-translate="cloud_desc">Location</span>
<h3 class="cf-status-name" data-translate="cloud_label">Cloudflare</h3>
<span class="cf-status-label" data-translate="cloud_status_label">Working</span>
</div>
<div id="cf-host-status" class="cf-column cf-status-item cf-host-status cf-error-source">
<div class="cf-icon-error-container">
<i class="cf-icon cf-icon-server"></i>
<i class="cf-icon-status cf-icon-error"></i>
</div>
<span class="cf-status-desc" data-translate="server_desc">api.kraken.com</span>
<h3 class="cf-status-name" data-translate="server_label">Host</h3>
<span class="cf-status-label" data-translate="server_status_label">Error</span>
</div>
</div>
</div>
</div>
<div class="cf-section cf-wrapper">
<div class="cf-columns two">
<div class="cf-column">
<h2 data-translate="what_happened">What happened?</h2>
<p>The web server reported a bad gateway error.</p>
</div>
<div class="cf-column">
<h2 data-translate="what_can_i_do">What can I do?</h2>
<p data-translate="try_again_in_a_few">Please try again in a few minutes.</p>
</div>
</div>
</div>
<div class="cf-error-footer cf-wrapper">
<p>
<span class="cf-footer-item">Cloudflare Ray ID: <strong>360ed87d7f50583d</strong></span>
<span class="cf-footer-separator">&bull;</span>
<span class="cf-footer-item"><span data-translate="your_ip">Your IP</span>: x.x.x.x</span>
<span class="cf-footer-separator">&bull;</span>
<span class="cf-footer-item"><span data-translate="performance_security_by">Performance &amp; security by</span> <a data-orig-proto="https" data-orig-ref="www.cloudflare.com/5xx-error-landing?utm_source=error_footer" id="brand_link" target="_blank">Cloudflare</a></span>
</p>
</div>
</div>
</div>

!!! Cycle 214 failed. Will repeat in 102.9763402239914s


Seems that maybe this should be caught by gunbot and just reported as a 502 or whatever.

Yes, since the last weeks mitigation of ddos attacks on multiple exchanges i added (err, data) to the err. I'll move that to err logs: i needed to see wtf was going on...

Offline rsalan

  • Rookie
  • *
  • Posts: 7
    • View Profile
Re: Bugs/Issues tracker v3.2
« Reply #42 on: May 18, 2017, 03:18:27 PM »
This might have been fixed in 2020 patch (I just updated so not sure yet), but I've noticed the bot leaves older BUY orders hanging, even after the price has increased significantly and it was since purchased the same coin at a higher price. This makes less BTC available for other buy orders.

+1 on Polo

Offline cw

  • Rookie
  • *
  • Banned!
  • Posts: 57
    • View Profile
    • Gunbot University
Re: Bugs/Issues tracker v3.2
« Reply #43 on: May 18, 2017, 05:06:26 PM »
My first time running 3.2 and just got the bot running on Kraken.  This is the first buy.  It's missing bought price on LTC
I've stopped gunbot and restarted but still, boughtPRice undefined and priceToSell not set.  Although, we know the price was 0.01393514.
Is it the nonce errors?  Did I do something wrong with the API?

Now that the bot has run a while, there have been more purchases.  Looks like all the other orders have boughtPrice set once an order was set.

Working:
  • BTC_DASH
  • BTC_ETC
  • BTC_ETH
  • BTC_XLM
  • BTC_XRP
  • BTC_ZEC
  • BTC_GNO

I notice that for the ones that have the boughtprice, there are entries in the *-trades.txt files.  Notice the one not working... BTC_LTC... does NOT have anything in it's kraken-BTC_LTC-trades.txt file. It's still empty.

Code: [Select]
zcash@zcash1:~/kraken-set2$ grep CALLBACK  *trades.txt
kraken-BTC_DASH-trades.txt:2017/05/18 10:11:06 *** MARKET CALLBACK | buy 1.09629434 DASHXBT @ limit 0.045629
kraken-BTC_DASH-trades.txt:2017/05/18 10:14:21 *** MARKET CALLBACK | buy 1.09629434 DASHXBT @ limit 0.045629
kraken-BTC_DASH-trades.txt:2017/05/18 10:20:08 *** MARKET CALLBACK | buy 1.09629434 DASHXBT @ limit 0.045629
kraken-BTC_DASH-trades.txt:2017/05/18 10:26:47 *** MARKET CALLBACK | buy 1.09624631 DASHXBT @ limit 0.045631
kraken-BTC_DASH-trades.txt:2017/05/18 10:28:17 *** MARKET CALLBACK | buy 1.09624631 DASHXBT @ limit 0.045631
kraken-BTC_ETC-trades.txt:2017/05/18 09:50:11 *** MARKET CALLBACK | buy 15.34611391 ETCXBT @ limit 0.00325826
kraken-BTC_ETC-trades.txt:2017/05/18 09:51:19 *** MARKET CALLBACK | buy 15.18980429 ETCXBT @ limit 0.00329179
kraken-BTC_ETH-trades.txt:2017/05/18 09:56:09 *** MARKET CALLBACK | buy 1.01676016 ETHXBT @ limit 0.049200
kraken-BTC_GNO-trades.txt:2017/05/18 10:32:29 *** MARKET CALLBACK | buy 0.72464442 GNOXBT @ limit 0.069047
kraken-BTC_GNO-trades.txt:2017/05/18 10:33:46 *** MARKET CALLBACK | buy 0.72464442 GNOXBT @ limit 0.069047
kraken-BTC_GNO-trades.txt:2017/05/18 10:35:06 *** MARKET CALLBACK | buy 0.72464442 GNOXBT @ limit 0.069047
kraken-BTC_XLM-trades.txt:2017/05/18 09:36:29 *** MARKET CALLBACK | buy 2067.82514846 XLMXBT @ limit 0.00002418
kraken-BTC_XRP-trades.txt:2017/05/18 09:40:02 *** MARKET CALLBACK | buy 270.27077027 XRPXBT @ limit 0.00018500
kraken-BTC_ZEC-trades.txt:2017/05/18 10:01:00 *** MARKET CALLBACK | buy 1.01443141 ZECXBT @ limit 0.049313

The error file looks like this around that time:

Code: [Select]
::::2017/05/18 04:41:10 Error Kraken API returned error: API:Invalid nonce
::::2017/05/18 04:43:54 Error Error: Error in server response: {"code":"ESOCKETTIMEDOUT","connect":false}
::::2017/05/18 04:45:56 Error Error in server response: {"code":"ESOCKETTIMEDOUT","connect":false}
::::2017/05/18 04:47:48 Error Error: Kraken API returned error: API:Invalid nonce
::::2017/05/18 04:49:40 Error Error: Kraken API returned error: API:Invalid nonce
::::2017/05/18 04:51:33 Error Missing boughtPrice
::::2017/05/18 04:53:25 Error Missing boughtPrice
::::2017/05/18 04:55:17 Error Missing boughtPrice
::::2017/05/18 04:57:09 Error Error: Kraken API returned error: API:Invalid nonce
::::2017/05/18 04:59:00 Error Missing boughtPrice
::::2017/05/18 05:00:51 Error Kraken API returned error: API:Invalid nonce

and that's where it first starts with the "missing boughtPrice" errors

By the way, I have the following settings:

Code: [Select]
        BUYLVL1: 3,
        BUYLVL2: 5,
        SELLLVL1: 3,
        SELLLVL2: 7,
        BUYLVL: 1,
        SELLLVL: 1,
        BUY_STRATEGY: "GAIN", // accepted values BB or STEPGAIN or GAIN or PINGPONG
        SELL_STRATEGY: "STEPGAIN", // accepted values BB or STEPGAIN or GAIN or PINGPONG
        LOW_BB: 25,
        HIGH_BB: 25,
        PINGPONG_BUY: 0.001,
        PINGPONG_SELL: 0.002,
        BUY_LEVEL: 3, // If GAIN buy strategy is used, buy at this percentual below lower ema value
        GAIN: 5, // If GAIN sell strategy is used, sell at this percentual above bought price
        BTC_TRADING_LIMIT: 0.05,// max amount of BTC balance to use for each pair

But it sure looks like it made multiple orders.  I see two ETC orders there for 0.05 BTC.  Also, I see 5 open orders for dash and 3 open GNO orders (see below).  Is this expected?

If it helps, here are the closed orders in Kraken:


And interestingly, here are the "new and open orders" which lists GNO and DASH orders.



Cointracking affiliate link (10% discount for you) https://cointracking.info?ref=C937652

Offline cw

  • Rookie
  • *
  • Banned!
  • Posts: 57
    • View Profile
    • Gunbot University
Re: Bugs/Issues tracker v3.2
« Reply #44 on: May 19, 2017, 04:24:02 AM »
Kraken, 3.2, linux, BTC_XMR "unhandled rejection error"

First time to see this error - also first time to see "canceling buy orders" as well.  I scrolled back and saw 8 of them for this bot instance.



Code: [Select]
[ --2017/05/18 21:43:30--kraken--BTC_XMR  --  Gunbot v3.2 cycle #823 --------------- ]
::::: collecting market data...
++++
--canceling buy orders
LP 0.01608  Bal.XXBT 0.761572648  Bal.XXMR 0
Open orders
boughtPrice undefined
price  falls (-3)
PriceToBuy 157.0707 priceToSell --not set--
LP 160.8000000 > prBuy 157.0706800  secMargin 0.0015707067733333347  grows no
no altcoins: 0
price to buy: 0.015707067733333347
last price is too high
Gunbot callback at 2017/05/18 21:43:34 cycle # 823
Callback:
---------
price too high
need faster: no
need slower: no

next delay will be 73.40860242239326s


Error: Kraken API returned error: API:Invalid nonce
Unhandled rejection Error: Error: Kraken API returned error: API:Invalid nonce
    at KrakenClient.console./snapshot/Users/Enrico/Desktop/xBot_v2.9.3/kraken.js.module.exports.Market.getOpenOrders.Promise.kraken.api (evalmachine.<anonymous>:0:0)
    at Request._callback (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/kraken-api/kraken.js:155:23)
    at Request.self.callback (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:188:22)
    at emitTwo (events.js:106:13)
    at Request.emit (events.js:192:7)
    at Request.<anonymous> (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:1171:10)
    at emitOne (events.js:96:13)
    at Request.emit (events.js:189:7)
    at IncomingMessage.<anonymous> (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:1091:12)
    at Object.onceWrapper (events.js:291:19)
    at emitNone (events.js:91:20)
    at IncomingMessage.emit (events.js:186:7)
    at endReadableNT (_stream_readable.js:974:12)
    at _combinedTickCallback (internal/process/next_tick.js:74:11)
    at process._tickCallback (internal/process/next_tick.js:98:9)

[ --2017/05/18 21:44:47--kraken--BTC_XMR  --  Gunbot v3.2 cycle #824 --------------- ]
::::: collecting market data...
+++2017/05/18 21:44:49 Error: Error: Kraken API returned error: API:Invalid nonce
!!! Cycle 825 failed. Will repeat in 107.50140008436689s


Note that the message in red showed up to STDERR and not STDOUT - so it doesn't show up in my "tee -a console.log" nor does it show up in the -err.log.... only actually in the terminal output.  Maybe this kind of error happens every time there's an invalid nonce error... and maybe not.  I thought it better than I report it.

Cointracking affiliate link (10% discount for you) https://cointracking.info?ref=C937652

Offline OutOfSync

  • Rookie
  • *
  • Posts: 11
    • View Profile
Re: Bugs/Issues tracker v3.2
« Reply #45 on: May 20, 2017, 10:06:10 AM »
@OutOfSync to me it looks like 3.2 BB needs 3 cycles to calculate its values!? but I might be wrong and the values showing up are ...?.. something else!

It shows BB values after 3 cycles because you need at least 3 values to calculate standard deviation. However, until stats are calculated (300 cycles with default settings) the bot does not use BB strategy but the GAIN value (2% as default). 300 cycles with default delay of 120 s is 10 hours untils BB stats are done. This is just quite long if you have to e.g. update the binary and hotconfig is therefore not possible...

A trick if you know you are going to do a quick restart: save your save.json file in another folder > start yor bot > copy/paste yoru old save.json file while the bot is already running. Dont do that if you stop yrou bot for long time tho: you will get weird standard deviation

Thanks for the suggestion, I tried it but it doesn't seem to work. Seems like the bot saves the current status before loading the -save.json file. I always end up with the empty lastPrices array in the save file. Also no luck with setting readonly permission to prevent saving the current (empty) array over the previous fully filled one.

Offline OutOfSync

  • Rookie
  • *
  • Posts: 11
    • View Profile
Re: Bugs/Issues tracker v3.2
« Reply #46 on: May 20, 2017, 12:17:23 PM »
Another observation:

I have been running lots of pairs with TRADING_VOLUME 0 at lower cycle time to have full BB stats. Then when I decide the pair should be active I just set it to 0.02 BTC for trading. This way I thought I can avoid having to wait for 10h to have complete BB stats. Since TRADING_VOLUME is zero no buy/sell action should happen. Then I noticed that the bots gets into limbo after a 0 BTC buy happens (which results in an error message). The bot is "waiting for orders 0 DGB" indefinetely although no altcoin balance/on orders. I attached the corresponding part of the log below. I will now run the TRADING_VOLUME with higher BTC (perhaps 0.001 BTC) instead. However, this could probably be fixed - if you have any hints what in the savefile I have to look for I would be grateful. This is running 3.2_core (22 update, not the GUI one). It was cycle 81, so stats were not completed yet and GAIN was used.

Code: [Select]
2017/05/18 10:58:35 [ --2017/05/18 10:58:35--poloniex--BTC_DGB  --  Gunbot v3.2 cycle #81 --------------- ]
2017/05/18 10:58:35 ::::: collecting market data...
2017/05/18 10:58:35 ***************************************************
2017/05/18 10:58:35 Low BB:0.00000330 - High BB:0.00000366
2017/05/18 10:58:35 ***************************************************
2017/05/18 10:58:38 LP 0.0000034  Bal.BTC 0.31016783  Bal.DGB 0(0)
2017/05/18 10:58:38 No open orders
2017/05/18 10:58:38 boughtPrice undefined
2017/05/18 10:58:38 price  grows (2)
2017/05/18 10:58:38 PriceToBuy,0.0338,priceToSell,--not set--
2017/05/18 10:58:38 LP 0.0340000,>,prBuy 0.0337905  secMargin 0.0000013516219178082197  grows yes
2017/05/18 10:58:38 no altcoins: 0
2017/05/18 10:58:38 price to buy: 0.000003379054794520549
2017/05/18 10:58:38 last price is too high
2017/05/18 10:58:38 Gunbot callback at 2017/05/18 10:58:38 cycle # 81
2017/05/18 10:58:38 Callback:
2017/05/18 10:58:38 ---------
2017/05/18 10:58:38 price too high
need faster: yes
need slower: no

2017/05/18 10:58:38 next delay will be 60s


2017/05/18 10:59:38 [ --2017/05/18 10:59:38--poloniex--BTC_DGB  --  Gunbot v3.2 cycle #82 --------------- ]
2017/05/18 10:59:38 ::::: collecting market data...
2017/05/18 10:59:38 ***************************************************
2017/05/18 10:59:38 Low BB:0.00000330 - High BB:0.00000366
2017/05/18 10:59:38 ***************************************************
2017/05/18 10:59:40 LP 0.00000335  Bal.BTC 0.31016783  Bal.DGB 0(0)
2017/05/18 10:59:40 No open orders
2017/05/18 10:59:40 boughtPrice undefined
2017/05/18 10:59:40 price  steady (0)
2017/05/18 10:59:40 PriceToBuy,0.0338,priceToSell,--not set--
2017/05/18 10:59:40 LP 0.0335000,<=,prBuy 0.0337796  secMargin 0.0000013511837837837842  grows yes
2017/05/18 10:59:40 no altcoins: 0
2017/05/18 10:59:40 price to buy: 0.00000337795945945946
2017/05/18 10:59:40 price is sweet to buy
2017/05/18 10:59:40 price is growing
2017/05/18 10:59:40 Buying on poloniex 0.0005 of DGB for 0.00000335
2017/05/18 10:59:40 2017/05/18 10:59:40 Error: Amount (0.0005) too low. Increase BTC_TRADING_LIMIT
2017/05/18 10:59:40 !!! Cycle 83 failed. Will repeat in 61s
2017/05/18 11:00:41 [ --2017/05/18 11:00:41--poloniex--BTC_DGB  --  Gunbot v3.2 cycle #83 --------------- ]
2017/05/18 11:00:41 ::::: collecting market data...
2017/05/18 11:00:41 ***************************************************
2017/05/18 11:00:41 Low BB:0.00000330 - High BB:0.00000366
2017/05/18 11:00:41 ***************************************************
2017/05/18 11:00:43 LP 0.00000336  Bal.BTC 0.31016783  Bal.DGB 0(0)
2017/05/18 11:00:43 No open orders
2017/05/18 11:00:43 boughtPrice undefined
2017/05/18 11:00:43 price  grows (1)
2017/05/18 11:00:43 PriceToBuy,0.0338,priceToSell,--not set--
2017/05/18 11:00:43 Gunbot callback at 2017/05/18 11:00:43 cycle # 83
2017/05/18 11:00:43 Callback:
2017/05/18 11:00:43 ---------
2017/05/18 11:00:43 Waiting for orders: 0 DGB
need faster: yes
need slower: no

2017/05/18 11:00:43 next delay will be 60s


2017/05/18 11:01:43 [ --2017/05/18 11:01:43--poloniex--BTC_DGB  --  Gunbot v3.2 cycle #84 --------------- ]
2017/05/18 11:01:43 ::::: collecting market data...
2017/05/18 11:01:44 ***************************************************
2017/05/18 11:01:44 Low BB:0.00000330 - High BB:0.00000366
2017/05/18 11:01:44 ***************************************************
2017/05/18 11:01:45 LP 0.00000339  Bal.BTC 0.31016783  Bal.DGB 0(0)
2017/05/18 11:01:45 No open orders
2017/05/18 11:01:45 boughtPrice undefined
2017/05/18 11:01:45 price  grows (1)
2017/05/18 11:01:45 PriceToBuy,0.0337,priceToSell,--not set--
2017/05/18 11:01:45 Gunbot callback at 2017/05/18 11:01:45 cycle # 84
2017/05/18 11:01:45 Callback:
2017/05/18 11:01:45 ---------
2017/05/18 11:01:45 Waiting for orders: 0 DGB
need faster: yes
need slower: no

2017/05/18 11:01:45 next delay will be 60s


2017/05/18 11:02:45 [ --2017/05/18 11:02:45--poloniex--BTC_DGB  --  Gunbot v3.2 cycle #85 --------------- ]
2017/05/18 11:02:45 ::::: collecting market data...
2017/05/18 11:02:46 ***************************************************
2017/05/18 11:02:46 Low BB:0.00000330 - High BB:0.00000366
2017/05/18 11:02:46 ***************************************************
2017/05/18 11:02:48 LP 0.0000034  Bal.BTC 0.31016783  Bal.DGB 0(0)
2017/05/18 11:02:48 No open orders
2017/05/18 11:02:48 boughtPrice undefined
2017/05/18 11:02:48 price  grows (1)
2017/05/18 11:02:48 PriceToBuy,0.0337,priceToSell,--not set--
2017/05/18 11:02:48 Gunbot callback at 2017/05/18 11:02:48 cycle # 85
2017/05/18 11:02:48 Callback:
2017/05/18 11:02:48 ---------
2017/05/18 11:02:48 Waiting for orders: 0 DGB
need faster: yes
need slower: no

2017/05/18 11:02:48 next delay will be 60s

Offline opedroadami

  • Rookie
  • *
  • Posts: 39
    • View Profile
Re: Bugs/Issues tracker v3.2
« Reply #47 on: May 20, 2017, 12:20:07 PM »
I am having some troubles with the 3.2GUI.

It all started normal, but the circles in RED don't update (shouldn't the CALLBACK be updated every bot cycle?) and the prices in YELLOW don't change (even after a while).



Also, having problems with 522 error. In the 3.2GUI it freezes the bot, so I have to start over.

Then, I tried using the 3.1GUI until this is solved. But unfortunately I am also having 522 problems with it:

Quote
Loading config...
2017/05/20 11:06:05 Creating market client for BTC_DASH pair
Activating hot reconfig...
[ ---- poloniex -- 2017/05/20 11:06:05  --  Gunbot v3.1b cycle #1 -------------------------- ]
Loaded  poloniex-BTC_DASH-save.json
::::: collecting market data...
+2017/05/20 11:06:36 Error: statusCode 522
!!! Cycle 2 failed. Will repeat in 10s

But there the bot keeps on repeating the process until 522 is gone and it can cycle normally again.

The new GUI is really better in comparison with the old one, but those bugs kinda spoil the experience.
« Last Edit: May 20, 2017, 12:22:31 PM by opedroadami »

Offline majorlee

  • Rookie
  • *
  • Posts: 17
    • View Profile
Re: Bugs/Issues tracker v3.2
« Reply #48 on: May 20, 2017, 12:27:51 PM »
having issues connecting

installed node.js

when i try to load a pair i always get this and white blank screen....

 Navigation to the webpage was canceled
   
   What you can try:
     Refresh the page.
 

Offline opedroadami

  • Rookie
  • *
  • Posts: 39
    • View Profile
Re: Bugs/Issues tracker v3.2
« Reply #49 on: May 20, 2017, 12:34:04 PM »
So, there seems to be lots of 522 problems (which weren't happening before).

But the bot with 3.2GUI IS WORKING.

It just bought and sold some XEM with profit, the way it settings told it to do.

The problem is that the stats screen for the pair do not update.

The SESSION TRADES for the pair that traded do not update. It doesn't show the buy or the sell order, neither it updates with the total profit.

Also, between pairs, the BTC Balance is showing different values, which also doesn't update to reflect the new BTC Balance gained with the last trades.

Offline Gunthar

  • Administrator
  • *****
  • Posts: 287
    • View Profile
Re: Bugs/Issues tracker v3.2
« Reply #50 on: May 20, 2017, 02:28:43 PM »
~snip

Unfortunately we cant do anything against error 522: poloniex server issues. Just be patient and let the bot run until it gets good cycles and start to update again

Offline magictrade

  • Contributor
  • **
  • Posts: 112
    • View Profile
Re: Bugs/Issues tracker v3.2
« Reply #51 on: May 20, 2017, 03:05:43 PM »
hi gunther,

parts of that problem are solved...........

but is it possible to trade this at the same time (for example) ?:

BTC/USDT
LTC/USDT
XMR/USDT
BTC/LTC
BTC/XMR
XMR/LTC

if i have my balance split in BTC, USDT and XMR
or will this confuse gunbot ?
« Last Edit: May 20, 2017, 08:25:23 PM by magictrade »

Offline opedroadami

  • Rookie
  • *
  • Posts: 39
    • View Profile
Re: Bugs/Issues tracker v3.2
« Reply #52 on: May 20, 2017, 05:45:35 PM »
~snip

Unfortunately we cant do anything against error 522: poloniex server issues. Just be patient and let the bot run until it gets good cycles and start to update again

Yeah, took me a while to notice that. POLO YOLO.

But the status from the pairs not refreshing is still an issue.

As I can see from the pair-log.txt, the bot is working properly but the stats are not refreshed.

Also, I would suggest moving the "STOP TRADING" button elsewhere. And make it bright red. If possible, with confirmation. It is really easy, as it is, to stop trading the pair, and from what I am earning on the last days using the bot that is the last thing I want to do.

Offline evgsergej

  • Rookie
  • *
  • Posts: 5
    • View Profile
Re: Bugs/Issues tracker v3.2
« Reply #53 on: May 20, 2017, 09:20:27 PM »
Будет ли создан Gunbot под виндовс, а то с такими окошками неочень приятно работать?

Offline OutOfSync

  • Rookie
  • *
  • Posts: 11
    • View Profile
Re: Bugs/Issues tracker v3.2
« Reply #54 on: May 20, 2017, 10:06:15 PM »
Another observation:

I have been running lots of pairs with TRADING_VOLUME 0 at lower cycle time to have full BB stats. Then when I decide the pair should be active I just set it to 0.02 BTC for trading. This way I thought I can avoid having to wait for 10h to have complete BB stats. Since TRADING_VOLUME is zero no buy/sell action should happen. Then I noticed that the bots gets into limbo after a 0 BTC buy happens (which results in an error message). The bot is "waiting for orders 0 DGB" indefinetely although no altcoin balance/on orders. I attached the corresponding part of the log below. I will now run the TRADING_VOLUME with higher BTC (perhaps 0.001 BTC) instead. However, this could probably be fixed - if you have any hints what in the savefile I have to look for I would be grateful. This is running 3.2_core (22 update, not the GUI one). It was cycle 81, so stats were not completed yet and GAIN was used.

Code: [Select]
2017/05/18 10:58:35 [ --2017/05/18 10:58:35--poloniex--BTC_DGB  --  Gunbot v3.2 cycle #81 --------------- ]
2017/05/18 10:58:35 ::::: collecting market data...
2017/05/18 10:58:35 ***************************************************
2017/05/18 10:58:35 Low BB:0.00000330 - High BB:0.00000366
2017/05/18 10:58:35 ***************************************************
2017/05/18 10:58:38 LP 0.0000034  Bal.BTC 0.31016783  Bal.DGB 0(0)
2017/05/18 10:58:38 No open orders
2017/05/18 10:58:38 boughtPrice undefined
2017/05/18 10:58:38 price  grows (2)
2017/05/18 10:58:38 PriceToBuy,0.0338,priceToSell,--not set--
2017/05/18 10:58:38 LP 0.0340000,>,prBuy 0.0337905  secMargin 0.0000013516219178082197  grows yes
2017/05/18 10:58:38 no altcoins: 0
2017/05/18 10:58:38 price to buy: 0.000003379054794520549
2017/05/18 10:58:38 last price is too high
2017/05/18 10:58:38 Gunbot callback at 2017/05/18 10:58:38 cycle # 81
2017/05/18 10:58:38 Callback:
2017/05/18 10:58:38 ---------
2017/05/18 10:58:38 price too high
need faster: yes
need slower: no

2017/05/18 10:58:38 next delay will be 60s


2017/05/18 10:59:38 [ --2017/05/18 10:59:38--poloniex--BTC_DGB  --  Gunbot v3.2 cycle #82 --------------- ]
2017/05/18 10:59:38 ::::: collecting market data...
2017/05/18 10:59:38 ***************************************************
2017/05/18 10:59:38 Low BB:0.00000330 - High BB:0.00000366
2017/05/18 10:59:38 ***************************************************
2017/05/18 10:59:40 LP 0.00000335  Bal.BTC 0.31016783  Bal.DGB 0(0)
2017/05/18 10:59:40 No open orders
2017/05/18 10:59:40 boughtPrice undefined
2017/05/18 10:59:40 price  steady (0)
2017/05/18 10:59:40 PriceToBuy,0.0338,priceToSell,--not set--
2017/05/18 10:59:40 LP 0.0335000,<=,prBuy 0.0337796  secMargin 0.0000013511837837837842  grows yes
2017/05/18 10:59:40 no altcoins: 0
2017/05/18 10:59:40 price to buy: 0.00000337795945945946
2017/05/18 10:59:40 price is sweet to buy
2017/05/18 10:59:40 price is growing
2017/05/18 10:59:40 Buying on poloniex 0.0005 of DGB for 0.00000335
2017/05/18 10:59:40 2017/05/18 10:59:40 Error: Amount (0.0005) too low. Increase BTC_TRADING_LIMIT
2017/05/18 10:59:40 !!! Cycle 83 failed. Will repeat in 61s
2017/05/18 11:00:41 [ --2017/05/18 11:00:41--poloniex--BTC_DGB  --  Gunbot v3.2 cycle #83 --------------- ]
2017/05/18 11:00:41 ::::: collecting market data...
2017/05/18 11:00:41 ***************************************************
2017/05/18 11:00:41 Low BB:0.00000330 - High BB:0.00000366
2017/05/18 11:00:41 ***************************************************
2017/05/18 11:00:43 LP 0.00000336  Bal.BTC 0.31016783  Bal.DGB 0(0)
2017/05/18 11:00:43 No open orders
2017/05/18 11:00:43 boughtPrice undefined
2017/05/18 11:00:43 price  grows (1)
2017/05/18 11:00:43 PriceToBuy,0.0338,priceToSell,--not set--
2017/05/18 11:00:43 Gunbot callback at 2017/05/18 11:00:43 cycle # 83
2017/05/18 11:00:43 Callback:
2017/05/18 11:00:43 ---------
2017/05/18 11:00:43 Waiting for orders: 0 DGB
need faster: yes
need slower: no

2017/05/18 11:00:43 next delay will be 60s


2017/05/18 11:01:43 [ --2017/05/18 11:01:43--poloniex--BTC_DGB  --  Gunbot v3.2 cycle #84 --------------- ]
2017/05/18 11:01:43 ::::: collecting market data...
2017/05/18 11:01:44 ***************************************************
2017/05/18 11:01:44 Low BB:0.00000330 - High BB:0.00000366
2017/05/18 11:01:44 ***************************************************
2017/05/18 11:01:45 LP 0.00000339  Bal.BTC 0.31016783  Bal.DGB 0(0)
2017/05/18 11:01:45 No open orders
2017/05/18 11:01:45 boughtPrice undefined
2017/05/18 11:01:45 price  grows (1)
2017/05/18 11:01:45 PriceToBuy,0.0337,priceToSell,--not set--
2017/05/18 11:01:45 Gunbot callback at 2017/05/18 11:01:45 cycle # 84
2017/05/18 11:01:45 Callback:
2017/05/18 11:01:45 ---------
2017/05/18 11:01:45 Waiting for orders: 0 DGB
need faster: yes
need slower: no

2017/05/18 11:01:45 next delay will be 60s


2017/05/18 11:02:45 [ --2017/05/18 11:02:45--poloniex--BTC_DGB  --  Gunbot v3.2 cycle #85 --------------- ]
2017/05/18 11:02:45 ::::: collecting market data...
2017/05/18 11:02:46 ***************************************************
2017/05/18 11:02:46 Low BB:0.00000330 - High BB:0.00000366
2017/05/18 11:02:46 ***************************************************
2017/05/18 11:02:48 LP 0.0000034  Bal.BTC 0.31016783  Bal.DGB 0(0)
2017/05/18 11:02:48 No open orders
2017/05/18 11:02:48 boughtPrice undefined
2017/05/18 11:02:48 price  grows (1)
2017/05/18 11:02:48 PriceToBuy,0.0337,priceToSell,--not set--
2017/05/18 11:02:48 Gunbot callback at 2017/05/18 11:02:48 cycle # 85
2017/05/18 11:02:48 Callback:
2017/05/18 11:02:48 ---------
2017/05/18 11:02:48 Waiting for orders: 0 DGB
need faster: yes
need slower: no

2017/05/18 11:02:48 next delay will be 60s

Hey Gunthar, another update:

The same problem also happens if the bot places a regular buy order which is not getting filled soon because the price rises. The buy order is stuck and the bot is waiting to receive altcoin balance which never happens. I now have an order thats stuck for hours and who knows when the prices falls below the buy level and if its a good time then to place the buy.

I really think we should have some option that auto-cancels buy orders that are not filled within 1 hour or some other CONFIG variable. Thats the last big problem that I see, otherwise everything is working really well!

EDIT: buying a small amount of altcoin gets the bot going again. After it sells the altcoin, it resumes looking to buy.
« Last Edit: May 21, 2017, 12:28:21 AM by OutOfSync »

Offline gionni

  • Rookie
  • *
  • Posts: 23
    • View Profile
Re: Bugs/Issues tracker v3.2
« Reply #55 on: May 21, 2017, 12:00:15 AM »
Hi,
reporting an issue on poloniex.
I noticed that sometimes BTC_TRADING_LIMIT doesn't get picked up in hot reconfig.
I'm not sure if it's the whole reconfig or just that setting.
In the config file the limit was set at the new price but in the save.json was still the old one.


The FTP client I was using for editing the config files was not updating the date of the file so I believe it was not picked up by the BOT.
« Last Edit: May 21, 2017, 04:37:49 PM by gionni »

Offline Swordfish85

  • Rookie
  • *
  • Posts: 49
  • Authorized GunBot Reseller
    • View Profile
Re: Bugs/Issues tracker v3.2
« Reply #56 on: May 21, 2017, 05:26:05 PM »
Quote
But the status from the pairs not refreshing is still an issue.

As I can see from the pair-log.txt, the bot is working properly but the stats are not refreshed.

Also, I would suggest moving the "STOP TRADING" button elsewhere. And make it bright red. If possible, with confirmation. It is really easy, as it is, to stop trading the pair, and from what I am earning on the last days using the bot that is the last thing I want to do.

Same issue here - the log is def. saying that the pair is running but i can't see any change in the console values...
any ideas to solve?
Telegram @Sword_Fish || Gunbot_German_Section - for Bot Owners || Ping me @ Telegram for GunBot Bundle Requests|| PM @me

Offline OutOfSync

  • Rookie
  • *
  • Posts: 11
    • View Profile
Re: Bugs/Issues tracker v3.2
« Reply #57 on: May 21, 2017, 06:01:14 PM »
Another issue with Kraken, gunbot bought 5x on EUR_XMR market (log is attached below). This is the newest version (3.2 with GUI, linuxx64). Perhaps the error "invalid nonce" came at a bad time @cyle 2781, messing things up?

Code: [Select]
2017/05/21 05:05:41 [ --2017/05/21 05:05:41--kraken--EUR_XMR  --  Gunbot v3.2 cycle #2780 --------------- ]
2017/05/21 05:05:41 ::::: collecting market data...
2017/05/21 05:05:42 ***************************************************
2017/05/21 05:05:42 Low BB:29.54123831 - High BB:32.37372509
2017/05/21 05:05:42 ***************************************************
2017/05/21 05:05:47 LP 30.0414  Bal.ZEUR 278.5751  Bal.XXMR 0
2017/05/21 05:05:47 Open orders
2017/05/21 05:05:47 boughtPrice 27.3
2017/05/21 05:05:47 price  grows (2)
2017/05/21 05:05:47 PriceToBuy,302493.6000,priceToSell,278460.0000
2017/05/21 05:05:47 LP 300414.0000000,<=,prBuy 302493.6000000  secMargin 12.09974400127787  grows yes
2017/05/21 05:05:47 no altcoins: 0
2017/05/21 05:05:47 price to buy: 30.24936000319467
2017/05/21 05:05:47 price is sweet to buy
2017/05/21 05:05:47 price is growing
2017/05/21 05:05:47 Buying on kraken 1.3319958690340663 of XXMR for 30.0414
2017/05/21 05:05:47 ***************************************************
2017/05/21 05:05:47 [object Object]
2017/05/21 05:05:47 ***************************************************
2017/05/21 05:05:48
2017/05/21 05:05:48 *** MARKET CALLBACK | buy 1.33199586 XMREUR @ limit 30.04140
2017/05/21 05:05:48 Gunbot callback at 2017/05/21 05:05:48 cycle # 2780
2017/05/21 05:05:48 Callback:
2017/05/21 05:05:48 ---------
2017/05/21 05:05:48 buy 1.33199586 XMREUR @ limit 30.04140
need faster: no
need slower: no

2017/05/21 05:05:48 next delay will be 120s


2017/05/21 05:07:48 [ --2017/05/21 05:07:48--kraken--EUR_XMR  --  Gunbot v3.2 cycle #2781 --------------- ]
2017/05/21 05:07:48 ::::: collecting market data...
2017/05/21 05:07:49 ***************************************************
2017/05/21 05:07:49 Low BB:29.54068545 - High BB:32.37396461
2017/05/21 05:07:49 ***************************************************
2017/05/21 05:07:53 2017/05/21 05:07:53 Error: Error: Kraken API returned error: API:Invalid nonce
2017/05/21 05:07:53 !!! Cycle 2782 failed. Will repeat in 61s
2017/05/21 05:08:54 [ --2017/05/21 05:08:54--kraken--EUR_XMR  --  Gunbot v3.2 cycle #2782 --------------- ]
2017/05/21 05:08:54 ::::: collecting market data...
2017/05/21 05:08:55 ***************************************************
2017/05/21 05:08:55 Low BB:29.54068545 - High BB:32.37396461
2017/05/21 05:08:55 ***************************************************
2017/05/21 05:08:59 LP 30.0414  Bal.ZEUR 278.5751  Bal.XXMR 0
2017/05/21 05:08:59 Open orders
2017/05/21 05:08:59 boughtPrice 30.0414
2017/05/21 05:08:59 price  grows (2)
2017/05/21 05:08:59 PriceToBuy,302490.0524,priceToSell,306422.2800
2017/05/21 05:08:59 LP 300414.0000000,<=,prBuy 302490.0500000  secMargin 12.099602097637286  grows yes
2017/05/21 05:08:59 no altcoins: 0
2017/05/21 05:08:59 price to buy: 30.249005244093212
2017/05/21 05:08:59 price is sweet to buy
2017/05/21 05:08:59 price is growing
2017/05/21 05:08:59 Buying on kraken 1.3319958690340663 of XXMR for 30.0414
2017/05/21 05:08:59 ***************************************************
2017/05/21 05:08:59 [object Object]
2017/05/21 05:08:59 ***************************************************
2017/05/21 05:09:01
2017/05/21 05:09:01 *** MARKET CALLBACK | buy 1.33199586 XMREUR @ limit 30.04140
2017/05/21 05:09:01 Gunbot callback at 2017/05/21 05:09:01 cycle # 2782
2017/05/21 05:09:01 Callback:
2017/05/21 05:09:01 ---------
2017/05/21 05:09:01 buy 1.33199586 XMREUR @ limit 30.04140
need faster: no
need slower: no

2017/05/21 05:09:01 next delay will be 120s


2017/05/21 05:11:01 [ --2017/05/21 05:11:01--kraken--EUR_XMR  --  Gunbot v3.2 cycle #2783 --------------- ]
2017/05/21 05:11:01 ::::: collecting market data...
2017/05/21 05:11:02 ***************************************************
2017/05/21 05:11:02 Low BB:29.53821808 - High BB:32.37492378
2017/05/21 05:11:02 ***************************************************
2017/05/21 05:11:07 LP 30.0414  Bal.ZEUR 278.5751  Bal.XXMR 0
2017/05/21 05:11:07 Open orders
2017/05/21 05:11:07 boughtPrice 30.0414
2017/05/21 05:11:07 price  grows (2)
2017/05/21 05:11:07 PriceToBuy,302473.9451,priceToSell,306422.2800
2017/05/21 05:11:07 LP 300414.0000000,<=,prBuy 302473.9500000  secMargin 12.09895780359592  grows yes
2017/05/21 05:11:07 no altcoins: 0
2017/05/21 05:11:07 price to buy: 30.2473945089898
2017/05/21 05:11:07 price is sweet to buy
2017/05/21 05:11:07 price is growing
2017/05/21 05:11:07 Buying on kraken 1.3319958690340663 of XXMR for 30.0414
2017/05/21 05:11:07 ***************************************************
2017/05/21 05:11:07 [object Object]
2017/05/21 05:11:07 ***************************************************
2017/05/21 05:11:08
2017/05/21 05:11:08 *** MARKET CALLBACK | buy 1.33199586 XMREUR @ limit 30.04140
2017/05/21 05:11:08 Gunbot callback at 2017/05/21 05:11:08 cycle # 2783
2017/05/21 05:11:08 Callback:
2017/05/21 05:11:08 ---------
2017/05/21 05:11:08 buy 1.33199586 XMREUR @ limit 30.04140
need faster: no
need slower: no

2017/05/21 05:11:08 next delay will be 120s


2017/05/21 05:13:08 [ --2017/05/21 05:13:08--kraken--EUR_XMR  --  Gunbot v3.2 cycle #2784 --------------- ]
2017/05/21 05:13:08 ::::: collecting market data...
2017/05/21 05:13:09 ***************************************************
2017/05/21 05:13:09 Low BB:29.53575331 - High BB:32.37587962
2017/05/21 05:13:09 ***************************************************
2017/05/21 05:13:13 LP 30.0414  Bal.ZEUR 278.5751  Bal.XXMR 0
2017/05/21 05:13:13 Open orders
2017/05/21 05:13:13 boughtPrice 30.0414
2017/05/21 05:13:13 price  grows (2)
2017/05/21 05:13:13 PriceToBuy,302457.8489,priceToSell,306422.2800
2017/05/21 05:13:13 LP 300414.0000000,<=,prBuy 302457.8500000  secMargin 12.098313955105214  grows yes
2017/05/21 05:13:13 no altcoins: 0
2017/05/21 05:13:13 price to buy: 30.245784887763033
2017/05/21 05:13:13 price is sweet to buy
2017/05/21 05:13:13 price is growing
2017/05/21 05:13:13 Buying on kraken 1.3319958690340663 of XXMR for 30.0414
2017/05/21 05:13:13 ***************************************************
2017/05/21 05:13:13 [object Object]
2017/05/21 05:13:13 ***************************************************
2017/05/21 05:13:15
2017/05/21 05:13:15 *** MARKET CALLBACK | buy 1.33199586 XMREUR @ limit 30.04140
2017/05/21 05:13:15 Gunbot callback at 2017/05/21 05:13:15 cycle # 2784
2017/05/21 05:13:15 Callback:
2017/05/21 05:13:15 ---------
2017/05/21 05:13:15 buy 1.33199586 XMREUR @ limit 30.04140
need faster: no
need slower: no

2017/05/21 05:13:15 next delay will be 120s


2017/05/21 05:15:15 [ --2017/05/21 05:15:15--kraken--EUR_XMR  --  Gunbot v3.2 cycle #2785 --------------- ]
2017/05/21 05:15:15 ::::: collecting market data...
2017/05/21 05:15:16 ***************************************************
2017/05/21 05:15:16 Low BB:29.53317275 - High BB:32.37686951
2017/05/21 05:15:16 ***************************************************
2017/05/21 05:15:20 LP 30.0414  Bal.ZEUR 278.5751  Bal.XXMR 0
2017/05/21 05:15:20 Open orders
2017/05/21 05:15:20 boughtPrice 30.0414
2017/05/21 05:15:20 price  grows (1)
2017/05/21 05:15:20 PriceToBuy,302440.9694,priceToSell,306422.2800
2017/05/21 05:15:20 LP 300414.0000000,<=,prBuy 302440.9700000  secMargin 12.097638777421574  grows no
2017/05/21 05:15:20 no altcoins: 0
2017/05/21 05:15:20 price to buy: 30.244096943553934
2017/05/21 05:15:20 price is sweet to buy
2017/05/21 05:15:20 price is not growing
2017/05/21 05:15:20 Gunbot callback at 2017/05/21 05:15:20 cycle # 2785
2017/05/21 05:15:20 Callback:
2017/05/21 05:15:20 ---------
2017/05/21 05:15:20 price is not growing
need faster: yes
need slower: no

2017/05/21 05:15:20 next delay will be 60s


2017/05/21 05:16:20 [ --2017/05/21 05:16:20--kraken--EUR_XMR  --  Gunbot v3.2 cycle #2786 --------------- ]
2017/05/21 05:16:20 ::::: collecting market data...
2017/05/21 05:16:21 ***************************************************
2017/05/21 05:16:21 Low BB:29.52818924 - High BB:32.37832889
2017/05/21 05:16:21 ***************************************************
2017/05/21 05:16:29 LP 30.0414  Bal.ZEUR 278.5751  Bal.XXMR 0
2017/05/21 05:16:29 Open orders
2017/05/21 05:16:29 boughtPrice 30.0414
2017/05/21 05:16:29 price  grows (2)
2017/05/21 05:16:29 PriceToBuy,302407.2415,priceToSell,306422.2800
2017/05/21 05:16:29 LP 300414.0000000,<=,prBuy 302407.2400000  secMargin 12.096289661984457  grows yes
2017/05/21 05:16:29 no altcoins: 0
2017/05/21 05:16:29 price to buy: 30.240724154961143
2017/05/21 05:16:29 price is sweet to buy
2017/05/21 05:16:29 price is growing
2017/05/21 05:16:29 Buying on kraken 1.3319958690340663 of XXMR for 30.0414
2017/05/21 05:16:29 ***************************************************
2017/05/21 05:16:29 [object Object]
2017/05/21 05:16:29 ***************************************************
2017/05/21 05:16:34 2017/05/21 05:16:34 Error: Error in server response: {"code":"ESOCKETTIMEDOUT","connect":false}
2017/05/21 05:16:34 !!! Cycle 2787 failed. Will repeat in 61s
2017/05/21 05:17:35 [ --2017/05/21 05:17:35--kraken--EUR_XMR  --  Gunbot v3.2 cycle #2787 --------------- ]
2017/05/21 05:17:35 ::::: collecting market data...
2017/05/21 05:17:36 ***************************************************
2017/05/21 05:17:36 Low BB:29.52322836 - High BB:32.37977204
2017/05/21 05:17:36 ***************************************************
2017/05/21 05:17:40 LP 30.0414  Bal.ZEUR 278.5751  Bal.XXMR 0
2017/05/21 05:17:40 Open orders
2017/05/21 05:17:40 boughtPrice 30.0414
2017/05/21 05:17:40 price  grows (2)
2017/05/21 05:17:40 PriceToBuy,302373.6428,priceToSell,306422.2800
2017/05/21 05:17:40 LP 300414.0000000,<=,prBuy 302373.6400000  secMargin 12.094945711520088  grows yes
2017/05/21 05:17:40 no altcoins: 0
2017/05/21 05:17:40 price to buy: 30.237364278800218
2017/05/21 05:17:40 price is sweet to buy
2017/05/21 05:17:40 price is growing
2017/05/21 05:17:40 Buying on kraken 1.3319958690340663 of XXMR for 30.0414
2017/05/21 05:17:40 ***************************************************
2017/05/21 05:17:40 [object Object]
2017/05/21 05:17:40 ***************************************************
2017/05/21 05:17:45 2017/05/21 05:17:45 Error: Kraken API returned error: API:Invalid nonce
2017/05/21 05:17:45 !!! Cycle 2788 failed. Will repeat in 61s
2017/05/21 05:18:46 [ --2017/05/21 05:18:46--kraken--EUR_XMR  --  Gunbot v3.2 cycle #2788 --------------- ]
2017/05/21 05:18:46 ::::: collecting market data...
2017/05/21 05:18:47 ***************************************************
2017/05/21 05:18:47 Low BB:29.51912592 - High BB:32.38111342
2017/05/21 05:18:47 ***************************************************
2017/05/21 05:18:52 LP 30.0414  Bal.ZEUR 278.5751  Bal.XXMR 0
2017/05/21 05:18:52 Open orders
2017/05/21 05:18:52 boughtPrice 30.0414
2017/05/21 05:18:52 price  grows (1)
2017/05/21 05:18:52 PriceToBuy,302346.2279,priceToSell,306422.2800
2017/05/21 05:18:52 LP 300414.0000000,<=,prBuy 302346.2300000  secMargin 12.09384911635022  grows no
2017/05/21 05:18:52 no altcoins: 0
2017/05/21 05:18:52 price to buy: 30.234622790875548
2017/05/21 05:18:52 price is sweet to buy
2017/05/21 05:18:52 price is not growing
2017/05/21 05:18:52 Gunbot callback at 2017/05/21 05:18:52 cycle # 2788
2017/05/21 05:18:52 Callback:
2017/05/21 05:18:52 ---------
2017/05/21 05:18:52 price is not growing
need faster: yes
need slower: no

Offline Meta

  • Rookie
  • *
  • Posts: 5
  • To trade or not to trade that is the question...
    • View Profile
    • globalchefsolutions.com
Re: Bugs/Issues tracker v3.2
« Reply #58 on: May 21, 2017, 06:45:30 PM »
I am having some troubles with the 3.2GUI.

It all started normal, but the circles in RED don't update (shouldn't the CALLBACK be updated every bot cycle?) and the prices in YELLOW don't change (even after a while).



Also, having problems with 522 error. In the 3.2GUI it freezes the bot, so I have to start over.

Then, I tried using the 3.1GUI until this is solved. But unfortunately I am also having 522 problems with it:

Quote
Loading config...
2017/05/20 11:06:05 Creating market client for BTC_DASH pair
Activating hot reconfig...
[ ---- poloniex -- 2017/05/20 11:06:05  --  Gunbot v3.1b cycle #1 -------------------------- ]
Loaded  poloniex-BTC_DASH-save.json
::::: collecting market data...
+2017/05/20 11:06:36 Error: statusCode 522
!!! Cycle 2 failed. Will repeat in 10s

But there the bot keeps on repeating the process until 522 is gone and it can cycle normally again.

The new GUI is really better in comparison with the old one, but those bugs kinda spoil the experience.

I have had same problem
This is due to strict internet options
Solution
add http://127.0.0.1 into Trusted Zone
Uncheck Protected Mode
Use custom security level (enable everything that is disabled)
Look video (sorry for bad video)
https://youtu.be/QujDRUUqcQk

Now my GUI 3.2 on Win 2012 updates
web design and advertising services per request. IT services per request.

Offline Swordfish85

  • Rookie
  • *
  • Posts: 49
  • Authorized GunBot Reseller
    • View Profile
Re: Bugs/Issues tracker v3.2
« Reply #59 on: May 22, 2017, 02:35:57 AM »
I've also solved the freezing Console/Callback: like it's said ^^above.

My Way:
open your internet explorer
go to Tools
Hover over Safety
Turn Smart Screen Filter OFF
Click:
Internet options
Security
Trusted Sites
Sites
Add: http://127.0.0.1
Add
Close
Go To Internet
Custom Level
Search Miscellaneous
Enable Meta Refresh
OK
OK
restart Bot

or press Windows Button + R and run inetcpl.cpl and do the above...

also i've allowed gunthy.exe and control console sample through firewall via Internet Settings --> Firewall --> Add App through Firewall

Just my two cents....
Telegram @Sword_Fish || Gunbot_German_Section - for Bot Owners || Ping me @ Telegram for GunBot Bundle Requests|| PM @me