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

Pages: 1 [2]
21
Technical Support & Development / Re: GUNTHY wallet : the wrong idea ?
« on: April 23, 2019, 07:29:08 PM »
But it's what I'm asking, who can tell me what reseller sold me the 1st API key ?
Or can I ask the reseller who sold me the additional API (but it's not the 1st one) ?

22
Hi,

At first, when I saw the announce about GUNTHY tokens to manage API keys, I was very dubious about that. But now, with the latest release of Gunbot nearly giving you no choice but use GUNTHY tokens, I give it a try. WRONG IDEA !
Following the wiki (https://wiki.gunthy.org/setup-and-general-settings/exchange-and-license-settings/gunthy-wallet) , I'm blocked at 1st step : Registering API keys to a GUNTHY wallet address...

Tell me how do you can know what reseller sold you the API keys ? There is no informations about that and too many resellers  !
I have one API bought to Gunbotstore.com but this is the 2nd one (for Kraken) and I can't find reseller for my "master" API (1st one, for Poloniex).

Anyone could help me ?

Thanks.

23
A picture is worth hundred of words, since I updated to v12 (everything flushed . rebooted) :

24
General Discussion / Re: Friendly Gunbot tactician group
« on: October 20, 2017, 12:43:15 PM »
I love people giving Discord pseudos without the 4 digits number :)

25
I'm still totally lost in settings for the v5.0.5.5 and pure BB.
I'm trying to stick on my standard v4 BB : EMA1 4, EMA2 2, PERIOD 15, HIGH_BB 40, LOW_BB 30.
The best result I could get is :
Error on strategy BB for BTC_xxx on poloniex while getting Bollinger Bands -\ Error: Invalid start time.
I've tried to reverse EMA1 / EMA2, no way. The V5.0.5.5 BB is crippled and really hard to understand.
Any idea ?

Thanks.

26
62 views, no answer, maybe I should ask for adding that feature to Gunthar !

27
Hi,
What happen if you add on your account, with a running gunbot onto that pair, an amount of currency but not buyed (ie mined or from another account / exchange) ?
What is the price for gunbot ? 0 ? the current rate ?
Is there something to inject into gunbot loop an amount of currency with a theorical buy price ?

28
Technical Support & Development / Re: Bugs/Issues tracker v3.3.5
« on: August 11, 2017, 10:46:49 AM »
When I launch the bot, the only messages I got are :
Quote
./gunthy-linx64
Loading config...
Loading exchange poloniex
2017/08/06 13:03:50: Kicking poloniex, receiving new tickers...
Getting tickers for poloniex catch error: Cannot read property 'error' of undefined
2017/08/06 13:04:00: Kicking poloniex, receiving new tickers...
2017/08/06 13:04:10: Kicking poloniex, receiving new tickers...
2017/08/06 13:04:20: Kicking poloniex, receiving new tickers...
2017/08/06 13:04:30: Kicking poloniex, receiving new tickers...
2017/08/06 13:04:40: Kicking poloniex, receiving new tickers...
2017/08/06 13:04:50: Kicking poloniex, receiving new tickers...
Self answering about this error :
I was using the proxy on the previous release, and even if I disabled it, I forgot to remove the "Poloniex" entry in my /etc/hosts.
Once done, the new version is working.

29
Technical Support & Development / Re: Bugs/Issues tracker v3.3.5
« on: August 06, 2017, 12:07:47 PM »
Ok, i'm tired of that piece of software. I already asked, in both forums and telegram, still no answer.
When I launch the bot, the only messages I got are :
Quote
./gunthy-linx64
Loading config...
Loading exchange poloniex
2017/08/06 13:03:50: Kicking poloniex, receiving new tickers...
Getting tickers for poloniex catch error: Cannot read property 'error' of undefined
2017/08/06 13:04:00: Kicking poloniex, receiving new tickers...
2017/08/06 13:04:10: Kicking poloniex, receiving new tickers...
2017/08/06 13:04:20: Kicking poloniex, receiving new tickers...
2017/08/06 13:04:30: Kicking poloniex, receiving new tickers...
2017/08/06 13:04:40: Kicking poloniex, receiving new tickers...
2017/08/06 13:04:50: Kicking poloniex, receiving new tickers...

Looking at Poloniex API page, this API is not used since I switched to the new 3.3.5 version.
Using another API pair give me logically :
Quote
./gunthy-linx64
Loading config...
INVALID LICENSE FOR POLONIEX!!! Please contact Gunthar!

My testing config.js :
Code: [Select]
{
        "pairs": {
                "poloniex": {
                        "BTC_DASH": { "strategy": "bb", "override": {} }
                }
        },
        "exchanges": {
                "poloniex": {
                        "key": "xxx",
                        "secret": "xxxxxx"
                }
        },
        "bot": {
                "debug": true,

                "period_storage_ticker": 300,
                "interval_ticker_update": 10000,

                "timeout_buy": 60000,
                "timeout_sell": 60000,

                "MIN_VOLUME_TO_BUY": 0.005,

                "WATCH_MODE": false
        },
        "strategies": {
                "bb": {
                        "BTC_TRADING_LIMIT": 0.001,
                        "PERIOD": 15,
                        "BUY_LEVEL": 0.1,
                        "GAIN": 0.6,
                        "HIGH_BB": 60,
                        "LOW_BB": 40,
                        "PANIC_SELL": false,
                        "DOUBLE_UP": true
                }
        }
}

30
Technical Support & Development / Re: Bugs/Issues tracker v3.3.5
« on: August 03, 2017, 01:29:00 PM »
Quote
Loading config...
Loading exchange poloniex
2017/08/03 14:17:48: Kicking poloniex, receiving new tickers...
Getting tickers for poloniex catch error: Cannot read property 'error' of undefined

31
Okay thanks. And so everything that was in an allpairs-params.js file can be copied across and work as normal in the new config.js?

the "strategies" paragraph present in config.js is the new equivalent of ALLPAIRS-params.js
I think not, config.js is a new file with a new syntax. It's really hard to get a clean update manual, as always.
BTW, I dont know what to do with all my <exchange>-BTC_xxx-* files - should I keep them or just delete ?
The config.js dont show any hints how to move parameters from individual files to the new one.

32
I've upgraded to 3.3.2 under Linux (text only) and since I've many many errors 422 on all my pairs (only 8 at this time).
Trace :
Code: [Select]
+Unhandled rejection Error: statusCode 422
    at Object.console./snapshot/Users/Enrico/Desktop/xBot_v2.9.3/poloniex.js.module.exports.Market.getLastBuyRate.poloniex.returnTradeHistory [as callback] (evalmachine.<anonymous>:0:0)
    at /snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/async/dist/async.js:2243:31
    at /snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/async/dist/async.js:906:16
    at Request._callback (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/plnx/lib/index.js:134:7)
    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)
The bot is very slow, sometimes it could catch the market, sometimes it can"t.
Should I renew my API key and send it to Gunthar ?

33
Technical Support & Development / My suggestions
« on: April 27, 2017, 07:30:22 PM »
  • Add a config option to put log files in a subdirectory. That will make everything clear
  • Add a config variable to make a clean shutdown => sell everything as planned and dont buy anymore
  • Rename all config files like for BB strategy. No more config.js (=> 1000trades.js ?) or params.js (=> supergun.js ?)
  • Clean everyhting in config files, make a updated documentation, get back comments on all parameters in config files

Side note : can we remove unnecessary lines in config files ? If I'm not using Bittrex or Kraken, can I remove theses sections ?

Thanks

Pages: 1 [2]