Pages:
Author

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

hero member
Activity: 1498
Merit: 614
Liable for what i say, not for what you understand
Release Candidate v.4.0.1_core - All oS - Poloniex/Bittrex/Kraken/Cryptopia - Code name "2nite"
@GuntharDeNiro GuntharDeNiro and @RaffaeleDonadono released this 3 minutes ago

Changelogs:

-Fix all reported bugs of v3.3.5
-Bump Kraken to 4.0.1
-Implement Cryptopia exchange
-Implement all v3.x strategies: BB,Gain,StepGain (v2.0.4 style), PingPong
-Implement Stop-loss
-Allowing users to disable BUY orders
-Implementing MIN_VOLUME_TO_BUY and MIN_VOLUME_TO_SELL to handle dust (if ever happens)
-If we have altcoin balance lower than minimum allowed amount: we buy
-Implementing a new trend watcher using TA lib
-Implementing new averaged buy price based on @BeerK0in formula. Thanks Beer K0in!

Config.js explanations and instructions:

Pairs format per exchange:

-poloniex: BTC_ETH, ETH_XMR, XMR_ETC, USDT_BTC
-Kraken: EOSXBT, DASHXBT, GNOXBT, BCHXBT all others are XLTCXXBT. Fiat are ZEURXXBT.
-Bittrex: BTC-ETH, ETH-LTC
-Cryptopia: SIGT_BTC, ETH_BTC, CHC_BTC

Possible strategies (format is buysell for mixed strategies and strategyname for pure strategies):

-bb (for Bollinger Band in both buy and sell)
-gain (for GAIN strategy in both buy and sell)
-stepgain (for SG strategy in both buy and sell)
-pp (for PingPong strategy in both buy and sell)
-bbgain (buy with BB and sell with gain)
-gainbb (buy with gain and sell with BB)
-bbstepgain (buy with bb and sell with stepgain)
-stepgainbb (buy with stepgain and sell with bb)
-bbpp (buy with BB and sell with PingPong)
-ppbb (buy with PingPong and sell with BB)
-gainstepgain (buy with gain and sell with stepgain)
-stepgaingain (buy with stepgain and sell with gain)
-gainpp (buy with gain and sell with PingPong)
-ppgain (buy with PingPong and sell with gain)
-stepgainpp (buy with stepgain and sell with PingPong)
-ppstepgain (buy with PingPong and sell with stepgain)

New Trend watcher (former supergun trend):

-it is active only in StepGain
-it is in a very short timeframe: looks at very latest 5 to 8 x 15 minutes candles
-It uses -DM and +DM from TA
-It is very useful to spot pumps (limited to the StepGain levels)
-It will be configurable after a short period of test from GBU clerks

Some example of configuration settings and their meaning:
Code:
"bb": {
    "BTC_TRADING_LIMIT": 0.01,
    "PERIOD": 15,
    "BUY_LEVEL": 0.1,
    "GAIN": 0.1,
    "HIGH_BB": 40,
    "LOW_BB": 40,
    "PANIC_SELL": false, //set this to true to sell all your altcoin at market price (set BUY_ENABLED: false)
    "DOUBLE_UP": true, //set this to false if you dont want to use the average down feature
    "STOP_LIMIT": 60, //In this case it will sell all your altcoins if the price reaches -60% from bought price
    "BUY_ENABLED": true, //set this to false to disable buy orders
    "MIN_VOLUME_TO_BUY": 0.001, //if you have dust, set this higher than your dust
    "MIN_VOLUME_TO_SELL": 0.001 //if you have dust, set this higher than your dust
}

Provided config.js file must stay untouched: do not delete variables (even if you think they are not useful), do not change names of variable. Just add yoru pairs and change your values. Everything in "Strategies" section can go in "Override" of the single pair.
To verify the validity of your config.js use this tool https://jsonlint.com/

SUGGESTED STRATEGY AND SETTINGS: once again the best performances (unless you are in GBU) come with pure BB at 40/40 or even better at 45/45 with or without DOUBLE_UP.

Thanks to @raffaeledonadono for his precious code contribution. Thanks to all users that patiently tested and reported bugs of previous versions.

Please report any bug immediately!!!
Thanks!
~Gun
full member
Activity: 146
Merit: 100
Is there any tutorial that explains how to run gunbot at raspberry pi 3? And also If I buy someone's licence from here, If I want to sell it am I able to? Or each license can be sold once?
Try to search here https://gunthy.org/index.php?board=2.0
U can resell u licence if u find buyer.

Well first I need to buy it from someone who wants to sell his license for bittrex. I checked gunthy form I guess it is about 0.06-0.07 but I never used escrow things in bitcoin. What should I take care when I buy second hand license? Is gunthar approves If person license valid or not before I buy it from license owner?
full member
Activity: 263
Merit: 101
Authorized Gunbot reseller > gunbot.vip
Is there any tutorial that explains how to run gunbot at raspberry pi 3? And also If I buy someone's licence from here, If I want to sell it am I able to? Or each license can be sold once?
Try to search here https://gunthy.org/index.php?board=2.0
U can resell u licence if u find buyer.
full member
Activity: 146
Merit: 100
Is there any tutorial that explains how to run gunbot at raspberry pi 3? And also If I buy someone's licence from here, If I want to sell it am I able to? Or each license can be sold once?
legendary
Activity: 1120
Merit: 1003
İ
Is there anybody who uses this product now actuel ?

 how is the profit rate in the current situation ?
 working healthy and if you give some information in this connection i think i would like to get very cheerful frankly i need to make some money

do you suggest what are your recommendations ? 10x

member
Activity: 109
Merit: 10
i dont know GUBOAT is good or not but i learned a lot from previous posts. Cheers
full member
Activity: 263
Merit: 101
Authorized Gunbot reseller > gunbot.vip
thanks for the response..
is it ok if i shoot some more questions?

1- what  u personally prefer for exchange ?-there are some fees for each exchange i assume.. and volume matters too
2- i read in start it was just ema crossover(have a bit of knowledge in trading tech) but now it is bb or some other stratgies as well .so what exact strategies are being used ? (gunhty.org is blocked in my office so cant go in there - a link to that will be helpfull)
3- some says i have few coins to wait for the price rise.. so how trading is managed by bot -buy at crossover and hold till opposite crossover or some fixed profit target ?
4- also does it close a trade in loss -- i mean if stop loss can be configured?
thanks
1. Im on polo and bittrex both.
2. About strategy u can read from 3.3.3 version its totaly new metod of bot work(use proxy plagin) https://gunthy.org/index.php?topic=687.0
3. You can to no choose those coins for bot trading.
4. There no stop loss options, but will be SECURITY_MARGIN:xx, // sell all balance if currency decreases x% after you bought it
newbie
Activity: 14
Merit: 0
thanks for the response..
is it ok if i shoot some more questions?

1- what  u personally prefer for exchange ?-there are some fees for each exchange i assume.. and volume matters too
2- i read in start it was just ema crossover(have a bit of knowledge in trading tech) but now it is bb or some other stratgies as well .so what exact strategies are being used ? (gunhty.org is blocked in my office so cant go in there - a link to that will be helpfull)
3- some says i have few coins to wait for the price rise.. so how trading is managed by bot -buy at crossover and hold till opposite crossover or some fixed profit target ?
4- also does it close a trade in loss -- i mean if stop loss can be configured?

thanks
full member
Activity: 263
Merit: 101
Authorized Gunbot reseller > gunbot.vip
Does anyone face issue with poloniex api, i am continuously getting error.  Cry

The errors come and go.  Sometimes I restart Gunbot, and sometimes this helps.  Usually its just Poloniex API being flakey. Its been really bad for the past few days, and was down almost a full day about 1 day after the bitcoin fork. I heard it was because of electrical storms back east, but that's only a rumor.  I think (but am not certain) that poloniex servers are in/near silicon valley.

Polo has been having some major issues over the past few days. Both with their API access and the website itself. It seems to be a lot better today according to a lot of my guys.

past few days? ...

mate - they have been having issues for MONTHS now ...

which is why we pulled our trading off poloniex for the these last few months - and focused on bittrex ...

bittrex have so few issues - it makes it look like they were built for bots ...

#crysx

hi all,

i am a newbie and just read few 100 posts from the start .. so please forgive me if i asks stupid questions..

so 1- if this bot still works on polo ?
2- how is the performance on bittrex?
3 which exchange is better out of 3?
4 anyone if can share the p/l over last few weeks?
thanks
1 Bot still works on polo, but polo sometimes down.
2 Bot works good on Bittrex(3.3.2 version recomented/3.3.6).
3 Everyone has his own tastes.
4 Not culculate =(
newbie
Activity: 14
Merit: 0
Does anyone face issue with poloniex api, i am continuously getting error.  Cry

The errors come and go.  Sometimes I restart Gunbot, and sometimes this helps.  Usually its just Poloniex API being flakey. Its been really bad for the past few days, and was down almost a full day about 1 day after the bitcoin fork. I heard it was because of electrical storms back east, but that's only a rumor.  I think (but am not certain) that poloniex servers are in/near silicon valley.

Polo has been having some major issues over the past few days. Both with their API access and the website itself. It seems to be a lot better today according to a lot of my guys.

past few days? ...

mate - they have been having issues for MONTHS now ...

which is why we pulled our trading off poloniex for the these last few months - and focused on bittrex ...

bittrex have so few issues - it makes it look like they were built for bots ...

#crysx

hi all,

i am a newbie and just read few 100 posts from the start .. so please forgive me if i asks stupid questions..

so 1- if this bot still works on polo ?
2- how is the performance on bittrex?
3 which exchange is better out of 3?
4 anyone if can share the p/l over last few weeks?

thanks
legendary
Activity: 2870
Merit: 1091
--- ChainWorks Industries ---
Does anyone face issue with poloniex api, i am continuously getting error.  Cry

The errors come and go.  Sometimes I restart Gunbot, and sometimes this helps.  Usually its just Poloniex API being flakey. Its been really bad for the past few days, and was down almost a full day about 1 day after the bitcoin fork. I heard it was because of electrical storms back east, but that's only a rumor.  I think (but am not certain) that poloniex servers are in/near silicon valley.

Polo has been having some major issues over the past few days. Both with their API access and the website itself. It seems to be a lot better today according to a lot of my guys.

past few days? ...

mate - they have been having issues for MONTHS now ...

which is why we pulled our trading off poloniex for the these last few months - and focused on bittrex ...

bittrex have so few issues - it makes it look like they were built for bots ...

#crysx
newbie
Activity: 11
Merit: 0
2 questions here:

1. Who's a good Gunbot Trader to follow?

2. I'm keen on buying a license from proven Gunbot Reseller/Trader that will provide with proven setting. Who would you recommend?
newbie
Activity: 52
Merit: 0
Does anyone face issue with poloniex api, i am continuously getting error.  Cry

The errors come and go.  Sometimes I restart Gunbot, and sometimes this helps.  Usually its just Poloniex API being flakey. Its been really bad for the past few days, and was down almost a full day about 1 day after the bitcoin fork. I heard it was because of electrical storms back east, but that's only a rumor.  I think (but am not certain) that poloniex servers are in/near silicon valley.

Polo has been having some major issues over the past few days. Both with their API access and the website itself. It seems to be a lot better today according to a lot of my guys.
newbie
Activity: 33
Merit: 0
Hi, i have a question...

Does Bittrex have a Stop Limit function like Poloniex does?  ...Is useful for manual trading.

Thanks!
hero member
Activity: 1708
Merit: 606
Buy The F*cking Dip
Does anyone face issue with poloniex api, i am continuously getting error.  Cry

We are also facing this issue but keep in mind that this is a problem solely from Poloniex' side (I guess  Roll Eyes ). Actually, your post is quite vague and it would be best to provide screenshot or error message that you are getting from Gunbot. Go to gunthy.org to check other solutions for your problem. It is a forum created for Gunbot users.
newbie
Activity: 35
Merit: 0
Does anyone face issue with poloniex api, i am continuously getting error.  Cry

The errors come and go.  Sometimes I restart Gunbot, and sometimes this helps.  Usually its just Poloniex API being flakey. Its been really bad for the past few days, and was down almost a full day about 1 day after the bitcoin fork. I heard it was because of electrical storms back east, but that's only a rumor.  I think (but am not certain) that poloniex servers are in/near silicon valley.
hero member
Activity: 896
Merit: 500
looks like poloniex is a scam now, so u might reconsider your bot for other site ...

Cant say it a scam, but yes there are some issues with websites, api, support not that good
hope it will get resolve soon
hero member
Activity: 826
Merit: 500
Does anyone face issue with poloniex api, i am continuously getting error.  Cry
legendary
Activity: 1218
Merit: 1001
When can we expect GUI version of Gunbot 3.3.5 version?
legendary
Activity: 1498
Merit: 1113
does anybody run this tool on OSX? Or on a raspberry pi?i only have these computers that are running 24/7.

macos is available for all versions headless without GUI like a linux boss
I have build on pi3 the current release candidate.

running on a pi3 would be great. but how can i test i without paying? as far as i know there are no test versions.
Pages:
Jump to: