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

Pages: [1] 2
1

Loading exchange - kraken
Loading data....
InvalidNonce: kraken {"error":["EAPI:Invalid nonce"]}
    at kraken.handleErrors (C:\snapshot\enricoranucci\Desktop\GitHub\gb25\node_modules\ccxt.proWs\node_modules\ccxt\js\kraken.js:1751:19)
    at C:\snapshot\enricoranucci\Desktop\GitHub\gb25\node_modules\ccxt.proWs\node_modules\ccxt\js\base\Exchange.js:600:18
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async timeout (C:\snapshot\enricoranucci\Desktop\GitHub\gb25\node_modules\ccxt.proWs\node_modules\ccxt\js\base\functions\time.js)
    at async kraken.fetchMyTrades (C:\snapshot\enricoranucci\Desktop\GitHub\gb25\node_modules\ccxt.proWs\node_modules\ccxt\js\kraken.js:1346:26) {
  constructor: [Function: InvalidNonce]
}
Error: Fetching my trades again.{"name":"InvalidNonce"}
    at errorHandler (C:\snapshot\enricoranucci\Desktop\GitHub\gb25\ctx\js\kraken.js)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
Error: {}
    at errorHandler (C:\snapshot\enricoranucci\Desktop\GitHub\gb25\ctx-wrapper.js)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
Unable to connect to kraken
Please if this error persists, stop Gunbot, wait a few minutes and then start it again...


2
Once I start the bot in Version 24, I get the below errors. This config works fine under V23. Help please

InvalidNonce: kraken {"error":["EAPI:Invalid nonce"]}
    at kraken.handleErrors (C:\snapshot\enricoranucci\Documents\GitHub\Mio\node_modules\ccxt.proWs\node_modules\ccxt\js\kraken.js:1751:19)
    at C:\snapshot\enricoranucci\Documents\GitHub\Mio\node_modules\ccxt.proWs\node_modules\ccxt\js\base\Exchange.js:600:18
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async timeout (C:\snapshot\enricoranucci\Documents\GitHub\Mio\node_modules\ccxt.proWs\node_modules\ccxt\js\base\functions\time.js)
    at async kraken.fetchMyTrades (C:\snapshot\enricoranucci\Documents\GitHub\Mio\node_modules\ccxt.proWs\node_modules\ccxt\js\kraken.js:1346:26) {
  constructor: [Function: InvalidNonce]
}
Error: Fetching my trades again.{"name":"InvalidNonce"}
    at errorHandler (C:\snapshot\enricoranucci\Documents\GitHub\Mio\ctx\js\kraken.js)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
{}
Unable to connect to kraken

If I use the bot settings from my V23 and insert them into the V24 config file, I dont get the error but while the dashboard says the bot is running, the pair is stuck at loading and The output file looks like the below and seems to be telling me that my license is not valid

Loading config...
GUI Server Deployed: http://localhost:5500
Ping not available...
403 - "{\"isValidLicense\":false,\"isFree\":false}"


3
General Discussion / Gunbot faulted out and will no longer start
« on: December 19, 2021, 10:04:10 PM »
Gunbot has suddenly decided it doesnt want to load anymore. Below is the error its throwing repeatedly.



Your registered exchanges:
KRAKEN:

Loading exchange - kraken
Loading data....
TypeError: Cannot convert undefined or null to object
    at Function.keys (<anonymous>)
    at isEqualTwoData (C:\snapshot\enricoranucci\Desktop\STABLE\gui\classes\common.js)
    at isEqualTwoData (C:\snapshot\enricoranucci\Desktop\STABLE\gui\classes\common.js)
    at isEqualTwoData (C:\snapshot\enricoranucci\Desktop\STABLE\gui\classes\common.js)
    at isEqualTwoData (C:\snapshot\enricoranucci\Desktop\STABLE\gui\classes\common.js)
    at isEqualTwoData (C:\snapshot\enricoranucci\Desktop\STABLE\gui\classes\common.js)
    at isEqualTwoData (C:\snapshot\enricoranucci\Desktop\STABLE\gui\classes\common.js)
    at Timeout._onTimeout (C:\snapshot\enricoranucci\Desktop\STABLE\gui\sockets\coremem.js)
    at listOnTimeout (internal/timers.js:549:17)
    at processTimers (internal/timers.js:492:7) Uncaught Exception thrown

Tracked it down to the following pair in the config file
"USD-STORJ": {
                "strategy": "bbta-tssl",
                "enabled": true,
                "override": {
                    "TRADING_LIMIT": "20",
                    "MIN_VOLUME_TO_SELL": "10",
                    "MIN_VOLUME_TO_BUY": "10",
                    "BOUGHT_PRICE": null,
                    "PERIOD": "1h"
                }
            }

I set bought price to a value since I imported several hundred coin to the exchange. Gunbot eventually sold it. Looks like Gunbot set the bought_price to null then
got all upset about it. Gunbot should have deleted the entry alltogether when it was no longer valid. I would call that a bug.

4
Technical Support & Development / Cannot change configuration on Gunbot
« on: October 24, 2021, 08:16:49 PM »
Every time I try to save changes on gunbot, it goes into a restart loop with no error messages. The only solution is to blow away my configuration file and start over.

Working on figuring it out but if anyone has an insight I would appreciate any assistance.

5
Technical Support & Development / Re: need support on tssl
« on: March 16, 2021, 08:13:44 PM »
Could you enlighten us a bit more with your settings? Whats working for you, please share

6
General Discussion / Re: Insufficient funds on sell
« on: January 27, 2021, 04:53:07 AM »
This may have to do with the error I noticed and dug into and posted above. Kraken is barfing on orders with more than 7 digits to the right of the decimal.
I have opened a ticket with their API  team as it shouldn't be giving an insufficient funds error but Gunbot might also want to limit the number of insignificant digits to 7 or less

7
General Discussion / Gunbot error on buy with Kraken
« on: January 27, 2021, 04:31:19 AM »
I seem to have found an annoying error in kraken which is preventing Gunbot from buying.

When gunbot attempts to place a buy order for .3781027650841647 eth, Kraken responds with an error 900 Insufficient funds.
I attempted this as a limit order manually and received the same error but it placed the order as well. See attached image.

If I place the same order but for .3781 eth, no error occurs and the order is placed.

While kraken shouldnt be giving that error, its confusing Gunbot. Gunbot should trim off the ridiculous number of insignificant digits. Kraken seems to like 7 or less to the right of the decimal.
While 4 to 5 digits may be significant in Bitcoin, it really isnt in any other coin

8
General Discussion / Can Gunbot be told to prestage a limit order?
« on: January 05, 2021, 10:06:04 PM »
I have seen a number of times when Gunbot has set a buy point and the price touches and then retreats from that price too quickly for Gunbot to notice and send an order. This happens on both buy and sell. This results in missed opportunities as you can see in the image below where the price went through the buy line then took off upwards. This is especially true in an active pair since gunbot only looks every 30 seconds or so

If Gunbot would simply set a limit order at the price that it has set for buy and/or sell then the exchange would take care of executing the actual order. Orders are easily cancelled prior to execution so I cannot see any technical reason to not do this. Its much sloppier to be sending in market orders as slippage will occur and orders are processed in fifo order so a market order is going to sit at the back of the line behind limit orders increasing slippage

9
General Discussion / Insufficient funds on sell
« on: January 04, 2021, 09:41:29 PM »
I had a trade today with a trailing stop. When Gunbot attempted to close the order with a sell it kept getting the error below. I manually closed the order on Kraken for good profit but the fact that I manually had to do it is concerning.


10
Technical Support & Development / Error on Kraken when attempting to sell
« on: January 24, 2020, 02:34:33 PM »
I was wondering why gunbot was not buying or selling as prices passed the sell and buy points.
Today I was watching and caught the following error.

At this point Gunbot is doing nothing useful so I am just manually trading.

I have adjusted mvtb and mvts and is makes no difference. I assume the mvtb and mvts values are setting the amount of the base currency to transact.

11
General Discussion / Re: Gunbot 16 blows error when attempting to trade.
« on: January 14, 2020, 04:23:24 PM »
I have no reseller. I bought Gunbot directly from Gunthy way back in version 3 days.

On the plus side I took your suggestion and disabled multiple base. That helped.
It still cannot perform a market order but it is able to generate its own orders now without falling over, so thanks for the advise

12
General Discussion / Re: Gunbot 16 blows error when attempting to trade.
« on: January 14, 2020, 01:44:33 AM »
Further information seems to indicate that its directly related to placing a market order.
Gunbot seems to want a price on a trade type that doesnt need or allow a price.

It would be nice if a developer would respond to this

13
General Discussion / Re: Gunbot 16 blows error when attempting to trade.
« on: January 13, 2020, 05:38:51 PM »
Gunbot just attempted to sell and blew the following error.
Something seems pretty broken

14
General Discussion / Re: Gunbot 16 blows error when attempting to trade.
« on: January 13, 2020, 05:01:21 PM »
Attempts to place a market order also blows an error.
It says the price argument is invalid. One doesnt have to put in a price on a market order.

If I place a limit order it works as I provide a price on a limit order.
I would have thought that Gunbot whould know the current price in order to put it into the market order

Image attached.

15
General Discussion / Gunbot 16 blows error when attempting to trade.
« on: January 12, 2020, 04:02:03 PM »
I am receiving the following when gunbot tries to sell dollars and buy bitcoin.
See attachment


16
General Discussion / Re: US trader looking for new exhange
« on: October 22, 2019, 04:58:48 PM »
Not polo anymore. It just got sold and is dumping all US customers. Total betrayal of those of us who have been with them for years.

17
General Discussion / Gunbot should be trading ?
« on: September 10, 2019, 08:38:42 PM »
Based on the attached image, The buy price is 10,180 and the current price is below that. I would think that Gunbot should have done a buy, but it doesnt, it just sits there watching price go up and down. I have set this up according to 'The way Gunther runs it" so I would think it was set up correctly. I am however still trying to figure out the best combination of settings.

Any thoughts or feedback would be welcome

18
Where is the page storing its working copy of the file. It seems like after the first time, its not possible to import the current file and any modifications I subsequently make manually to it.
It also seems to be duplicating the pairs that I am trading

19
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.

20
The bot already has in its little mind a sell price after a buy. If it were to set an order to sell at that price then polo would take care of the trade in the event the bot misses a quick spike. Either way it pushes the sell action onto polo which is fine.

Pages: [1] 2