Bitcoin Forum
April 24, 2024, 03:50:31 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 ... 204 »
  Print  
Author Topic: 🔥🔥🔥🔥🔥[GUNBOT] Trading Bot with 136 exchanges available!!!🔥🔥🔥🔥🔥  (Read 507752 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (6 posts by 1+ user deleted.)
traylorjonathan
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
March 24, 2017, 01:40:54 PM
 #901

I'm a new member. I just bought Gunbot. I'm excited to start trading.
1713930631
Hero Member
*
Offline Offline

Posts: 1713930631

View Profile Personal Message (Offline)

Ignore
1713930631
Reply with quote  #2

1713930631
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713930631
Hero Member
*
Offline Offline

Posts: 1713930631

View Profile Personal Message (Offline)

Ignore
1713930631
Reply with quote  #2

1713930631
Report to moderator
1713930631
Hero Member
*
Offline Offline

Posts: 1713930631

View Profile Personal Message (Offline)

Ignore
1713930631
Reply with quote  #2

1713930631
Report to moderator
Gunthar (OP)
Hero Member
*****
Offline Offline

Activity: 1498
Merit: 614


Liable for what i say, not for what you understand


View Profile WWW
March 24, 2017, 01:41:51 PM
 #902

Update Pre-Release v.2.0.1b (Linux x86/x64)

Changelogs:

    Fix error handling for sockets hang up: doesnt matter how much and how long Poloniex gets ddos'd, we use different ports at each call
    Fix missing update of Price to Buy
    Fix double buy orders if sell order is not correctly placed on book
    Implementing log.txt, err,txt and cleaning up console from all my debug messages
    Implementing dynamic speed of the bot: we need to be fast to sell, before the price goes down after a pump
    Implementng a retry speed when requests to poloniex fail a callback
    Implemented cycle restart when a call fails: this would prevent sockets hang up
    Introducing volume as a third indicator: we now use weighted average supporting EMA1 and EMA1
    Fix missed sell orders: sockets hang up prevented to fetch altcoin balance
    Code clean up

This version is pretty close to the final release and it has been tested in the worse condition of a Poloniex mitigated ddos attack. A special thanks to all that bugged me in the past days: keep reporting and dont worry if you dont see my answer, you will see it in this code.

How to start the bot:
1.- Create a clone of the BTC_XXX-config.js file included in the repo, for each pair you want to start.
2.- Run ./gunbot BTC_XXX

Please check the BTC_XXX-config.js, many changes on it:

var config = {
//-----------------------------------------------
// PRIMARY SETTINGS
//-----------------------------------------------
KEY: '',
SECRET: '',
GAIN: 1.5, // margin to sell when currency increases its value (example: sell when currency increases 2.5% of paid value)

BTC_TRADING_LIMIT: 0.01,// max amount of BTC balance to use for each pair   
SECURITY_MARGIN: 60, // sell all balance if currency decreases x% after you bought it
SELL_ON_START:false,   
CANCEL_SELL_ORDERS_ON_START:false,

MAX_LATEST_PRICES: 30,// limit of latest prices to analyze to determine if price is growing or falling
MAX_LATEST_DIRECTIONS:30,// limit of latest  price directions ,used in supergun detection

STARTEMA1: 0.02,// weighted average interval in hours
STARTEMA2: 0.04,// weighted average interval in hours
PERIOD: 15,   // candlestick period

SAVEFILE_SUFFIX: '-save.json',


//-----------------------------------------------
//   BOT TIMINGS
//-----------------------------------------------
BOT_SLEEP_DELAY:(1000)*13,// bot cycle delay (koef*sec)
BOT_MAX_LIFETIME:999999999,// overall bot lifetime(koef*min),
BOT_ON_FAIL_DELAY:(1000)*3, // bot repeat cycle delay if previous cycle failed  (koef*sec)
//-----------------------------------------------
// EMAIL
//-----------------------------------------------
ALERT_ON_NO_FUNDS:false,  // email on insufficcient funds
SMTP_EMAIL: '%40@gmail.com',
ALERT_EMAIL:'********',
SMTP_PASSWORD: '**********',
SMTP: true,
SMTP_PROTOCOL: 'SMTPS',
SMTP_HOST: 'smtp.gmail.com',


//-----------------------------------------------
//  DEBUG
//-----------------------------------------------
DEBUG_LOG:false,
I_REALLY_WANT_IT:true,// debug hardcode hack
BUY_SMALL_PORTION:1,// debug volume limiter,must be  1 > x > 0

//-----------------------------------------------
//  OUTPUT
//-----------------------------------------------
MAX_LATEST_PRICES_SHOWN: 0, // limit of latest prices to show in console.log
SHOW_LASTEST_DIRECTIONS:false,  // show chart in console
MAX_LATEST_DIRECTIONS_SHOWN:0, // chart height
LASTEST_DIRECTIONS_LIST_WIDTH:0, // chart width

//-----------------------------------------------
//   OTHER (might be deprecated/not in use)
//-----------------------------------------------
BTC_BALANCE: 2// btc balance for test purposes,

};

module.exports = config;

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

       ▄██▀ ▄█████▄
     ▄██▀ ▄███▀ ▐███▄
   ▄██▀ ▄███▀    █████▄
 ▄██▀ ▄███▀    ▄██▀  ▀██▄
██▀ ▄███▀    ▄██▀      ▀██▄
██ ███▀    ▄██▀    █▄    ███
██ ███    ███    ▄███    ███
██ ███▄    ▀███▄███▀     ███
██▄ ▀███▄    ▀███▀    ▄███▀
 ▀██▄ ▀███▄         ▄███▀
   ▀██▄ ▀███▄     ▄███▀
     ▀██▄ ▀███▄ ▄███▀
       ▀██▄ ▀█████▀
████
████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████

████  ████  ████
████  ████  ████

████  ████  ████
████  ████  ████
████
████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████

████  ████  ████
████  ████  ████

████  ████  ████
████  ████  ████
         ▄█████▄ ▀██▄
       ▄███▀ ▐███▄ ▀██▄
     ▄███▀    █████▄ ▀██▄
   ▄███▀    ▄██▀  ▀██▄ ▀██▄
 ▄███▀    ▄██▀      ▀██▄ ▀██
███▀    ▄██▀    █▄    ███ ██
███    ███    ▄███    ███ ██
███▄    ▀███▄███▀    ▄███ ██
 ▀███▄    ▀███▀    ▄███▀ ▄██
   ▀███▄         ▄███▀ ▄██▀
     ▀███▄     ▄███▀ ▄██▀
       ▀███▄ ▄███▀ ▄██▀
         ▀█████▀ ▄██▀
surface
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
March 24, 2017, 02:15:39 PM
 #903

Hello

Which is the minimum HW required for a VPS?

384Mb/500Mhz will do. 512Mb will let you run a solid amount of pairs.
surface
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
March 24, 2017, 03:12:31 PM
 #904

Hello

Which is the minimum HW required for a VPS?

384Mb/500Mhz will do. 512Mb will let you run a solid amount of pairs.
I don't see a reason why you'd settle for that bad of a VPS. Even Amazon free tier VPS is better than that, coming with 1gb ram and a more powerful CPU (I think).

Well, a person asked for the min and that's about a min. Also, amazon free tier isn't "forever free" though.
There are way cheaper solutions for a purpose like this Wink
Bitshire Hashaway
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
March 24, 2017, 11:45:37 PM
 #905


 I wanted to try the manual trade before I buy the bot. I have couple of questions.

 I have done everything you talked about on trading part, there is a green one and there is a red one. The lines are still there tough, I don't know which one is red and which one is green. Which color should I buy and which color should I sell?
Gunthar (OP)
Hero Member
*****
Offline Offline

Activity: 1498
Merit: 614


Liable for what i say, not for what you understand


View Profile WWW
March 24, 2017, 11:46:42 PM
 #906


 I wanted to try the manual trade before I buy the bot. I have couple of questions.

 I have done everything you talked about on trading part, there is a green one and there is a red one. The lines are still there tough, I don't know which one is red and which one is green. Which color should I buy and which color should I sell?

in your opinion which one is high and which one is low

       ▄██▀ ▄█████▄
     ▄██▀ ▄███▀ ▐███▄
   ▄██▀ ▄███▀    █████▄
 ▄██▀ ▄███▀    ▄██▀  ▀██▄
██▀ ▄███▀    ▄██▀      ▀██▄
██ ███▀    ▄██▀    █▄    ███
██ ███    ███    ▄███    ███
██ ███▄    ▀███▄███▀     ███
██▄ ▀███▄    ▀███▀    ▄███▀
 ▀██▄ ▀███▄         ▄███▀
   ▀██▄ ▀███▄     ▄███▀
     ▀██▄ ▀███▄ ▄███▀
       ▀██▄ ▀█████▀
████
████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████

████  ████  ████
████  ████  ████

████  ████  ████
████  ████  ████
████
████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████

████  ████  ████
████  ████  ████

████  ████  ████
████  ████  ████
         ▄█████▄ ▀██▄
       ▄███▀ ▐███▄ ▀██▄
     ▄███▀    █████▄ ▀██▄
   ▄███▀    ▄██▀  ▀██▄ ▀██▄
 ▄███▀    ▄██▀      ▀██▄ ▀██
███▀    ▄██▀    █▄    ███ ██
███    ███    ▄███    ███ ██
███▄    ▀███▄███▀    ▄███ ██
 ▀███▄    ▀███▀    ▄███▀ ▄██
   ▀███▄         ▄███▀ ▄██▀
     ▀███▄     ▄███▀ ▄██▀
       ▀███▄ ▄███▀ ▄██▀
         ▀█████▀ ▄██▀
Bitshire Hashaway
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
March 25, 2017, 12:07:11 AM
 #907


 Well it looks like green is good and red is bad. Altough I made that up because red is debt and green is dollars Cheesy not because of looking at a chart, I have no clue how charts works Cheesy

 The only thing resembling my decision is that, when its green it keeps going high after that for a while, when its red it goes lower for a while.

 Seriously, those are the only things I could think of, I am not a great at trading tbh Cheesy
Gunthar (OP)
Hero Member
*****
Offline Offline

Activity: 1498
Merit: 614


Liable for what i say, not for what you understand


View Profile WWW
March 25, 2017, 12:13:21 AM
 #908

Patch fix issue #91 (Linux x86/x64)
 Changelogs:
 Fix failed to load correct bought price for json saved state)
 Fix (!!!!!!!!!!!no altcoin) issue when Poloniex isnt sending the correct balance
 no confing changes

 Please report any bug immediately!
 Thanks!





~snip

You got it bro!

       ▄██▀ ▄█████▄
     ▄██▀ ▄███▀ ▐███▄
   ▄██▀ ▄███▀    █████▄
 ▄██▀ ▄███▀    ▄██▀  ▀██▄
██▀ ▄███▀    ▄██▀      ▀██▄
██ ███▀    ▄██▀    █▄    ███
██ ███    ███    ▄███    ███
██ ███▄    ▀███▄███▀     ███
██▄ ▀███▄    ▀███▀    ▄███▀
 ▀██▄ ▀███▄         ▄███▀
   ▀██▄ ▀███▄     ▄███▀
     ▀██▄ ▀███▄ ▄███▀
       ▀██▄ ▀█████▀
████
████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████

████  ████  ████
████  ████  ████

████  ████  ████
████  ████  ████
████
████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████
████  ████  ████

████  ████  ████
████  ████  ████

████  ████  ████
████  ████  ████
         ▄█████▄ ▀██▄
       ▄███▀ ▐███▄ ▀██▄
     ▄███▀    █████▄ ▀██▄
   ▄███▀    ▄██▀  ▀██▄ ▀██▄
 ▄███▀    ▄██▀      ▀██▄ ▀██
███▀    ▄██▀    █▄    ███ ██
███    ███    ▄███    ███ ██
███▄    ▀███▄███▀    ▄███ ██
 ▀███▄    ▀███▀    ▄███▀ ▄██
   ▀███▄         ▄███▀ ▄██▀
     ▀███▄     ▄███▀ ▄██▀
       ▀███▄ ▄███▀ ▄██▀
         ▀█████▀ ▄██▀
Bitshire Hashaway
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
March 25, 2017, 12:14:20 AM
 #909


 So I should buy when its red or green?
Bitshire Hashaway
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
March 25, 2017, 12:27:57 AM
 #910


 Also, I wanted to join telegram but it gives error. Most probably invite hash expired since the first posts. Would you please let me (and anyone else who wants to join) know how we can join the telegram group.
m33
Legendary
*
Offline Offline

Activity: 1064
Merit: 1000


Never invest with borrowed coins


View Profile WWW
March 25, 2017, 01:10:32 AM
 #911

Hi , Mr Gunther , I see you bot doing well many pages , can't read all . I need info , can you bot trade on other exchange like btc-e , kraken and poloniex at the same time , or do I need 3 copy's of the bot ? Do you have an affiliate program? Thanks

Bullion (CBX) ◢◤Clients
CRYPTOBULLION.IO
█▄
█████▄
████████▄
███████████▄
██████████████
███████████▀
████████▀
█████▀
█▀












YOUR DIGITAL PRECIOUS METAL 
PoSP | BNP Masternodes | 65 Second block time
Bullion MarketPlace












Cryptopia | NovaExchange |
Coinbook |













████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████

████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████
surface
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
March 25, 2017, 02:52:25 AM
 #912


 So I should buy when its red or green?

Colors don't matter. You should buy when you have a cross of those two lines.
And sell when those lines cross again but this time they are higher than your initial cross (the one where you bought).

Example: https://www.screencast.com/t/VamsRlOxEc3E
Bitshire Hashaway
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
March 25, 2017, 08:51:12 AM
Last edit: March 25, 2017, 09:09:17 AM by Bitshire Hashaway
 #913

 Awesome, thank you surface.

edit : also, I saw one more buy at the end there, http://hizliresim.com/P00pnb, right there, is it correct? is that a buy?
MoonJeina
Sr. Member
****
Offline Offline

Activity: 652
Merit: 250


Make winning bets on sports with Sportsbet.io!


View Profile
March 25, 2017, 10:42:50 AM
 #914

Awesome, thank you surface.

edit : also, I saw one more buy at the end there, http://hizliresim.com/P00pnb, right there, is it correct? is that a buy?

In my opinion, yes. That is a buy.

   ▄▄██████▄▄
  ████████████
███▄▄
 ██████████████▀▀▀██▄
████████████████   ▀██▄
████████████████     ▀██
██████████████       ██▌
██████████████        ▐██
██▌▀▀██████▀▀         ▐██
▐██                   ██▌
 ██▄                 ▄██
  ▀██▄             ▄██▀
    ▀██▄▄▄     ▄▄▄██▀
      ▀▀█████████▀▀





███████████████████████████
███████████▀▀         ▀▀███
████████▀   ▄▄██▄  ▀█▄  ▀██
██████▀  ▄████████▄  ▀█  ██
████▀  ▄██████▄▀  ██▄    ██
███▀  ██████▄▀  ▄▀████▄  ██
██▀  █████▄▀  ▄▀██████  ▄██
██  ▀███▄▀  ▄▀███████  ▄███
██    ▀██▄▄▀███████▀  ▄████
██  █▄  ▀████████▀  ▄██████
██▄  ▀█▄  ▀██▀▀   ▄████████
███▄▄         ▄▄███████████
███████████████████████████
███████████████████████████
████████▀▀       ▀▀████████
█████▀   ▄ ▀███▀ ▄   ▀█████
████  ▄████▄ ▀ ▄████▄  ████
███  ▄ ▀███▀ ▄ ▀███▀ ▄  ███
██  ▄██ ▀▀ ▄███▄ ▀▀ ██▄  ██
██  █▀ ▄█ ███████ █▄ ▀█  ██
██   ▄███▄ █████ ▄███▄   ██
███  ████▀ ▄▄▄▄▄ ▀████  ███
████  ▀ ▄ ▀█████▀ ▄ ▀  ████
█████▄  ▀▀▄ ███ ▄▀▀  ▄█████
████████▄▄       ▄▄████████
███████████████████████████
████████     INDUSTRY LEADING BITCOIN SPORTSBOOK     ████████
LIVE
STREAMING
DAILY PRICE
BOOSTS
LIVE DEALER
CASINO
FAST & SECURE
PAYMENTS
███████████████████████████
████████▀▀       ▀▀████████
█████▀  ▄█▄  ▀  ▄▄   ▀█████
████  ▄  ▀    ▀█████▄  ████
███  ▀█▀   ▀█▄   ▀▀██▄  ███
██  ▄    █▄  ▀██▄▄  ▀█▄  ██
██  █▀ ▄  ▀█▄  ▀███▄  ▀  ██
██    ▄██  ▀██▄  ▀███▄   ██
███  ▀████  ▀███▄  ▀█▀  ███
████  ▀████  ▀████▄    ████
█████▄   ▀▀█▄  ▀▀▀   ▄█████
████████▄▄       ▄▄████████
███████████████████████████
███████████████████████████
████████▀▀ █████ ▀▀████████
█████▀    ▄█████▄    ▀█████
██████▄▄█▀▀ ▄▄▄ ▀▀█▄▄██████
███▀███▀ ▄███▀███▄ ▀███▀███
██   █ ▄██▀     ▀██▄ █   ██
██   █ ██         ██ █   ██
██   █ ▀██▄▄█ █▄▄██▀ █   ██
███▄███▄ ▀██▄▄▄██▀ ▄███▄███
██████▀▀█▄▄ ▀▀▀ ▄▄█▀▀██████
█████▄    ▀█████▀    ▄█████
████████▄▄ █████ ▄▄████████
███████████████████████████





[.
WIN WITH US!
]
DocD
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
March 25, 2017, 11:18:01 AM
 #915

I'm a new member. I just bought Gunbot. I'm excited to start trading.
I'm new as well. And would love to get involved.  How did you get yours?
surface
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
March 25, 2017, 12:00:23 PM
 #916

Awesome, thank you surface.

edit : also, I saw one more buy at the end there, http://hizliresim.com/P00pnb, right there, is it correct? is that a buy?

Yes, as MoonJeina mentioned before, that's also a sweet spot to make a bet.
I excluded it from the example as there was no visual representation on where would it lead us though, but good job spotting it!

I'm new as well. And would love to get involved.  How did you get yours?

Search it on bitify.
elgi76
Member
**
Offline Offline

Activity: 124
Merit: 10


View Profile
March 25, 2017, 06:15:06 PM
 #917

hi,

how long time the order for buy stay on place ? more than 10 min now and price go up.

http://postimg.org/image/ctrocwh8p/
http://postimg.org/image/qopyvdbnt/
elgi76
Member
**
Offline Offline

Activity: 124
Merit: 10


View Profile
March 25, 2017, 06:55:03 PM
 #918

hi,

how long time the order for buy stay on place ? more than 10 min now and price go up.

http://postimg.org/image/ctrocwh8p/
http://postimg.org/image/qopyvdbnt/
The bot doesn't delete open orders, so it will stay there until it gets filled.

and the new range of price is up, my money is blocked on this order ?!!!
Red_Sanford
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
March 25, 2017, 07:28:29 PM
 #919


 Also, I wanted to join telegram but it gives error. Most probably invite hash expired since the first posts. Would you please let me (and anyone else who wants to join) know how we can join the telegram group.

I would like to join the telegram as well. Are licenses still available ?

TRAVELCHAIN
  Make a trip of your dreams!   
▄██▄███████▄░░░░░░░░░░░░░▄███████▄██▄
▀██▀█████████▄░░░░░░░░░▄█████████▀██▀
░░░░░░░░░░░░▀███▄░░░░░▄███▀░░░░░░░░░░░░
░░░░░░░░░░░░░░▀███▀░▄███▀░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░▀░▄███▀░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░████░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░████░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░████░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░████░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░████░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░████░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░▄██▄░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░▀██▀░░░░░░░░░░░░░░░░░░
=
  SmartTravelling ecosystem 
[ Twitter ]   [ Facebook ]   [ Medium ]
▬▬▬  [ Website ]   [ Whitepaper ]  ▬▬▬
[ Instagram ]   [ Telegram ]   [ Youtube ]
 
khandeskhans
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
March 25, 2017, 08:26:22 PM
 #920

Bonjour, je suis nouveau sur ce forum. Le gunbot est interessant. J aimerai le tester. Il faut contacter par MP l auteur pour l acheter si j ai bien compris? Merci pour ce forum instructif
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 ... 204 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!