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 - aknetman

Pages: [1]
1
Beginners & Help / Re: message: no btc
« on: July 10, 2018, 12:15:28 AM »
My best guess is that this is showing up on coins that were bought, meaning the TRADING_LIMIT is reached for that coin, then this message appears.

2
Beginners & Help / message: no btc
« on: July 09, 2018, 11:37:15 PM »
What does this mean? Also, is there a document/wiki page/FAQ that I missed that explains this? I'm running zenogui but assume this is a gunbot message.
I have more btc available to trade than " FUNDS_RESERVE", so that shouldn't be the cause. Not seeing this on all pairs (though I am using the same strategy currently for all pairs).

Gunbot event details
{
   "event": "message",
   "exchange": "bittrex",
   "pair": "BTC-XMR",
   "message": "NO_BTC",
   "time": 1531175742198
}

3
gmon is not working for me with version 1.0.6 and gunthy-gui version 9.

Shows
"Setup 1" with total BTC value as 0.0000

I noticed the "out.log" is now in ./setups/###long GUID type number with dashes###/out.log and have tried using that path with the -P option to no avail.

I also thought PM2 with logrotate may be causing this so I tried starting gunth-gui from the CLI with no difference.

Am I missing something?
Thanks

4
I was getting the same error on the Xmas build (7.0.2) and just upgraded to v8.0.3 thinking that would stop the error, but I am still getting the identical error.
I am trading on bittrex, running on a linux box.

here is copy-paste from my error log-
Code: [Select]
TypeError: Cannot read property 'Available' of undefined
    at module.exports.parseBalance._.forEach (/snapshot/Gunbot-master/ctx/js/bittrex.js:0:0)
    at arrayEach (/snapshot/Gunbot-master/node_modules/lodash/lodash.js:537:11)
    at Function.forEach (/snapshot/Gunbot-master/node_modules/lodash/lodash.js:9359:14)
    at Bittrex.parseBalance (/snapshot/Gunbot-master/ctx/js/bittrex.js:0:0)
    at /snapshot/Gunbot-master/ctx/js/bittrex.js:0:0
    at Request._callback (/snapshot/Gunbot-master/node_modules/node-bittrex-api/node.bittrex.api.js:144:11)
    at Request.init.self.callback (/snapshot/Gunbot-master/node_modules/request/request.js:186:22)
    at emitTwo (events.js:126:13)
    at Request.emit (events.js:214:7)
    at Request. (/snapshot/Gunbot-master/node_modules/request/request.js:1163:10)
    at emitOne (events.js:116:13)
    at Request.emit (events.js:211:7)
    at IncomingMessage. (/snapshot/Gunbot-master/node_modules/request/request.js:1085:12)
    at Object.onceWrapper (events.js:313:30)
    at emitNone (events.js:111:20)
    at IncomingMessage.emit (events.js:208:7)
    at endReadableNT (_stream_readable.js:1056:12)
    at _combinedTickCallback (internal/process/next_tick.js:138:11)
    at process._tickCallback (internal/process/next_tick.js:180:9)
/snapshot/Gunbot-master/node_modules/lodash/lodash.js:537
      if (iteratee(array[index], index, array) === false) {
          ^

5
Beginners & Help / bbstepgain
« on: January 04, 2018, 11:25:20 PM »
EDIT: looks like this was my fault (having to do with switching strategies)
For bbstepgain strategy, the sell order is determined only by the GAIN, SELLLVL and the PERIOD correct? 

I am seeing sells on the bottom end of 15 min Green candles. So it should need to see a red 15 minute candle above the GAIN and SELLLVL to place a sell order? or is there something else I am missing? TIA for any help..


Pages: [1]