Bitcoin Forum
April 18, 2024, 09:22:07 AM *
News: Latest Bitcoin Core release: 26.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 ... 204 »
  Print  
Author Topic: 🔥🔥🔥🔥🔥[GUNBOT] Trading Bot with 136 exchanges available!!!🔥🔥🔥🔥🔥  (Read 507729 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.)
Hotmetal
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
March 16, 2017, 08:06:53 PM
 #821


Can we see the feature list for the new release? Wink
1713432127
Hero Member
*
Offline Offline

Posts: 1713432127

View Profile Personal Message (Offline)

Ignore
1713432127
Reply with quote  #2

1713432127
Report to moderator
1713432127
Hero Member
*
Offline Offline

Posts: 1713432127

View Profile Personal Message (Offline)

Ignore
1713432127
Reply with quote  #2

1713432127
Report to moderator
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713432127
Hero Member
*
Offline Offline

Posts: 1713432127

View Profile Personal Message (Offline)

Ignore
1713432127
Reply with quote  #2

1713432127
Report to moderator
okaynow
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


PGP 9CB0902E


View Profile
March 16, 2017, 08:42:40 PM
 #822

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

1PeecNu1J8VNKpgR13nasMZWLcMZrwNJfc
Gunthar (OP)
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 614


Liable for what i say, not for what you understand


View Profile WWW
March 16, 2017, 09:50:24 PM
 #823

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


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

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

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

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

████  ████  ████
████  ████  ████
         ▄█████▄ ▀██▄
       ▄███▀ ▐███▄ ▀██▄
     ▄███▀    █████▄ ▀██▄
   ▄███▀    ▄██▀  ▀██▄ ▀██▄
 ▄███▀    ▄██▀      ▀██▄ ▀██
███▀    ▄██▀    █▄    ███ ██
███    ███    ▄███    ███ ██
███▄    ▀███▄███▀    ▄███ ██
 ▀███▄    ▀███▀    ▄███▀ ▄██
   ▀███▄         ▄███▀ ▄██▀
     ▀███▄     ▄███▀ ▄██▀
       ▀███▄ ▄███▀ ▄██▀
         ▀█████▀ ▄██▀
eretron
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
March 16, 2017, 10:32:50 PM
 #824

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.







alinazik
Full Member
***
Offline Offline

Activity: 122
Merit: 100


View Profile
March 16, 2017, 11:43:26 PM
 #825



I just got the program. But I could not run it somehow please help
Gunthar (OP)
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 614


Liable for what i say, not for what you understand


View Profile WWW
March 17, 2017, 01:21:22 AM
 #826



I just got the program. But I could not run it somehow please help


uhm...it is up and running Cheesy

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

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

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

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

████  ████  ████
████  ████  ████
         ▄█████▄ ▀██▄
       ▄███▀ ▐███▄ ▀██▄
     ▄███▀    █████▄ ▀██▄
   ▄███▀    ▄██▀  ▀██▄ ▀██▄
 ▄███▀    ▄██▀      ▀██▄ ▀██
███▀    ▄██▀    █▄    ███ ██
███    ███    ▄███    ███ ██
███▄    ▀███▄███▀    ▄███ ██
 ▀███▄    ▀███▀    ▄███▀ ▄██
   ▀███▄         ▄███▀ ▄██▀
     ▀███▄     ▄███▀ ▄██▀
       ▀███▄ ▄███▀ ▄██▀
         ▀█████▀ ▄██▀
alinazik
Full Member
***
Offline Offline

Activity: 122
Merit: 100


View Profile
March 17, 2017, 01:28:18 AM
 #827



I just got the program. But I could not run it somehow please help


uhm...it is up and running Cheesy

He's not doing anything
Gunthar (OP)
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 614


Liable for what i say, not for what you understand


View Profile WWW
March 17, 2017, 01:31:27 AM
 #828



I just got the program. But I could not run it somehow please help


uhm...it is up and running Cheesy

He's not doing anything


It is caluclating prices: please use PM for support or join telegram group. In the post would be too long to assist you Smiley
THanks!

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

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

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

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

████  ████  ████
████  ████  ████
         ▄█████▄ ▀██▄
       ▄███▀ ▐███▄ ▀██▄
     ▄███▀    █████▄ ▀██▄
   ▄███▀    ▄██▀  ▀██▄ ▀██▄
 ▄███▀    ▄██▀      ▀██▄ ▀██
███▀    ▄██▀    █▄    ███ ██
███    ███    ▄███    ███ ██
███▄    ▀███▄███▀    ▄███ ██
 ▀███▄    ▀███▀    ▄███▀ ▄██
   ▀███▄         ▄███▀ ▄██▀
     ▀███▄     ▄███▀ ▄██▀
       ▀███▄ ▄███▀ ▄██▀
         ▀█████▀ ▄██▀
criptonauta
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile WWW
March 17, 2017, 07:23:17 AM
 #829

It works!

The support is great. The dev is very intelligent and listens to his public. I started with BTC1.426 on march 2nd and now a 1 BTC2.05  Grin

Couldn't have made a better choice.

https://docs.google.com/spreadsheets/d/1Np04mfTCoRC5Erj651C8gWP9whuJCZdukIGdYOWeKwI/pubhtml
soyab0007
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
March 17, 2017, 11:59:33 AM
 #830

It works!

The support is great. The dev is very intelligent and listens to his public. I started with BTC1.426 on march 2nd and now a 1 BTC2.05  Grin

Couldn't have made a better choice.

https://docs.google.com/spreadsheets/d/1Np04mfTCoRC5Erj651C8gWP9whuJCZdukIGdYOWeKwI/pubhtml

Ur capital is 57BTC?
criptonauta
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile WWW
March 17, 2017, 12:08:22 PM
 #831

Quote
Ur capital is 57BTC?

Nope, that is the trade volume  Tongue
okaynow
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


PGP 9CB0902E


View Profile
March 17, 2017, 03:59:47 PM
 #832

Pre-Release v.2.0b (Linux x86/x64) - Release name: "RUSSIAN ROULETTE"

It seems that my download link has the same files like the previous release, i can see a params file, and teh config file does not have the new parameters you described, can i have a link for the current release?

TIA

1PeecNu1J8VNKpgR13nasMZWLcMZrwNJfc
mu77aL
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250



View Profile WWW
March 17, 2017, 04:06:37 PM
 #833

0.1 btc is very high for me  Sad

Is there a possibility to get maybe a free try fro the 30 days?

kindly regards,
mu77al
MirkoIta
Legendary
*
Offline Offline

Activity: 1667
Merit: 1008


Stoned & Stranged


View Profile WWW
March 17, 2017, 04:46:41 PM
 #834

I purchased a license yesterday and just started 1 hour ago the bot, I will give a review of the first 24 hours running tomorrow. So far I must say the installation process is straightforward and took me 5 mins for it to be all set and ready (plus 10 mins to dowload Node.js). The telegram support chat is really active and I had replies to any doubt about bot configurations from Gunthar and Henkkaa in the matter of seconds.

ARE YOU LOOKING FOR AN ENGLISH TO ITALIAN TRANSLATOR? HIRE ME ON https://fivebucks.com/users/MirkoItalia            
     ONLY BITCOIN SV ACCEPTED
Gunthar (OP)
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 614


Liable for what i say, not for what you understand


View Profile WWW
March 17, 2017, 04:50:23 PM
 #835

(plus 10 mins to dowload Node.js).

You could have saved those 10 minutes: the bot is portable now, you dont need to install node anymore

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

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

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

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

████  ████  ████
████  ████  ████
         ▄█████▄ ▀██▄
       ▄███▀ ▐███▄ ▀██▄
     ▄███▀    █████▄ ▀██▄
   ▄███▀    ▄██▀  ▀██▄ ▀██▄
 ▄███▀    ▄██▀      ▀██▄ ▀██
███▀    ▄██▀    █▄    ███ ██
███    ███    ▄███    ███ ██
███▄    ▀███▄███▀    ▄███ ██
 ▀███▄    ▀███▀    ▄███▀ ▄██
   ▀███▄         ▄███▀ ▄██▀
     ▀███▄     ▄███▀ ▄██▀
       ▀███▄ ▄███▀ ▄██▀
         ▀█████▀ ▄██▀
okaynow
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


PGP 9CB0902E


View Profile
March 17, 2017, 04:54:48 PM
 #836

Pre-Release v.2.0b (Linux x86/x64) - Release name: "RUSSIAN ROULETTE"

It seems that my download link has the same files like the previous release, i can see a params file, and teh config file does not have the new parameters you described, can i have a link for the current release?

TIA

Disregard this, i found it, downloading now

1PeecNu1J8VNKpgR13nasMZWLcMZrwNJfc
criptonauta
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile WWW
March 17, 2017, 07:26:45 PM
 #837

Quote
Nice results, did you use 1000 trades or SuperGUN?


SuperGun
Gunthar (OP)
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 614


Liable for what i say, not for what you understand


View Profile WWW
March 17, 2017, 09:17:43 PM
 #838

Pre-Release v.2.0b (Windows 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 GUNBOT.EXE, configure the first pair, press START GUNBOT and then push the blue supergun button. 1000trades is available with the "PLAY" button instead.

Each open pair shows used configuration now

The bot now knows the price we bought and if you restart it or your internet goes down, it will sell at profit all your coins at start.

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 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 options available:

EMA1: 0.02,

EMA2: 0.04,

BUY_SMALL_PORTION:1, //you can adjust MAX BALANCE and force the bot to use lower amounts per trade: 0 is no trade, 0,5 is 50% of MAX BALANCE user per trade, 1 is 100% of MAX BALANCE used per pair. Default is !1

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

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

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

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

EMA1 and EMA2 match polo values now: set their values 0.02 and 0.04 with 15 minutes candlesticks and you will see same values than polo

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

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

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

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

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

████  ████  ████
████  ████  ████
         ▄█████▄ ▀██▄
       ▄███▀ ▐███▄ ▀██▄
     ▄███▀    █████▄ ▀██▄
   ▄███▀    ▄██▀  ▀██▄ ▀██▄
 ▄███▀    ▄██▀      ▀██▄ ▀██
███▀    ▄██▀    █▄    ███ ██
███    ███    ▄███    ███ ██
███▄    ▀███▄███▀    ▄███ ██
 ▀███▄    ▀███▀    ▄███▀ ▄██
   ▀███▄         ▄███▀ ▄██▀
     ▀███▄     ▄███▀ ▄██▀
       ▀███▄ ▄███▀ ▄██▀
         ▀█████▀ ▄██▀
Frost000z
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
March 18, 2017, 01:03:47 AM
Last edit: March 18, 2017, 01:26:56 AM by Frost000z
 #839

Cool. Now that the btc etf fiasco is over, going to get this new version going.

Has anyone traded any BTC/USDT or anything like that with this? Gun any recommendations on the tethers or if they are a good idea?

Edit: I am getting Error 422. Can't seem to get past it. Restarted and nothing.
Gunthar (OP)
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 614


Liable for what i say, not for what you understand


View Profile WWW
March 18, 2017, 01:26:35 AM
 #840

Cool. Now that the btc etf fiasco is over, going to get this new version going.

Has anyone traded any BTC/USDT or anything like that with this? Gun any recommendations on the tethers or if they are a good idea?

I coudnt ever get one single trade on T
Coins are behaving good instead. THis is my first day with the new release
https://docs.google.com/spreadsheets/d/1P1Cctl_0TzAbDQK-2yVNHuFVW2mTgPBKMw39atqzAKs/pubhtml

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

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

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

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

████  ████  ████
████  ████  ████
         ▄█████▄ ▀██▄
       ▄███▀ ▐███▄ ▀██▄
     ▄███▀    █████▄ ▀██▄
   ▄███▀    ▄██▀  ▀██▄ ▀██▄
 ▄███▀    ▄██▀      ▀██▄ ▀██
███▀    ▄██▀    █▄    ███ ██
███    ███    ▄███    ███ ██
███▄    ▀███▄███▀    ▄███ ██
 ▀███▄    ▀███▀    ▄███▀ ▄██
   ▀███▄         ▄███▀ ▄██▀
     ▀███▄     ▄███▀ ▄██▀
       ▀███▄ ▄███▀ ▄██▀
         ▀█████▀ ▄██▀
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 ... 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!