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

Pages: [1] 2
1
Gunthar, after our discussion on Telegram and your explanations, I have set the following in ALLPAIRS:

   MAX_LATEST_PRICES:100,
   MAX_LATEST_DIRECTIONS:30,
   MAX_LATEST_PRICES_TREND:100,

I am now getting "expected" percentages, here are percentages from the last 3 days trades:

4.15%
2.66%
4.82%
1.68%
10.56%
2.58%
7.93%
25.08%
3.12%
8.82%
3.42%
4.66%
9.06%
5.23%
2.59%
5.18%
7.76%
5.93%
4.89%
3.79%
6.55%
3.58%

Thanks a lot for your patience and your kind and detailed explanation, much appreciated !

Philippe "Clannad"

2
Hi all

I noticed I am changing very few parameters in each pair's config file, that's why I thought we could do the following:

Have ALL DEFAULT parameters in ALLPAIRS-params.js

If a parameter is present in the PAIR config file, it would OVERRIDE the default value set in ALLPAIRS

This way, we could even have some PAIRS config file just empty, if their config matches the default set in ALLPAIRS
Some other  pair config files would just have different values for strategy, BB values, BUY and SELL Levels

This would make the PAIRS config files much more simple, they would just contain the parameters we want different from ALLPAIRS's default

What do you think about this ?



3
It's a sticky, in the general forum part, might be good to keep an eye on that from time to time :p
https://gunthy.org/index.php?topic=352.0

I read this before installing gunbot 3.3

It says GAIN is a failsafe fallback, not an upper limit of earnings... still it acts like it is, and Sell Levels seems to have absolutely no effect

4
Hmm... I have set GAIN in ALLPAIRS to 5% (instead of 3%) and now I am getting percentages around 5% ^^

Gunthar could we please have more informations about that new Step-Gain algo, because for now it seems it just tries to sell at GAIN

Thanks

5
It's a new release, with a new algo playing with the actual sell level logic.
Thanks for your answer ! thats explains ... do ve have more details on how that algo works and how we can force Gunbot to not sell bellow a certain % ?

Iv'e noticed the bot double buying sometimes, seems to be a 422 error thou
I even had a triple buy, but they were not at same time: buy 1 at 09:35, buy 2 at 13:22, and buy 3 at 14:35

6
Hi Gunthar, and Hi all,

I wonder if there could be something wrong with the step-gain strategy, or me doing something wrong ?
It seems that whatever I set my Sell Levels to, Gunbot always sells around 2%

With Gunbot 2.04b using Step-Gain, I was tuning my Sell Levels for each pair according to their recent moves, and I was getting this kind of percentages:

3.57%
4.62%
2.81%
4.97%
12.28%
5.16%
6.00%
5.15%
4.67%
8.34%
4.16%
7.00%
13.43%
6.25%
3.08%
5.39%
13.02%
5.01%
26.52%
8.66%
9.39%
7.66%


I am using exactly the same strategy with Gunbot 3.3, running since 36 hours on ~15 pairs, and here are the percentages I am getting now:

3.16%
2.41%
1.82%
2.27%
2.46%
2.25%
3.44%
1.68%
1.59%
2.32%
1.80%
2.14%
1.94%
2.31%
1.60%
1.70%
2.16%
2.14%
2.12%

I have been observing closely Gunbot running, I saw it a few times sell at 2~3% whan the SellLevel 1 was 5% or 7%, and the price was still climbing, and it could have sold at the instructed percentage if it waited a little more...

Did anyone noticed the same issue or could have an explanation for it ?

Thanks all for any help, would be much appreciated
Clannad


7
I believe that it kills all the processes running from the window and then quit the screen session
Thanks for your answer :)
Well not exactly the kind of "smart" exit I am looking for ... but I guess there is no other way...

What were you looking for?

A way to tell the process to close himself, thus making shure we don't kill it while it is buying or selling, which could lead to corrupted/inaccurate save.json file

I even suggested an easy way to code this here: https://gunthy.org/index.php?topic=257.0

8
Technical Support & Development / Re: Gunbot Error Codes
« on: May 10, 2017, 03:19:03 PM »
=== ERROR ===statusCode 429


Temporary Ban from Exchange, because of too much API Requests by Bot.

- Reduce the Bot Wait Time and Error Wait Time in config File if you use many Coins to trade
- Open Less Coin-Pairs

I would rather increase those timings

9
Hi Everyone, Hi Gunthar,

There are cases where a "BUY NOW" feature would be really helpfull, it is when a pump starts and when we think price will keep getting higher, in such case Gunbot would never buy during the pump and thus we can miss great opportunities.

There were attempts for Gunbot to take into account manual buy orders but it didn't work, I can understand it is not easy for Gunbot to deal with manual orders, but it should be easy if Gunbot places a buy order himself upon request.

I thought about an easy way of coding this: Gunbot already watches for config files modifications. We could add a new parameter called "COMMAND" (for example) at the end of config file. By default this parameter would be empty.

Now if we want Gunbot to buy now, we could just set "COMMAND=BUY", Gunbot would notice the config file change, see we tell him to buy, it would then buy for the set amount of the coin and reset the COMMAND parameter to empty.

We could also use this parameter for other purposes, for example setting "COMMAND=STOP" would tell the bot to stop in a clean way, Gunbot would then reset the COMMAND parameter to empty, and EXIT, this is much better than killing the process.

There could be many other usefull uses for this COMMAND parameter I have not thinked about yet...

What do you think about it ?



10
I believe that it kills all the processes running from the window and then quit the screen session
Thanks for your answer :)
Well not exactly the kind of "smart" exit I am looking for ... but I guess there is no other way...

11
Well, before explaining further my idea, it seems many people didn't get that...

Buy Level 1 = 1
Buy Level 2 = 2
Buy Level 3 = 5
Buy Level = 3
= Buy Level 1 = 2
Buy Level 2 = 5
Buy Level = 2
 

...because even if you set 3 levels, gunbot only uses the two highest.

12
Hi Kuriso,

I gotta agree with you and looking for solutions to this bagholding issue...

Here's some decent suggestion to mitigate the problem:
https://gunthy.org/index.php?topic=223.0


13
Hi Doc,

I like the idea !  For myself I would prefer one of those two methods (technically they are equivalent because from % you can calculate price and vice-versa).

- dontbuy for: 10% (meaning that if it sold at 1.00000000 GUNBOT won't buy above 0.90000000)
or
- dontbuy for: 0.05000000 (meaning that GUNBOT won't buy above that value)

Let's see what Gunthar says about it ...

14
Nice work, thanks gionni for sharing this !

I'm especially interested with this part (you'll understand why if you read my latest post)

Stop:
Code: [Select]
screen -S $2 -X quit

Do you know in deep how screen stops a process associated with the window you quit ?

15
Hi all,

I'm working on a script that will run above Gunbot, and add some more controls. Basically the idea is to start the bots that have no Alts balance when Bitcoin is high and Alts are low, and stop the bots once they have sold and when Bitcoin is low and Alts are high.

I did this 'manually', cause I had to work on my PC for a few hours, and the result was great! Hence the idea for a script that would do the same automatically. I even consider storing pairs settings in a database, and alter them dynamically according to market conditions, and from these paramaters, create a new config file right before launching each pair.

I'm on Windows 10 64, I already know how to collect the indicators I need, and how to start a pair from a script.

The issue I have is stopping a bot. I'd like to stop them in a clean way (rather than just kill the process) to make sure I don't get corrupted save files. I have no clue about how to do this in a gunbot-friendly manner so any help or suggestion would be welcomed :)

Thanks and have a great sunday
Clannad

16
Hi evryone,

Gunthar, here's a "cosmetic" improvment suggestion

Actually Gunbot clears the consoles every ? minutes, but it does it right after displaying a new cycle. Which means the screen remains black for Bot Delay time until nex cycle is displayed.

When we have like 20+ pairs running, and check all tabs from time to time to make sure everything goes well, there are always 2 or 3 black screen, and we have to wait up to Bot Delay to know if it is a clear screen or if the bot crashed (which happens less and less, but still sometimes).

Could you please proceed to the clear screen just before displaying a new cycle ?

Thanks and keep on the great job !


17
The new version is working sweetly. Thank you!

Indeed it works like a charm. Thanks Gunthar for this great piece of software !

18
Windows Defender finds the folowing malware in the last release (PatchFix601)

Trojan: JS/Jorv.A!cl


19
Technical Support & Development / Found a litle glitch...
« on: April 30, 2017, 06:01:10 AM »
Hi Gunthar,

There's a misstype that appears in all BTC_XXX-save.json:

Quote from: BTC_XXX-save.json
"pirceToBuy3":null

20
can i ask you, why you dont use all three steps ?

Because if you define 3 levels, Gunbot only considers the highest two and ignores the first ones, so whatever we set we only need 2 levels


i think, maybe it is a good idea, to make only one window for all 4 strategies, where you can combinate and choose and combinate every setting .....
and with a saveable config-file (;

Hmm... 1000trades and Russian Roulette are really different strategies, I think they can't be combined with Step-Gain...

But %BB's would fit well in Step-Gain

Pages: [1] 2