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

Pages: 1 [2] 3 4 ... 11
21
General Discussion / Re: So Far the Gunthy token is killing me
« on: March 28, 2019, 10:14:48 AM »
Hi guys easy solution: PM me your wallet address and one of your registered api keys, first time they need to be registered. I'll monitor the reseller activity to understand why he didnt solve this issue for you yet. Thanks for reporting!

22
General Discussion / Gunbot v12.8.9
« on: March 17, 2019, 04:39:49 PM »
Gunbot v12.8.9 Stable, next airdrop, users ranks and candies!
- Fix an old standing bug that would block telegram messages if GUI was disabled. Thanks @Bestairdrops
- Fuck yeah! Fix Huobi connection timeouts!!!
- Fix "undefined is not a function" error at Huobi. Thanks Lexx790
- Fix TV triggers being processed twice. Thanks @CrazyMop
- Change wiki link. Thanks @boekenbox
- Fix an issue that would prevent to swap exchanges on API slots. Thanks @boekenbox
- add CANCEL_ONCAP setting in cancel orders tab: if set to true it uses legacy cancel orders on cycle cap. Thanks @tandyuk
- Provide ARM build
- GUNTHY token not mandatory yet but HIGHLY suggested to update to this release as this will be the latest before we switch to full blockchain. Your console is showing you how many tokens you need to run your license: please use a not IDAX wallet for this as your tokens might join a pool at exchanges and your bot would stop to work.
https://github.com/GuntharDeNiro/BTCT/releases/tag/1289

Over telegram groups it is available the file of the next airdrop I'll run in the next hours, if you didnt receive enough tokens to run your license AND your wallet is not in that file, please harass your reseller URGENTLY and ask them to correctly register your wallet at our license server.

 About user's rank and why it is there:
https://docs.google.com/spreadsheets/d/e/2PACX-1vQrkJPbcJUOyNaukSYUvD94f0sYEhddF7A2wiE9nOY2v2DS7-YbR7R75KQRgJVBWS02DKYlkX9JVQLF/pubhtml
It is my intention to reward our best users with always more features and entertaining software
If your wallet address is on top 20 points rank, you will receive special bonuses and unlock some features in our products:
1.- you will have access to bitRage
2.- you will be part of beta testing for the new native backtesting tool
3.- you will receive a Market Makers bot to use on any Gunbot supported exchanges and receive fees rebates
4.- you will be part of a special group for serious discussions about Gunbot strategies and tuning learning
5.- more to come....
What are requirements we looking for to get in the top 20 rank:
1.- we look how many tokens you hold
2.- we look how many tokens you need to run your license
3.- we look negatively to tokens dumpers
4.- we look to other community contributions you might give on a personal base (not related to wallet addresses privacy)
Thank you all and keep up the great participation: we aim to build the perfect money machine!
~Gun

23
General Discussion / GUNTHY token celebration day
« on: February 10, 2019, 05:50:31 PM »
Only a few hours before IDAX.pro will open trading of our token. You have still time to claim your GUNTHY tokens:

1.- GUNTHY tokens needed to run your Gunbot: just configure latest v12 with your GUNTHY address and all of your api keys, you will get 1000GUNTHY for each licensed api key
2.- GUNTHY tokens extra airdrop: ongoing in a few hours before IDAX.pro open trading, if you are correctly running your Gunbot and holding 1000GUNTHY for each licensed api key you will receive same amount of GUNTHY you can use to trade at IDAX.pro.

Hurry up and startup your Gunbot v12 with your GUNTHY wallet!!!

Read more here: https://idax.zendesk.com/hc/en-us/articles/360022680771-IDAX-will-open-GUNTHY-deposit-withdrawal-and-trading

24
General Discussion / Gunbot v12 with BITMEX and GUNTHY token
« on: February 04, 2019, 01:05:11 AM »
Gunbot v12 - with BITMEX included
(and GUNTHY token)
I've released Gunbot v12 with BITMEX support for both testnet and main website of Bitmex.
You can get your copy from one of the resellers listed here:

https://github.com/GuntharDeNiro/BTCT/wiki/Resellers



This version includes GUNTHY wallet:



Our organization as an incorporated company is starting to collect details about our customers that lost funds at Cryptopia, in order to organize a class action against them. I will publish detailed instructions at https://gunthy.org/forum stay tuned. The legal class action is totally free for Gunbot users, if other Cryptopia users that are not Gunbot users want to join, they are welcome. I'll post soon at our forum above.



Enjoy!
~Gun

25
In order to possibly handle dumps more "efficiently", I would have liked the current constant DU_BUYDOWN percentage to become a formula or series:

For instance, proposing that you should have 4 modes of DU_BUYDOWN

CONSTANT:  As currently implemented, ie DU_BUYDOWN=constant

FIBONACCI:  Using the Fibonacci series for the DU_BUYDOWN(n)=DU_BUYDOWN(n-1)+DU_BUYDOWN(n-2), it should result in the following series
DU_BUYDOWN1=1
DU_BUYDOWN2=2
DU_BUYDOWN3=3
DU_BUYDOWN4=5
DU_BUYDOWN5=8
DU_BUYDOWN6=13
.........

QUADRATIC:  Using the formula for DU_BUYDOWN(n)=a*n^2+b*n+c, with n the number of time you have bought down and a, b and c user selectable constants.  For example if a=1, b=0, c=1 it will provide for the following DU_BUYDOWN(n) series:
DU_BUYDOWN1=2
DU_BUYDOWN2=5
DU_BUYDOWN3=10
DU_BUYDOWN4=17
DU_BUYDOWN5=26
DU_BUYDOWN6=37

as a special case of this QUADRATIC mode will result in a linear solution when a=0, for instance when selecting a=0, b=1, c=1:
DU_BUYDOWN1=2
DU_BUYDOWN2=3
DU_BUYDOWN3=4
DU_BUYDOWN4=5
DU_BUYDOWN5=6
DU_BUYDOWN6=7


EXPONENTIAL:  Using the formula of DU_BUYDOWN(n)=a*b^(n-c), with n the number of time you have bought down and a, b and c user selectable constants.  For example if a=1, b=2, c=1 it will provide for the following DU_BUYDOWN(n) series:
DU_BUYDOWN1=1
DU_BUYDOWN2=2
DU_BUYDOWN3=4
DU_BUYDOWN4=8
DU_BUYDOWN5=16
DU_BUYDOWN6=32
.........

These last two provide for a lot of flexibility (some might argue too much) and should accommodate most if not all styles.

The advantage you (might) have using the non-contant DU-BUYDOWN values is that when dumps are occurring, you (might) have some funding left over to purchase the double ups when reaching the bottom.

This is a good case imo, fibonacci are already in gunbot I will implement this in v13. I will also make a dedicated strategy with fibonacci, thinking about buy at each retracement up and selling at each retracement down, giving the user the option to select what % of capital to sell at each retracement line.
Thoughts?

26
General Discussion / GUNTHY token and Xmas offers
« on: December 24, 2018, 12:02:56 PM »
Some news:

- Today is Gunbot second Birthday: as a special Thank you to the entire community, i announce a new born in our Gunthy family, the GUNTHY token. There will be no ICO and we will distribute GUNTHY token to all our users with a special airdrop. GUNTHY token is an ERC20 token and in the next days i will announce exchanges you will be able to trade it. GUNTHY token will add monetary value to your Gunbot license, take it as my personal GB Birthday gift to each one of you. Happy Xmas!
Smart contract: https://etherscan.io/token/0x3684b581db1f94b721ee0022624329feb16ab653
Very short white paper as we dont really need long white papers: https://gunthy.org/GUNTHY_WP_LOWRES.pdf

- Since yesterday Gunbot official resellers started the Xmas promo: 50% off discount for all Gunbot packages. Get your discount here: https://gunthy.org/forum/index.php/topic,1241.0.html

27
General Discussion / Gunbot v11.7.6 Stable (patch release 906)
« on: November 27, 2018, 08:45:06 PM »
- Fix multiple issues with RT process
- Fix multiple issues with DU process
- Fix multiple issue with HUOBI api calls
- Fix issues with FillOrKill orders
- Fix Portfolio Value being zero for some users (especially emotionless)
- Fix multiple issues with KEEP_QUOTE, MULTIPLE_BASE
- code cleanup and improved GUI performances
- provide ARM build
- Fix Binance sales errors
- Instructions: please notice GAIN_PROTECTION has been renamed to DOUBLE_CHECK_GAIN. Please correct your config.js or use the GUI to switch on/off that new setting and get it added

28
all custom strats has been fixed

29
Technical Support & Development / Re: RaspberryPi ARM.ZIP V10
« on: November 24, 2018, 11:35:42 AM »
The ARM build for v11 is out in beta room: ask your reseller to get it.
I will publish it in Elite group and on Github soon as we are done patching some bug fixes.
~Gun

32
General Discussion / 50% discount from Black Friday till Cyber Monday
« on: November 22, 2018, 09:20:18 PM »


50% discount an all Gunthy products from Black Friday to Cyber Monday.

Head up your reseller or PM me to get your deal!!!

33
General Discussion / Gunbot v11 - The way I run it.
« on: November 15, 2018, 03:51:06 AM »
GUNBOT v11 - The way I run it...



So, this is the time of the year again we try to look backward at what happened in the past months. Bitcoin price is very different from over 1 year ago when I wrote the previous article Gunbot v3 - the way I run it but surely for all the past months we all got stuck with Bitcoin in our minds, its price, hopes (and faith) we all have on it. Again thank you Satoshi Nakamoto: you changed our life!
So did Gunbot: changed a lot since past year, the above picture is just an attempt to show you the new user interface. Gunbot has become the preferred tool of over 10k traders that use it daily, not only to automate their strategies, but to check prices, to do manual trading, to keep alive their connection with their portfolio from mobile, while they are out of office/home. Gunbot has become the "STARGATE" for our entire portfolio: doesnt matter how many exchanges you spread your capital over, Gunbot resumes them all and gives you a unique portal to operate all over the exchanges from one place.

Personally I have changed my trading style as well, as Gunbot changed and gave me more possibilities: I dont like to wait anymore, I have no patience, long EMA/BOLLINGER BANDS waiting didnt fill my time anymore (lol).
And I got bored to be sad during downtrends and happy when BTC moons. So I implemented some more exciting tools in Gunbot, I am going to explain how to use:

SCALPING (not for real): I've read the scalping strategies and I've tried manually but there was always something I didnt like. I'm greedy, I'm jealous of my bags, I hate them when they come in my wallet but then I suffer the moment to sell them: I'm always afraid to sell too early! "Use a stop loss" I been told...I dont like it...."Use Dollar Cost Average then" I've been scolded....too slow and too much capital...
I needed something fast but with the same effect of Dollar Cost Average, I needed something strong like a Stop Loss but that woudnt let my bags gone forever...not until there was a profit. So look at this:




I start with something simple but very effective on buy side: a very little spread of just 0.1 from lowest EMA as "Buy level" to make my Gunbot able to buy very fast as the price tries to go down, but I add a little cherry: "Take Buy". What is Take Buy: take buy is something that will buy anyway, despite the % I would like to buy dip. Bossy? Nope, it's smarter than it seems: say I want to buy when the price reaches 2% below lowest EMA; say the price is going down and it reaches 1.8% down the lowest EMA; if I didnt have the take buy option and the price would go up, I would have missed a buy opportunity right? Not with "Take Buy" enabled: it would buy as the price reverses, even if it didnt reach the % I wanted! No missing buy opportunity! Another cherry: what if the price goes below 2% from lowest EMA? Would it buy immediately and then surprise me because the price went down 4% from lowest EMA and I did buy too high? Not with "Take Buy" enabled: once it reached the % you set in Buy level, it will wait the price going even lower and it will wait until price trend reverses up: then it will buy! BAM! bought at 4% below lowest EMA even tho I had 2% set!

Fine let's go further, the sell side:




Again I like simple things: just a 0.1% above Averaged Bought Price because I have no patience, I want to see my balance growing fast. But 2 considerations here:
- Isnt 0.1% too low and cause a loss because we need to pay fees? Nope: that's a net 0.1% minimum profit, Gunbot calculates fees, calculates Averaged Bought Price and returns a price to sell with a net value.
- Hey...what is that Take Profit? Same than Take Buy? YES: say I want to sell with a 2% profit; say the price goes up till 1.8% and then reverses back and goes down to the hell.....would you miss such an opportunity? I dont: Take Profit will sell anyway and despite I wanted to have 2% minimum profit! 1.8% is better than a bag....isnt it?
Ok: what about if price wants to go up 3% instead? Take Profit will wait....and wait.....till price reverses...BAM! Price went up to 2.2% and then reverted: we got 2.2% of profit even tho we expected 2%
I been asked: how long is it able to wait....can I ride pumps with this? Nope: this works with prices, not with indicators, a single price might indicate Gunbot a price reversal and Gunbot wont risk too much your capital: it will sell. There are more complex strategies and indicators in Gunbot if you want to ride a pump. There are MACD, STOCH, STOCH RSI, EMASPREAD, ICHIMOKU, ADX, ATRTS.....use them if you want to do something more complex (and if you dont know much about that, dont forget your reseller is always ready to explain you how to get max optimization of your indicators and strategies. List of authorized resellers here).
Ok now what? What if market conditions creates a bag after we bought? Should we give up and use stop loss? Nah....I'm greedy remember? Should we use Dollar Cost Average and invest double of capital? Nah....I cant recommend that to my dad..he would kill me....(lol).
We will do something more Guntharish, look here:


Ahhh yes you are right that's Dollar Cost Average...but wait, let's look at it more deeper: if we use a tight stop loss like pure scalper would do, say at 0.5% or 1%, it would liquidate my bag soon as it goes down by 0.5/1%.
Ok i dont want that, I trust my shitcoin, I want to keep trying: let's say I want to buy more soon as the price goes down by 0.5/1% from the bought price. I set something new in Gunbot: DU METHOD 0.5. It indicates Gunbot will buy more coin soon as the price drops by 0.5% from original price. But....should I invest doubled capital for this? Nope: look at DU CAP: 0.2; it indicates it will only buy 20% of our initial capital and would put a little effort (only 20%) and average down our purchase price. Fine! We invested way less than normal DCA and we lowered our Averaged Bought Price, we didnt use stop limit so we now still holding our coins and they just became cheaper! What now? What if the price keeps going down? That's fine look at DU Buydown setting: say the price goes down further of another 0.5%, Gunbot would buy again a little portion of our initial capital: 20% (again by DU Cap settings). And so on...the more the price deeps, the more we buy in little portions that will not burn all of our capital and will lower and lower our purchase price! So, you got the reason why in sell side I use tight % as well? That's completely up to you but hey...I tell you....in a bearish market I want to be able to sell at ANY possible profit and get rid of my bag ASAP: 0.1% profit with "Take Profit" enabled!
There is another little thing I like of Gunbot: there is a setting in "Misc Settings" called "Count Sell": you will find the default at 99 just to make it look like it is disabled but what if a pair gives you PITA and after a good DCA process you sell at profit and you say thanks God, dont make me trade that shitcoin again in my life? Use Count Sell: set it to 1. It will keep going with the actual DCA process and soon as it sells it at a profit it will disable that pair in Gunbot and it will not trade it again, unless you decide to enable it again!
It will look like this in your pairs list;



Fine that's it! Dont get scared by fancy (or not) interface or hundreds of settings in Gunbot: you can start easy and straight forward and you can keep playing with Gunbot interface as you learn technical indicators and observe their behaviour.
For example I asked the GUI developers to put something in our charts: the Ichimoku indicator. It looks weird and complex yes but I have at a glance the entire history of that coin and I can make visual decisions pretty much immediately. Ichimoku got everything you need of a pair: the past, the present and the future. Yes it looks weird on the charts and possibly not so noob friendly but let me do something with you, the same I did with my beloved Auntie: I thaught her to look at ichimoku in 10 minutes!






Looks better? Looks more familiar now? Try it on your chart: I cant stop using ichimoku anymore since I've seen how many things it tells me about the pair I'm trading, so go ahead and start to read about indicators one by one by one and check over Gunbot interface what they tell you about your pair, and with time you will be able to decide if include that indicator in yoru strategy or not.

The complete Gunbot guide is on our wiki and it is updated live as we add features, new implementations and bugs fixes

Ok guys, Gunbot v11 is out, there is Huobi integration with a special deal: if you are an existing Gunbot user you can have it for free under certain conditions (PM me or your reseller for details), if you are a new customer you can have it with 50% discount under certain special and exclusive conditions.

Also:
- We are adding Bitmex for next release so stay tuned as the magic of margin trading at Bitmex has begun.
- There is a special deal for Bitmex too: if you buy Gunbot now, you get Bitmex for free soon as it comes out for v12 (before Xmas)
- Cryptosight, the Gunthy telegram bot to control your Gunbot over telegram, is now compatible with Gunbot v11: if you didnt get it already, talk with your reseller and get it now!
- We got backtesting with Allanster Deluxe Tuner: all Gunbot strategies (but RT and DU) are now 100% compatible with Allanster Deluxe Tuner and you can now send alerts directly to Gunbot and make it execute trades based on Allanster Tuner
- Bitstamp, Bleutrade and other 121 Exchanges are coming in Gunbot one by one by one...over 10k guys are already in our groups....
What you waiting for...click on my name and send me a PM: I will introduce you to our community!

~Gun
[/size]

34
General Discussion / GUNBOT V10.7.2 - Stable release
« on: September 23, 2018, 11:22:04 PM »
Gunbot v10 stable release
Supported exchanges: Poloniex, Bittrex, Kraken, Cryptopia, Bitfinex, Coinbase Pro, Binance, Kucoin (coming soon exchanges: Bitmex, Huobi, Bleutrade, 1Broker)


Available add ons: Tradingview, Cryptosight, Allanster Deluxe Tuner and Backtesting tool






New features

  • Completely new GUI: integrated in the main Gunthy executable: easier installation, easier settings management, easier pair management, dashboard with portfolio overview, detailed charts, manual trading, 2FA & more!
  • KuCoin support: Gunbot now supports trading at KuCoin.
  • Faster pair cycling: cycling got over 40% faster. Parallel cycling for pairs from multiple exchanges in one Gunbot instance.
  • Much improved Reversal trading: full rework of how reversal trading works for various strategies, now enabling you to keep on accumulating after the market first drops then goes sideways. Airdrop is now depreciated.
  • New strategies: Average Directional Index, Average True Range Trailing Stop, Bollinger Bands (TA), EMA spread, Time series analysis. Previously beta strategies are now considered stable: MACD, MACDH and SMA cross.
  • Freely combine any strategy: all strategies can now be freely combined for buying and selling, including Emotionless, Ichimoku and previously custom strategies.
  • New balance options: Option to set trading limit as a percentage, option to keep an amount of quote when selling.
  • New confirming indicators: ADX, EMASPREAD, StochRSI.
  • New triggers for Stochastic and RSI: both can now be used in oscillator or cross mode.
  • Valid P/L calculations for each pair: daily, weekly and monthy stats available. Separate P/L stats for reversal trading.
  • Disable/enable pairs: trading pairs can now be disabled without removing them from your configuration, they won't cycle until reenabled.
  • Improved RSI calculation: tuning RSI calculation to get closer to values at exchanges and TradingView.
  • Separate period settings for all indicators: all indicators now have their own period settings, removing the dependency on SMAPERIOD.
  • Kumo sentiments for Ichimoku: choose if trades with Ichimoku are allowed to take place below/under Kumo.
  • Xtrend tuning: the trendwatcher for Stepgain got tuned to behave less laggy.
  • Take Buy / Take Profit: introducing a way to also buy and sell when prices came close to strategy entry or exit points.
  • Test Telegram notifications: after setting up Telegram notifications you can now send a test message.
  • Confirm orders via Telegram: you can optionally confirm if Gunbot should place specific orders via Telegram.
  • TradingView add-on improvements: implementing TV_MVTS and an option to use all available base balance for each buy order. Margin positions on Poloniex can now be closed with an alert. Better handling of mixed automatic/manual trading. Mixed mode for trading with TradingView alerts and Gunbot strategies simultaneously.
  • Migrate GDAX to pro.coinbase.com: API keys for GDAX remain valid for Coinbase Pro. Trades on Coinbase Pro are placed as post only orders.
  • Logs: each trading pair now generates a single logfile that is easier to read. Built-in logrotate keeps log size to a minimum.
  • Wiki: almost completely rewritten. Added Portuguese language.


Bugfixes

  • Fix P/L calculation in Telegram notifications.
  • Mitigate "Timeout" issue.
  • Fix issue preventing orders for low satoshi valued coins.
  • Various fixes for the TradingView add-on, notably improved handling of multiple incoming orders with TradingView add-on.
  • Fix buying/selling behavior on previously custom strats like SMACROSS, EMASPREAD and MACD.
  • Fix locked funds.
  • Save trailing limits so they don't get lost on restarts.
  • Using max array length to calculate indicators in case exchanges send less candles then expected.
  • Literally hundreds of other bugfixes.

DEMO

How to Buy

Get support
  • You can get support at your reseller or directly PM me in this forum or at Gunthy Support Team on Telegram.

Contributors
  • Gunthar (Lead Developer)
  • @raffaeledonadono (Core Developer)
  • @yashspatel (GUI Developers)
  • @medeeiros (Autoconfig Developer)
  • @boekenbox (Wiki and documentation Manager)
  • Lauda/D.Kitty (https://gunthy.org and https://gunthy.org/forum Manager)
  • @dante2333 (Cryptosight project Manager)
  • @allanster (Deluxe Tuner Developer)
  • @exquitas @narkotix @orolob Gunthy Support Team
  • All guys and girls at Gunthy Beta Room in Telegram: the real brain of Gunbot!

Projects we like and support:


A special thanks to all people that get my daily yelling and support this project in the good and in the bad: we aim to build the perfect money machine and we surely "Never give up!"
~Gun

35
General Discussion / Gunbot XT Edition v.8.0.3
« on: January 27, 2018, 12:07:48 AM »

    Gunbot + Gunthy GUI + Cryptosight (with new supported exchange: CEX.io)
             (based on Gunbot v8.0.3 stable release)

    What's new in v8.0.3:
    https://github.com/GuntharDeNiro/BTCT/wiki/New-in-803

    Complete documentation:
    https://github.com/GuntharDeNiro/BTCT/wiki

    A special thank you to all gunpapa boys from the beta testers group: without them we woudnt be able to speed up development like this. To all developers for their commitment and the art of their code.

    GUNBOT XT EDITION PACK for new customers
    - Gunbot XT Edition core + Gunthy GUI+1 exchange + Cryptosight : 0.056[BTC]
    - Gunbot XT Edition core + Gunthy GUI+ALL EXCHANGES+TRADINGVIEW + Cryptosight : 0.106[BTC]
    - Gunbot Lite Edition core + Gunthy GUI+1 exchange+Cryptosight : 0.026[BTC]

    GUNBOT XT EDITION UPGRADE PACK (for existing customers)
    - 1 exchange+Cryptosight : 0.028[BTC]
    - ALL EXCHANGES+TRADINGVIEW+Cryptosight : 0.053[BTC]

    Standalone/supported plugins/platforms (for customers that dont want to purchase Cryptosight bundles):                                                            
    • Gunbot+GUI+1 exchange: 0.1[BTC]
    • Poloniex Exchange: 0.05[BTC]
    • Bittrex Exchange: 0.05[BTC]
    • Kraken  Exchange: 0.05[BTC] (no Cryptosight available)
    • Cryptopia Exchange: 0.05[BTC] (no Cryptosight available)
    • Bitfinex Exchange: 0.05[BTC] (no Cryptosight available)
    • Binance Exchange: 0.05[BTC]
    • CEX.io Exchange: 0.05[BTC]
    • TradingView Alerts Plugin: 0.05[BTC] (to execute your own strategy)
    • Cryptosight: 0.006[BTC] (to monitor GB instances - for existing Gunbot customers standalone Cryptosight is 0.003[BTC])
                       

    Complete documentation: Gunthy Wiki
    Dedicated forum Gunthy forum
    Official Resellers list Gunthy Agents
    Follow us on Twitter https://twitter.com/Gunbot_Official

    Contributors:
    • @GuntharDeNiro: lead developer
    • @medeeiros: GUI lead developer
    • @raffaeledonadono: core developer
    • @ekynox: GUI developer
    • @yashspatel: Exchanges developer
    • @boekenbox: Documentation
    • @Dante2333: Web and forum design
    • @moxii @jrc0x0 @Dante2333: Cryptosight developers
    • @exquitas and @Narkotix: Customer Care Service
    • @GrumpyKitty (Lauda) (Wife): Gunthy Forum Admin
    • The big guys of Gunthy Beta Testers group @Telegram: we aim to build the perfect money machine, Thanks!

    Gallery:

    - - -  

    [/list]

    36
    General Discussion / Gunthy CS Edition (with Cryptosight)
    « on: January 07, 2018, 10:55:19 AM »


                                                    Gunbot + Gunthy GUI + Cryptosight
                                                              (based on Gunbot v7.0.2 stable release)

      I'm proud to announce the Gunthy family is now enriched with a new awesome tool: Cryptosight.

      What's Cryptosight
      Cryptosight is a Telegram bot made for Gunbot traders to monitor Bittrex, Poloniex and Binance instances. All other supported exchanges are being added, until we will monitor them all. This Gunbot monitor comes packed with many cool features and customizable options.

      Features

      - Server-side application
      - Custom keyboard
      - Quickly fetch your balance in BTC
      - Trading alerts with profit display
      - Detailed display of your portfolio
      - Detailed overview of your pairs
      - Individual or overall profit calculations
      - Set custom time range
      - Automatic conversions to your chosen fiat currency
      - View your trade history through Telegram
      - Toggle exchanges with a single click
      - Switch between light and dark themes!
      - Manual trading buttons

      Cryptosight is available for all new and existing customers in a special bundle:

      CS PACK for new customers
      - Gunbot XT Edition core + Gunthy GUI+1 exchange + Cryptosight : 0.056[BTC]
      - Gunbot XT Edition core + Gunthy GUI+ALL EXCHANGES+TRADINGVIEW + Cryptosight : 0.106[BTC]
      - Gunbot Lite Edition core + Gunthy GUI+1 exchange+Cryptosight : 0.026[BTC]

      CS UPGRADE PACK (for existing customers)
      - 1 exchange+Cryptosight : 0.028[BTC]
      - ALL EXCHANGES+TRADINGVIEW+Cryptosight : 0.053[BTC]

      Standalone/supported plugins/platforms (for customers that dont want to purchase Cryptosight bundles):                                                            
      • Gunbot+GUI+1 exchange: 0.1[BTC]
      • Poloniex Exchange: 0.025[BTC]
      • Bittrex Exchange: 0.025[BTC]
      • Kraken  Exchange: 0.025[BTC] (no Cryptosight)
      • Cryptopia Exchange: 0.025[BTC] (no Cryptosight)
      • Bitfinex Exchange: 0.025[BTC] (no Cryptosight)
      • Binance Exchange: 0.025[BTC]
      • TradingView Alerts Plugin: 0.025[BTC] (to execute your own strategy)

      • Cryptosight: 0.006[BTC] (to monitor GB instances)
                        

      Complete documentation: Gunthy Wiki
      Dedicated forum Gunthy forum
      Official Resellers list Gunthy Agents
      Follow us on Twitter https://twitter.com/Gunbot_Official

      Contributors:
      • @GuntharDeNiro: lead developer
      • @medeeiros: GUI lead developer
      • @raffaeledonadono: core developer
      • @ekynox: GUI developer
      • @yashspatel: Exchanges developer
      • @boekenbox: Documentation
      • @Dante2333: Web and forum design
      • @moxii @jrc0x0 @Dante2333: Cryptosight developers
      • @exquitas and @Narkotix: Customer Care Service
      • @GrumpyKitty (Lauda) (Wife): Gunthy Forum Admin
      • The big guys of Gunthy Beta Testers group @Telegram: we aim to build the perfect money machine, Thanks!

      Gallery:

      - -



      [/list]

      37
      General Discussion / Gunbot Xmas Edition new stable version 702.
      « on: December 24, 2017, 03:48:27 PM »


                                                    Gunbot Xmas Edition + Gunthy GUI
                                                              (based on Gunbot v7.0.2 stable release)

      What's new in Gunbot XT v7.0.2
      Here's a quick overview of the most important changes introduced with Gunbot XT Edition (v7.0.2).

      v7.0.2 fixes reported issues with v7.0.1. It is strongly recommended to upgrade from v7.0.1 to v7.0.2!

      Upgrading

      GUI: all settings from v6x+ can be migrated just by copying db.sqlite to the v7.0.2 folder before first run.

      It is recommended to do a clean install in a new folder when you are migrating from v6 or older, because of many new parameters in config.js and changed default values.

      Coming from v7.0.1 you can just overwrite the executables, there are no new configuration parameters between v7.0.1 and v7.0.2.

      Core changes
      - RSI: Adding RSI to (almost) all strategies, as an optional extra trigger for buying and/or selling. The whole bbrsi strategy family is removed, since it's functionality can be replicated in all strategies that support RSI_BUY_ENABLED and/or RSI_SELL_ENABLED.
      Bugfixes
      -TSSL: many fixes, massively improving TSSL performance.
      -RSI: fixing an issue where RSI would show as undefined. With RSI enabled for buys or sells, no orders will be placed when for some reason RSI is undefined in a cycle.
      -Emotionless: fixing selling behavior.
      -TradingView: fix for "undefined of available" error
      -Binance / Bitfinex: various fixes regarding minimum lot sizes, errors on fiat pairs and selling behavior.
      -Stepgain: Fixing selling behavior.
      -Double Up: fixing DU_CAP_COUNT behavior.
      -Cryptopia: fixing "Money Flow Index undefined" error.
      -Various: graceful handling of various errors.

      XMAS PACK (valid until 31 of december 2017
      - Gunbot XT Edition core + Gunthy GUI+1 exchange : 0.05[BTC]
      - Gunbot XT Edition core + Gunthy GUI+ALL EXCHANGES+TRADINGVIEW : 0.1[BTC]
      - Gunbot Lite Edition core + Gunthy GUI+1 exchange : 0.02[BTC]

      XMAS UPGRADE PACK (for existing customers, valid until 31 of december 2017
      - 1 exchange : 0.025[BTC]
      - ALL EXCHANGES+TRADINGVIEW : 0.05[BTC]

      7 supported platforms:                                                            
      • Poloniex Exchange: 0.025[BTC]
      • Bittrex Exchange: 0.025[BTC]
      • Kraken  Exchange: 0.025[BTC]
      • Cryptopia Exchange: 0.025[BTC]
      • Bitfinex Exchange: 0.025[BTC]
      • Binance Exchange: 0.025[BTC]
      • TradingView Alerts Plugin: 0.025[BTC] (to execute your own strategy)
                       

      Complete documentation: Gunthy Wiki
      Dedicated forum Gunthy forum
      Official Resellers list Gunthy Agents
      Follow us on Twitter https://twitter.com/Gunbot_Official

      Contributors:
      • @GuntharDeNiro: lead developer
      • @medeeiros: GUI lead developer
      • @raffaeledonadono: core developer
      • @ekynox: GUI developer
      • @yashspatel: Exchanges developer
      • @boekenbox: Documentation
      • @Dante2333: Web and forum design
      • @exquitas and @Narkotix: Customer Care Service
      • @GrumpyKitty (Lauda) (Wife): Gunthy Forum Admin
      • The big guys of Gunthy Beta Testers group @Telegram: we aim to build the perfect money machine, Thanks!






      38
      General Discussion / GUNTHY Xmas Edition available!!!!
      « on: December 18, 2017, 01:24:02 AM »


                                                    Gunbot XT Edition + Gunthy GUI
                                                              (based on Gunbot v7.0.1 stable release)

      What's new in Gunbot XT v7.0.1
      Here's a quick overview of the most important changes introduced with Gunbot XT Edition (v7.0.1).

      - v7.0.1 is a major release and introduces a new exchange (BINANCE), many new features, and fixes reported issues with v6.0.2. It is strongly recommended to upgrade from v6.0.2 to v7.0.1!

      Upgrading
      - GUI: all settings from v6x can be migrated just by copying db.sqlite to the v7.0.1 folder before first run.

      It is recommended to do a clean install in a new folder, because of many new parameters in config.js and changed default values.

      Core changes
      - New exchange: Gunbot now supports trading on Binance.
      - New strategies: introduction of the Emotionless strategy. based on the Ichimoku cloud. This strategy "just works" and has no user configurable parameters, except tradings limits and the use of Double Up. Additionally, the Ichimoku strategy has been added.
      - Improved speed and data usage: more market data is saved offline, massively increasing cycling speed and reducing data usage.
      - Secundary API key: you can now activate a new API key without help from the support admins!
      - Double Up improvements: you can now limit the amount of times Double Up buys, choose between HIGH BB and RSI as triggers for averaging down and set a % below last bought price for Double Up buy orders to be placed.
      - Easier pair syntax: pair notation now has the same syntax for all exchanges.
      - Funds reserve: new parameter to keep an amount of base currency reserved at all times, not available for trades by Gunbot.
      - RSI: Adding RSI to (almost) all strategies, as an optional extra trigger for buying and/or selling.
      - Gain: new default values for Gain.
      - TSSL: various fixes.
      - Stepgain: improved strategy tuning.
      - TradingView: fixes for handling multiple incoming trading signals.
      - Logs: various log changes.
      - Various: Cache cleaning no longer triggers the safety switch.
      - Various: fix an issue that would fail to show base currency balance.
      - Various: many bugfixes for smaller issues.
      GUI changes
      - Pair syntax validation: pairs added to a setup are now checked for proper syntax.
      - Upgrades: improved upgrade experience by the option to keep db.sqlite between versions
      - TradingView charts: fix charts for Kraken and Bitfinex. Disable charts for Cryptopia and Binance (not supported by TradingView).
      - API Keys: improved API key management.
      - Various: added version number to the interface.
      - Various: improved handling of wrong passwords.

      XMAS PACK (valid until 31 of december 2017
      - Gunbot XT Edition core + Gunthy GUI+1 exchange : 0.05[BTC]
      - Gunbot XT Edition core + Gunthy GUI+ALL EXCHANGES+TRADINGVIEW : 0.1[BTC]
      - Gunbot Lite Edition core + Gunthy GUI+1 exchange : 0.02[BTC]

      XMAS UPGRADE PACK (for existing customers, valid until 31 of december 2017
      - 1 exchange : 0.025[BTC]
      - ALL EXCHANGES+TRADINGVIEW : 0.05[BTC]

      7 supported platforms:                                                            
      • Poloniex Exchange: 0.025[BTC]
      • Bittrex Exchange: 0.025[BTC]
      • Kraken  Exchange: 0.025[BTC]
      • Cryptopia Exchange: 0.025[BTC]
      • Bitfinex Exchange: 0.025[BTC]
      • Binance Exchange: 0.025[BTC]
      • TradingView Alerts Plugin: 0.025[BTC] (to execute your own strategy)
                       

      Complete documentation: Gunthy Wiki
      Dedicated forum Gunthy forum
      Official Resellers list Gunthy Agents
      Follow us on Twitter https://twitter.com/Gunbot_Official

      Contributors:
      • @GuntharDeNiro: lead developer
      • @medeeiros: GUI lead developer
      • @raffaeledonadono: core developer
      • @ekynox: GUI developer
      • @yashspatel: Exchanges developer
      • @boekenbox: Documentation
      • @Dante2333: Web and forum design
      • @exquitas and @Narkotix: Customer Care Service
      • @GrumpyKitty (Lauda) (Wife): Gunthy Forum Admin
      • The big guys of Gunthy Beta Testers group @Telegram: we aim to build the perfect money machine, Thanks!






      39
      Beginners & Help / The complete GUNBOT WIKI!!!!
      « on: November 09, 2017, 11:48:46 AM »
      Anything you wanted to know ever about Gunbot https://github.com/GuntharDeNiro/BTCT/wiki

      Happy Trading!
      ~Gun

      40
      General Discussion / Gunbot XT Edition + Gunthy GUI
      « on: November 09, 2017, 11:41:02 AM »


                                                    Gunbot XT Edition + Gunthy GUI
                                                              (based on Gunbot v6.0.1 stable release)

      XT stands for an XTreme Edition of Gunbot:
      • XTremely accurate
      • XTtremely fast
      • XTremely profitable
      • XTremely documented
      • with an XTremely cool community!
                                                                                                                  NEW PRICING
      6 supported platforms:                                                           Gunbot XT Edition core + Gunthy GUI : 0.05[BTC]
      • Poloniex Exchange: 0.05[BTC]
      • Bittrex Exchange: 0.05[BTC]
      • Kraken  Exchange: 0.05[BTC]
      • Cryptopia Exchange: 0.05[BTC]
      • Bitfinex Exchange: 0.05[BTC]
      • TradingView Alerts Plugin: 0.05[BTC] (to execute your own strategy)
                       

      Complete documentation: Gunthy Wiki
      Dedicated forum Gunthy forum
      Official Resellers list Gunthy Agents

      Contributors:
      • @GuntharDeNiro: lead developer
      • @medeeiros: GUI lead developer
      • @raffaeledonadono: core developer
      • @ekynox: GUI developer
      • @yashspatel: Exchanges developer
      • @boekenbox: Documentation
      • @Dante2333: Web and forum design
      • @exquitas and @Narkotix: Customer Care Service
      • @LadyDKitty (Lauda) (Wife): Gunthy Forum Admin
      • The big guys of Gunthy Beta Testers group @Telegram: we aim to build the perfect money machine, Thanks!






      Pages: 1 [2] 3 4 ... 11