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.


Topics - litbit

Pages: [1]
1
Hi,

I've been out of crypto trading with gunbot for some time, but now I'm back.
I'm still the owner of a Gunbot license (Poloniex API key)
Is there anyone who can help in checking/reactivating my license for the latest gunbot version, and invite me back into the closed telegram group?

I send a PM to Gunthy beginning of the month, but I assume he's very busy

L.

2
Hi,

this started just today (1000trades was running fine on about 15 pairs, until this morning)

After restarting the PC, when I tried 1 pair, the first time I get the statuscode 500

Code: [Select]
C:\Data\TradingBot\gunbotv2.0.3b>node 1000trades BTC_LTC
=== ERROR ===statusCode 500

When I try again, I get a typerror:

Code: [Select]
C:\Data\TradingBot\gunbotv2.0.3b>node 1000trades BTC_LTC
C:\Data\TradingBot\gunbotv2.0.3b\1000trades.js:1
(function (exports, require, module, __filename, __dirname) { var _$_a6c3=["\x70\x6C\x6E\x78","\x6E\x6F\x64\x65\x6D\x61\x69\x6C\x65\x72","\x66\x73","\x2E\x2F\x63\x6F\x6E\x66\x69\x67\x2E\x6A\x73","\x2E\x2F\x70\x61\x72\x61\x6D\x73\x2E\x6A\x73","\x6C\x6F\x67\x2E\x74\x78\x74","\x61","\x63\x72\x65\x61\x74\x65\x57\x72\x69\x74\x65\x53\x74\x72\x65\x61\x6D","\x65\x72\x72\x2E\x74\x78\x74","\x74\x72\x61\x64\x65\x73\x2E\x74\x78\x74","\x6F\x72\x64\x65\x72","\x62\x61\x73\x65\x50\x72\x69\x63\x65","\x70\x72\x69\x63\x65\x54\x6F\x42\x75\x79","\x70\x72\x69\x63\x65\x54\x6F\x53\x65\x6C\x6C","\x73\x65\x63\x75\x72\x69\x74\x79\x4D\x61\x72\x67\x69\x6E","\x6C\x61\x74\x65\x73\x74\x50\x72\x69\x63\x65\x73","\x42\x54\x43\x6C\x61\x74\x65\x73\x74\x50\x72\x69\x63\x65\x73","\x77\x61\x69\x74\x69\x6E\x67\x47\x72\x6F\x77","\x6C\x61\x73\x74\x42\x61\x73\x65\x50\x72\x69\x63\x65\x55\x70\x64\x61\x74\x65","\x70\x72\x69\x63\x65\x53\x6F\x6C\x64","\x63\x61\x6E\x42\x75\x79","\x77\x61\x69\x74\x69\x6E\x67\x

TypeError: Cannot read property 'onOrders' of undefined
    at C:\Data\TradingBot\gunbotv2.0.3b\1000trades.js:1:15171
    at Request._callback (C:\Data\TradingBot\gunbotv2.0.3b\node_modules\plnx\lib\index.js:136:9)
    at Request.self.callback (C:\Data\TradingBot\gunbotv2.0.3b\node_modules\request\request.js:188:22)
    at emitTwo (events.js:106:13)
    at Request.emit (events.js:194:7)
    at Request.<anonymous> (C:\Data\TradingBot\gunbotv2.0.3b\node_modules\request\request.js:1171:10)
    at emitOne (events.js:96:13)
    at Request.emit (events.js:191:7)
    at IncomingMessage.<anonymous> (C:\Data\TradingBot\gunbotv2.0.3b\node_modules\request\request.js:1091:12)
    at Object.onceWrapper (events.js:293:19)

C:\Data\TradingBot\gunbotv2.0.3b>

I'm not sure what is going on?

3
Hi, I'm just wondering :

So it is advised to exercise 1 strategy per account, so if we want to use multiple strategies at the same time (for the same coin pairs) we would need to open multiple accounts. (Let's assume multiple accounts with the same exchange)
Now, every account of course has it's own API keys ... and the API key is tied to the license for the bot, does that mean we need to buy multiple licenses?

So if I wanted to try 1000trades and bollinger on the same 10 pairs, I would need to use 2 Poloniex accounts, and thus 2 API keys. I've one license, do I need to buy a 2nd license?

Thanks


4
Hi,

until now, I've been using Gunbot v2.x (on windows),
and the 1000trades algo (using the basic 1000trades settings from here : https://gunthy.org/index.php?topic=44.0 )
the gunbox.exe to update the configurations
and a batchfile on the commandline to start my currency pairs  (e.g. "node 1000trades BTC_xxx")

Now with the new v3.x, the way I see the settings displayed, what used to be the setting for the 1000trades, is now the settings window for "step gain",
whereas the tab for the 1000trades settings, seems to be a simplified version

so where I used to run "node 1000trades BTC_xxx" in v2, do I now run "node stepgain BTC_xxx" or still "node 1000trades BTC_xxx" with the config files

Thanks


Pages: [1]