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

Pages: [1]
1
Gunthar told me that restarting the pair should not have that effect but nevertheless I was seeing it.  I'll report back after installing the new version and letting it run for 500 cycles (which I also use as the default).

Edit: I spoke to Gunthar again and he stated that even a loss of one price point royally f***s up the standard deviation which is why the statistics have to start all over again for BB.

Guess this is just something i'm going to have to live with and hope Polo eventually starts providing additional statistics so this isn't needed.

2
Might have to figure out how to do that using pm2 on windows.  ;)

3
I have confirmed that when I restart all my pairs that this message comes back.  After 22 hours straight of running at some point in time they went away but as soon as I stopped and restarted all pairs, the message came right back.

4
Ok, today I had to restart half of my PM2 nodes because they got stuck while I was sleeping.  Teach me to sleep, right?   ::)

Some of them stopped around the same timestamp but really it was pretty random.

So, I'm thinking about implementing a node auto-restart every 2 hours.  Still... I would love to know if anyone else is having this issue?

5
Beginners & Help / Re: [TUT] How to Start all your coins at once
« on: April 22, 2017, 01:52:37 PM »
At first I thought that needed to be changed for each pair's config but I have found that not to be the case when setting up configs to run 20+ pairs at the same time.  The only things you should change in the config are:

1. Your API Key for whatever exchanges you are running
2. Your secret key for whatever exchanges you are running
3. BOT_MAX_LIFETIME - by default this is set to (1000*60)*60*24 which works out to 1000ms * 60 sec * 60 min * 24 hr ... so if you leave it like that the bot will run for a day... I recommend just adding *365 at the end so it will run for a year

6
From time to time, my pairs running on gunbot will get "stuck" on the collecting market data...  It will never finish a cycle and I have to kill and restart the cmd line window.  This happened in 2.04 when I was using supergun and is still happening now that i have moved to v3 and am using node.  I have experienced this running 3 pairs and also 20 pairs so it doesn't seem to be a volume thing.

It will do a couple of the plus signs and then just sit there.  Anyone else having this issue?

7
Beginners & Help / Re: [TUT] How to Start all your coins at once
« on: April 22, 2017, 06:54:10 AM »
Just a heads up that you're missing a critical last line of the config template in all your pre-packaged config files.

module.exports = config;

Otherwise, great tutorial with Sublime Text.  Been using it since v2.  :)

Pages: [1]