Author

Topic: 🔥🔥🔥🔥🔥[GUNBOT] Automatic Poloniex Profit Generator🔥🔥🔥🔥🔥 - page 164. (Read 508168 times)

full member
Activity: 156
Merit: 100
So, I have been usiing bot for the last 25days, and just wanted to share my experience with it.

For the first few days, it was still an older version using 1000Trades strategy, and with me just started using bot it was a bit confusing to figure out what I should and what should not do, so I was a bit afraid so bot was given total of 0.01 BTC to operate with. It all went well, no negative sells, only gains...

A few days later a Supergun version was released, and to me it was much clearer how it operates, and how to set up... As I felt more confident I have started increasing amount of BTC that bot was operating with, ending with total of 0.5BTC

I never had any negative experience with bot, together with absolutely amazing support from Gunthar, who was more than helpful with explaining and helping in any way possible, I was starting to get really nice profits...

All I can say is that bot payed for it self more then double for the ~25 days of usage, and that I find amazing...

The other thing I can confirm, is that from all that users that are using this bot, I have not heard nothing but good words for how the bot behaves, and the way that Gunthar treats his customers... Really top notch

Just for the sake of confirmation, I'll attach some screenshots of the bot trades during last 20ish days...

Once again, I am really happy for deciding to buy this bot.

BTW, new version was just released, will update how the new one is performing.






hero member
Activity: 1498
Merit: 614
Liable for what i say, not for what you understand
Pre-Release v.2.0b (Linux x86/x64) - Release name: "RUSSIAN ROULETTE"

This release is a complete refactor of the previous code, based on async. This should handle all poloniex errors, ports communications, disconnections and all other issues. Please note: the previous code was the real Russian Roulette as it randomly buy 10x the amount we set in configs and was loved by traders because generated 10x profit Smiley- If you still want to use the old version, take care of your old folder and unzip this new one in a fresh new brand-

Changelogs:

GUNBOT is now portable: just grab the gunbot file and the configs and you dont need to install node anymore: run it with ./gunbot , with args being coin pairs like old way

deprecated params.js we now have one config.js file: you can make one config file per pair by renaming it like BTC_XMR-config.js and then pass the args on command line, it will pick up the right configuration

implementing async calls to wait for poloniex to send us the value we want: if errors happen, the bot will handle them and start a new iteration

implementing colors and some snippets on console: supergun trend is now graphically exposed in console and you can follow MAX LATEST PRICE and see the reasons why the bot doesnt buy or doesnt sell yet

new config.js file, not all values are used, i'm going to explain only used ones (this is a pre-release and i will cleanup after some debugs and before the release tag):

  COINS_PAIR:   'BTC_ETC',
KEY: '',
SECRET: '',
SMTP: false,
SMTP_EMAIL: '*@gmail.com',
SMTP_PASSWORD: '',
SMTP_PROTOCOL: 'SMTPS',
SMTP_HOST: 'smtp.gmail.com',
// margin to sell when currency increases its value (example: sell when currency increases 2.5% of paid value)
GAIN: 1,

MAX_BALANCE is now DEPRECATED: see MAX_ALTCOINS_BALANCE

// sell all balance if currency decreases x% after you bought it
SECURITY_MARGIN: 60,

TIME_DELAY_PRICE: is DEPRECATED, we use iterations now, see BOT_SLEEP_DELAY

// minimum volume to be a good currency to trade (used in daily recommendations)
MINIMUM_VOLUME_GOOD_CURRENCY: 500,

// minimum variation between low and high price to suggest to trade
MINIMUM_VARIATION_SUGGEST_TRADE: 5,

// EMA interval in hours
STARTEMA1: 2,

// EMA interval in hours
STARTEMA2: 4,

//candelstick period   
 PERIOD: 15,
// max value (in BTC) of altcoin we want to buy per each trade
MAX_ALTCOINS_BALANCE: 0.01,

// bot cycle delay (koef*sec) per iteration (in this example it is 120 seconds)
BOT_SLEEP_DELAY:(1000)*120,

// overall bot lifetime(koef*min), we can tell the bot to stop after a while: use same formula than BOT SLEEP DELAY. In this example it will never stop
BOT_MAX_LIFETIME:999999999,

// must be  1 > x > 0 : we can trigger MAX ALTCOIN with this: 0.5 is 50%
BUY_SMALL_PORTION:1,

// limit of latest prices to analyze to determine if price is growing or falling
MAX_LATEST_PRICES: 100,

// limit of latest prices to show in console.log
MAX_LATEST_PRICES_SHOWN: 10,

  //should we graphically show price direction
SHOW_LASTEST_DIRECTIONS:true,

  //limit of latest directions to graphically represent
MAX_LATEST_DIRECTIONS:30,

 //limit of latest directions shown on console
MAX_LATEST_DIRECTIONS_SHOWN:10,

  //widht(scale) of latest directions list
LASTEST_DIRECTIONS_LIST_WIDTH:15,

  //do not change this: it is used to save bot state on restart
SAVEFILE: '-save.json',

  //do not change this: when you restart it will pick last buy price and place sell order at profit
SELL_ON_START:true

some security bugs fixed: if you hack this with a not registered license, it will randomly sell at loss all your coins

A special thank to all users that contributed to debug old code and create yet another great release. A special thank to Henkkaa and Sweeet for their enthusiastic contribution to the forum, the support group and for helping us to keep up our morale

Please report any bug immediately!!!
Thanks!
~Gun

hero member
Activity: 546
Merit: 500
PGP 9CB0902E
Looking forward to the new release, hopefully the network hanging will be resolved.

Gunthar, i know you said many times that there's a support group on Telegram, but there;s a lot of us who dont do Telegram.

I for one, dont like all those apps that want to have my phone number, and Telegram is one of those.
Would you consider setting up a suppport thread, if you dont want to fill this one with support requests? Or maybe an IRC channel?

On topic, i downloaded the bot on march 3rd and funded its account with BTC0.99. Today it is march 16th and this screenshot is the outcome.

Keep in mind, there was a lot of downtime those twelve days. Still the bot paid back what i spent to acquire it, and now is making profits.
I had it running mostly on 1000trades, and my settings were the default, with the exception on MAX GAIN that i had set to 1.8, LAST TRADES were set to 350.

I can upload the trade history if any data cruncher wants to analyze it and tell us more.

Thanks again Gunthar
sr. member
Activity: 378
Merit: 250
hero member
Activity: 1498
Merit: 614
Liable for what i say, not for what you understand
It seems I need another laptop for this if I still want to continue my manual trades. Its possible to use Polo with 1 accnt in 2 laptops?

It is a question of balance: dont use the same balance with bot and manual trading.
hero member
Activity: 1050
Merit: 508
It seems I need another laptop for this if I still want to continue my manual trades. Its possible to use Polo with 1 accnt in 2 laptops?
hero member
Activity: 1498
Merit: 614
Liable for what i say, not for what you understand
legendary
Activity: 2955
Merit: 1049
Please put reconnection!

If you are out of the pc and the internet falls, it was already the profits

thank you

reconnection

yes please
today I have seen that my bot has worked last time

2017/03/13
(3 days ago)  Shocked

TIA Smiley
sr. member
Activity: 588
Merit: 250
Is anyone else not seeing the moderate/aggressive trading style options when launching GunBot?
It is the old user interface, it had changed now and the Instructions will be updated soon.


Thanks, can i start using the bot now or should i wait for the update?



Since gun has said he will be issuing a new update, then I think it is better if you waited for the update. So when you update you don't have to restart your bot and disrupt the flow of things and when bad things happen you might blame the bot. Just to be safe with your trading. Or you can clarify this with gun.
hero member
Activity: 1498
Merit: 614
Liable for what i say, not for what you understand
@all that are still waiting to receive the bot: there is an ongoing release today so be patient, useless to send you old code. I will send you directly the new one in the next hours.
Thanks!
newbie
Activity: 1
Merit: 0
Hello, can I get a trial license?
Thanks.
newbie
Activity: 51
Merit: 0
Hey guys,

I would like to create a chat group with active participants who are interested in optimizing indicators, parameters and pairs, potentially do some backtesting etc.

I would like for the group members to add value and collaborate and benefit from each others knowledge without inactive participants.

If you are interested to join please send me a pm.

Good luck trading.
hero member
Activity: 1498
Merit: 614
Liable for what i say, not for what you understand
~snip
Ty buddy, the bot still needs a lot of work, community over telegram group is awesome at helping with debugs and new ideas. That's and extra!!!




1. A little sugesstion: In our Post (3#) you explained EMA 1 and 2. Can you write which color ist 1 and which 2? i know it has little meaning, but it would be nice.
Woudnt matter anyway: they have same formula but different period of time

2. You stated that one pair takes about 20k RAM. That's 20Kilobyte, right? So if use for example 3 Pairs it would be 60 Kilobyte? So if i have a very small server with 128 MByte RAM. I could do hypothetical around 6400 pairs? Sorry for the stupid question, but i am a little confused about that.
It is not like that indeed Cheesy Actually, after all the refactors and imporvements it takes about 40k for each node instance. Consider other processes are running too. Actually i'm able to run about 10-12 pairs in a 1gb on windows and over 14 pairs in 512mb digitalocean ubuntu box.

3. On your 4# Post the last picture refers to
Quote
"Do not trade with GUNBOT on surging coins or just premined coins: for example ZEC or dormant coins that just awakened to the moon: trade them manually"
    right? Which timescale is on this pictures, may i ask? You wrote something about 48hours in your previous posts?
it was an example just to indicate the level of trust of a coin: if you trade a coin that had gone +238% in the past 2 hours, you could easily expect it to go -348% in the next minutes Wink

4. Let's say the Gunbot is running and i put some extra money BTC or XMR in the wallet of Poloniex. Would these confuse the Bot or will he still take 10% and continue his work? And what would happen with the XMR? Do i have it to trade it manually or will the bot "take" some of the pool? (I think not, because there is no "buy-price" to compare it, right?)
the bot would automatically take the change of balance you deposit

5.
Quote
Windows AWS VPS as a service

I can provide on demand Amazon VPS with Windows+GUNBOT pre-installed with monthly fees related to Amazon costs. It would be useful to run the GUNBOT 24/7 if you cant run it 24/7 at home. PM me for more details.
~Gun

Quote
Did you mean VPS? In that case, Amazon Web Services has you covered. They offer 1 year of free VPS, that will run GUNBOT with no problems.(#836)


Can i get this? Because i will eventually buy a small "home server" anyway, thus there would be no need for a "paid" VPS in the beginning.
of course you can: new users at amazon aws get 1 year of free tiers. My service is for those users that cant get the free tiers or cant use a credit card to register at amazon

6. And as already mentioned. Your link regarding Telegram doesn't work.
That group is actually closed to bot owners only




Please put reconnection!

If you are out of the pc and the internet falls, it was already the profits

thank you
Done! Next update will take care of that. Thanks for reporting. Please dont use the forum post for support requests tho, join the support group on telegram. Thanks!




@Gunthar Telegram link not working for me. I am using web version. Also want to know how to pay for the bot in case I want to buy?

Telegram group is reserved for bot owners only. You can still add me there @GuntharDeNiro
newbie
Activity: 2
Merit: 0
 Cool
I read all the pages to make sure that everything is fine!) (Spent 24 hours).
- When buying a bot I was sure of its efficiency!
- having bought it I was convinced of it!
- it works!

- - - - - - - - - - - - - - - - - - - - - -
I'll post reports!)
- - - - - - - - - - - - - - - - - - - - - -
Thank you GuntarDeNiro!!! Cool
newbie
Activity: 7
Merit: 0
@Gunthar
Hello,

First, thank you for your interesting tutorial. I feel me much smarter now. Wink


i am now very interested in this program, but i have some (stupid) questions about that.


1. A little sugesstion: In our Post (3#) you explained EMA 1 and 2. Can you write which color ist 1 and which 2? i know it has little meaning, but it would be nice.

2. You stated that one pair takes about 20k RAM. That's 20Kilobyte, right? So if use for example 3 Pairs it would be 60 Kilobyte? So if i have a very small server with 128 MByte RAM. I could do hypothetical around 6400 pairs? Sorry for the stupid question, but i am a little confused about that.

3. On your 4# Post the last picture refers to
Quote
"Do not trade with GUNBOT on surging coins or just premined coins: for example ZEC or dormant coins that just awakened to the moon: trade them manually"
   right? Which timescale is on this pictures, may i ask? You wrote something about 48hours in your previous posts?

4. Let's say the Gunbot is running and i put some extra money BTC or XMR in the wallet of Poloniex. Would these confuse the Bot or will he still take 10% and continue his work? And what would happen with the XMR? Do i have it to trade it manually or will the bot "take" some of the pool? (I think not, because there is no "buy-price" to compare it, right?)

5.
Quote
Windows AWS VPS as a service

I can provide on demand Amazon VPS with Windows+GUNBOT pre-installed with monthly fees related to Amazon costs. It would be useful to run the GUNBOT 24/7 if you cant run it 24/7 at home. PM me for more details.
~Gun

Quote
Did you mean VPS? In that case, Amazon Web Services has you covered. They offer 1 year of free VPS, that will run GUNBOT with no problems.(#836)


Can i get this? Because i will eventually buy a small "home server" anyway, thus there would be no need for a "paid" VPS in the beginning.

6. And as already mentioned. Your link regarding Telegram doesn't work.

Thank you very much.
newbie
Activity: 20
Merit: 0
@Gunthar Telegram link not working for me. I am using web version. Also want to know how to pay for the bot in case I want to buy?
hero member
Activity: 1498
Merit: 614
Liable for what i say, not for what you understand
Why he buys in this way?



Splòit of the order in micro orders in the stop loss strategy

Anyway please join the telegram support chat: this topic is not meant for support.
Thanks!
full member
Activity: 161
Merit: 100
legendary
Activity: 1667
Merit: 1008
Stoned & Stranged

Hi Mirko ( I'm from Ita too  Wink ), in 5 days, to be precise, I gained 0.00212563 BTC, or 5% of my invested capital.
I'm on 3 pair.

- BTC/ETH
- BTC/DASH
- BTC/XMR ( this pair only is in Supergun mode )

It's a little profit, I know, but considering the small initial capital it's a great result imo.
Consider also that profit is made without any intervention from me ( obviously excluding the initial configuration and the choice of the pair on which to operate ), and for me this is a great thing....while I'm working in my office, the Gunbot work for me from home....I love it!  Grin Grin

Hope this help in your choice

Hey Cyperh thank you for your feedback it is very much appreciated. Regardless the small capital you started with I think 5% gains in 5 days is still a great result.

newbie
Activity: 9
Merit: 0
Thanks Gun!!!
I bought the software and tested for a week with a capital of 0.04 BTC.... just a word....wonderful !!
My personal recommendation: let GunBot do your job, do not be greedy, and nothing will go wrong  Grin Grin Grin
Great work Gun

If you don't mind to share it,how much you gained in that week starting with 0.04 BTC? I am keeping an eye on the bot and I am thinking about buying it.


Hi Mirko ( I'm from Ita too  Wink ), in 5 days, to be precise, I gained 0.00212563 BTC, or 5% of my invested capital.
I'm on 3 pair.

- BTC/ETH
- BTC/DASH
- BTC/XMR ( this pair only is in Supergun mode )

It's a little profit, I know, but considering the small initial capital it's a great result imo.
Consider also that profit is made without any intervention from me ( obviously excluding the initial configuration and the choice of the pair on which to operate ), and for me this is a great thing....while I'm working in my office, the Gunbot work for me from home....I love it!  Grin Grin

Hope this help in your choice
Jump to: