click here if you want to see your banner on this site

Author Topic: GUNBOT v20 - Crypto Trading Bot - Arbitrage - Market Maker  (Read 369 times)

Cryptico

  • Newbie
  • Posts: 7
  • Country: ar
  • Karma: +0/-0
  • Gender: Male
    • View Profile
GUNBOT v20 - Crypto Trading Bot - Arbitrage - Market Maker
« on: September 06, 2020, 10:57:25 PM »
Born in Christmas time in the year of
2016 on bitcointalk;

Established official company in the
year of 2018;

Gunbot now is the most advanced
crypto trading bot on the market.
Take advantage of every trading
opportunity – 24/7


How GUNBOT works

Gunbot is a locally installed software to automatically trade
on the most popular exchanges for cryptocurrencies. It runs
on Windows, macOS, Linux and even on a Raspberry Pi.
You select the coins to automatically trade.
Gunbot will monitor the market and trade on your
behalf. Day and night, catching every opportunity.
Choose from many tested trading strategy
presets, or create and backtest your individual
strategy. You decide, Gunbot executes.

Why GUNBOT

01 - Unlike other tools, Gunbot is not a
subscription service and charges zero markup
on trades. We're as privacy friendly as it gets:
your trading data stays between you and your
exchange, no API secrets are centrally saved
and nothing gets shared with third parties.

02 - For expert traders Gunbot is perfect to
execute custom strategies on a large
number of trading pairs, or to automate
certain parts of trading - like selling with a
trailing stop or averaging down.

03 - Support automated trading on spot and
margin exchanges. You can use both
trend following as mean reversal based
strategies. Full customization possible by
executing trades trades through
TradingView alerts.

04 - Gunbot allows you to fully automate your
crypto trading. Using community-developed
strategies even beginning traders can take
advantage of the opportunities on the
volatile crypto markets.


Extra Benefits From GUNBOT

ALL IN ONE TOOLKIT FOR TRADING
Gunthy offers a complete solution
for crypto trading. installed on your
own computer or server.

BEAUTIFUL DASHBOARD TO
MONITOR YOUR PORTFOLIO

See which trades were recently
made, or are about to happen. Get
push notifications on Telegram.

POWERFUL STRATEGY EDITOR
AND CUSTOM CHARTS

Edit your strategy or pairs from any
device. Useful charts with the exact
data Gunbot works with.

BACKTESTING ON
TRADINGVIEW.COM

Backtest Gunbot strategies on
TradingView, for any time frame
or market.





Trade with GUNBOT - Gunbot Official Reseller
GunbotCommunity.com
https://tradewithgunbot.shop/project/gunbot-v20/
« Last Edit: October 12, 2020, 03:57:21 PM by Cryptico »

AlexHales

  • Sr. Member
  • ****
  • Posts: 403
  • Karma: +0/-0
    • View Profile
    • Website
Re: GUNBOT v20 - Crypto Trading Bot - Arbitrage - Market Maker
« Reply #1 on: September 08, 2020, 05:22:00 PM »
I don’t prefer trading in automatic way at all, since I believe it takes you backwards. I prefer it more to do manual trading, as it is something that will help you gain in run and that is really where I feel there should be more comfort and long term help.

Cryptico

  • Newbie
  • Posts: 7
  • Country: ar
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: GUNBOT v20 - Crypto Trading Bot - Arbitrage - Market Maker
« Reply #2 on: September 10, 2020, 03:13:17 AM »
With Gunbot you can speed things up by buying manually and letting the bot take care of optimal exits for your trades.  ;)

Use powerful sell methods to be sure to sell close to the next peak. With "stepgain" you can take advantage of the built-in trend watcher, Gunbot would sell when price is above a minimum acceptable gain and the trend changes direction. With "tssl" you can set a trailing range to handle selling purely based on price action.

Because Gunbot always pulls trade data from the exchange, it's perfectly able to mix with manual trading. In case multiple buys happened, it will automatically work out the average price per unit including trading fees.

More info at https://tradewithgunbot.shop/uses-cases/

Cryptico

  • Newbie
  • Posts: 7
  • Country: ar
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: GUNBOT v20 - Crypto Trading Bot - Arbitrage - Market Maker
« Reply #3 on: October 11, 2020, 01:40:24 PM »
Don't let your emotions trade for you!

Beat the crypto market with automated trading software.

Watch our Live Demo to see how it works:
https://tradewithgunbot.com


Explanation of the strategy used in the Live Demo(Available in our MarketPlace):
Grid for Spot trading + compounding

This config bundle is an application of the “advanced DCA” setup shared earlier on the marketplace, combined with dynamic trailing ranges and a compounding trading limit.
The included strategy settings *should* easily survive / trade profitably on small to medium ranges. Time will tell about large ranges 🙂

 

Demo:
– see it live on https://tradewithgunbot.com:9791


typical trades for this setup

Includes:
– Ready made config bundle for 9 relatively high volume BTC pairs on Binance, with compounding
– Ready made config bundle for a single USDT-BTC pair on Binance, with compounding
– Default pair settings and strategy for usage on other exchanges.

Features:
– “Always in a position” strategy, emulating a “market maker grid” strategy
– 20 configurable DCA levels, based on support/resistance levels
– dynamic trailing ranges that work, no more endless trailing with ranges that are just too big
– trading limit compounding (on supported exchanges)

Tested on:
– v20.2.6
– should stay working in future versions unless major changes happen to how “double up” works in Gunbot

 

Constraints:
– This probably won’t work great with really tiny buydown percentages, it could happen that multiple orders get counted as a single DCA round
– I’ve only tested this setup with market orders. Although the setup tries to identify open limit orders and wait for them to fill, unexpected behavior might occur

 

Setup instructions:

If you use one of the ready made bundles, you can just add your gunthy wallet address and exchange keys.

If you want more control, follow these steps:

1. Add AutoConfig job
Use the included autoconfig.json file if you don’t use other jobs.
If you have existing jobs in autoconfig.json, add both included jobs to your config.

2. Set exchange
Change the exchange in the job to the exchange name you want to use it on.
By default it is set to “binance”. Make sure to change every single occurence of the exchange name.

3. Add strategy to config
Add the strategy to your config.js file.

4. Make sure each pair gets the same set of overrides
Find the default overrides in the building blocks folder.

5. Clean your account
Make sure you only own base balance on the pairs you are planning to use this on.

3. Done!
No need to change anything else in the autoconfig job, All DCA settings are controlled with pair overrides

If you want to use it on multiple exchanges, add the job once for each exchange and give it a unique job name each time.

— The full instructions for the DCA job are included as a separate text file.

How to change DCA buydowns:

You can set different buydown levels for each DCA round, to do that change the line for the appropriate DCA round in the pair overrides.
These overrides look like:
“AC_DCA_BUYDOWN_R1″: ” (((data.pair.R1 – data.pair.S1) / data.pair.Bid) * 100) * 0.18″,

What this means is:
– R1 stands for DCA round 1
– 0.18 means: set DCA buydown to 18% of the distance between first support and first resistance levels. A value of 0.5 would set buydown right on the next support.

Using compounding:

On supported exchanges you can use compounding, for example on Binance this works, on Nash it doesnt.
You can check if it would work by searching for “globaltotalholding” in a pairs json state file. If it has a value above 0, it should work.

Compounding works with this line in the second job in autoconfig.json:
“TRADING_LIMIT”: ” Math.max(parseFloat(this.pair.globaltotalholding) / 150, 0.0014)”

What this means is:
– set trading limit to 1/150th of the total btc equivalent wallet balance, or set 0.0014 at minimum
– 1/150th is just an example that should work well for the binance btc config. Of course you can set any value you want.

If you trade USDT pairs, use “globaltotalholdingUSD” instead, which is the USD equivalent value of your total spot wallet balance. Set it like this in the autoconfig job (with a minimum trading limit of 14 USDT):
“TRADING_LIMIT”: ” Math.max(parseFloat(this.pair.globaltotalholdingUSD) / 150, 14)”

 

Disclaimer
It’s not feasible for a free config example to test all possible things that could go wrong. Use with caution!
« Last Edit: November 10, 2020, 03:07:16 PM by Cryptico »

MrSpasybo

  • Garden Hero
  • Legendary
  • *****
  • Posts: 8237
  • Karma: +4/-2
  • Polkadot
    • View Profile
Re: GUNBOT v20 - Crypto Trading Bot - Arbitrage - Market Maker
« Reply #4 on: October 11, 2020, 10:50:32 PM »
I think trading depends a lot on the decisions of traders instead of bots. If it comes to market tools and indicators, currently the major exchanges have quite enough for traders to refer, they can also set up their own buy/sell strategy right on a crypto exchange that doesn't need bot support. I think that's enough, because handing over crypto assets to a bot is not a good suggestion...

I think people will want to listen to the opinion of a Gunbot user, if Gunbot can help them make profits more easily, Gunbot will be one of the things traders should consider.
Polkadot does what Ethereum cannot

Cryptico

  • Newbie
  • Posts: 7
  • Country: ar
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: GUNBOT v20 - Crypto Trading Bot - Arbitrage - Market Maker
« Reply #5 on: October 12, 2020, 01:12:55 PM »
Sure, trading depends a lot on the decisions of the traders, and the decisions of the traders can be affected by feelings as well as a trader cannot be attentive to the market 24/7, in that sense Gunbot can help you a lot. That does not mean that the bot makes decisions on its own, at least for the moment since it is not an AI, the decisions are still made by the trader and the bot is simply an employee of the same, with the advantage that you do not pay him a Salary.  ;)
I have been a Gunbot user for almost 4 years, and I decided to become a reseller about 2 months or so ago. Talking about the tools and indicators that exchanges have, the bot also has them of course and a lot of more features that you don't have in any exchange, you can also use tradingview to use any indicator from there and receive the alerts in Gunbot to execute them, you also have the autoconfig that modifies the configuration of your strategies depending on market conditions, a function that no bot is offering at the moment.
The bot brings you benefits in the number of orders it executes per day by receiving rebates in the associations we have with the best-known exchanges on the market, such as Binance, Kraken, Kucoin, etc. Since we create liquidity to them, especially with our exclusive Market Maker bot. In addition to having the opportunity to win prizes every month in our permanent tournament(https://tradewithgunbot.shop/gunbot-tournament/), and the constant trading tournaments that partner exchanges also organize with very good prizes.
To all this in our community you have the experiences of hundreds of traders who use the bot,  ours members create strategies tested and proven by many that currently work, which are shared (some paid and others free) in our marketplace, all you have to do is "Copy and paste" the strategy into your bot and put it to work.
As you will see, there are many advantages that using a bot brings, from my opinion the crypto market and trading bots are for each other, another advantage is that we are always working to get new products, in a short time we will be releasing The arbitrage bot for flash loans in Defi's will be the first bot on the market to offer this service, and in the future it is also planned to use Gunbot on Forex.
« Last Edit: October 18, 2020, 10:03:58 PM by Cryptico »

Cryptico

  • Newbie
  • Posts: 7
  • Country: ar
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: GUNBOT v20 - Crypto Trading Bot - Arbitrage - Market Maker
« Reply #6 on: October 17, 2020, 10:21:47 PM »
Gunthy Tournament News


4th Gunbot Tournament Winners Interview Chapter 2



We did interview BITROCKER07 and ARS_CAT classified in the first five in the latest Binance Tournament.

Gunbot Tournament Winners Interview
First of all congratulations Guys!

 

Why did you choose Gunbot as your bot for trading crypto?

 

3rd winner (BITROCKER07)

I’ve been using Gunbot since Gunbot was first launched. At that time since there were very limited exchanges where we were able to trade then I stop trading using bots for over a year. Since mid-2019 I started on once more using Gunbot and saw how much Gunbot has improved in features and the number of supported exchanges.

In between, I’ve also tested out several other bots which did not seem to be able to produce similar results and also the community within Gunbot is not only a “consumer” of information however they actively participated in the growth of Gunbot and developers who implement amazing new strategies with feedback from the community.

 

4th winner (NAF_CAT)

This happened 3 years ago. A friend of my friend was using it and making some crazy money.

 

What’s the best feature for you of Gunbot?

 

3rd Winner (BITROCKER07)

The Autoconfig feature. It’s one of the features which none of the other bots which I’ve tested has and it brings Gunbot’s dynamic configuration to a whole new level.

 

4th winner (NAF_CAT)

The best feature is people in our community, of course, the second one is Market_Maker with all its modes and third and last but not least is a simple and elegant PND to close positions.

 

What strategy did you use and wallet balance in the tournament?

 

3rd Winner (BITROCKER07)

I used Q Strategy v3.x starting with a balance of around $30k

 

4th winner (NAF_CAT)

I used a wallet size of about 8-9k which now is almost 15k. The mode is Gunbot Market_Maker advanced Motion of the Ocean strategy controlled by ARS.

 

What’s the feature you would like to be added to Gunbot?

 

3rd Winner (BITROCKER07)

Copy-trading would be a great feature to have, it would also be able to provide more utility to the ERC20 Gunthy token as we can then sell our copy trades for Gunthy tokens.

 

4th winner (NAF_CAT)

Ability to open positions by Market Orders as an option for all MM modes – this is MUST have to catch and ride the strong Price movement.

 

What’s the most urgent need that needs to be Fixed or revamped?

 

3rd Winner (BITROCKER07)

None at this point as I can personally see how hard the devs are working on Gunbot

 

4th winner (NAF_CAT)

KrakenFutures – which I love but it doesn’t work in GB anymore.

 

Are u using any special add-on?

 

3rd Winner (BITROCKER07)

Market Maker ( is that considered an add-on ?) alternatively I use tools like UptimeRobot to monitor my servers to make sure it’s running and will message me on telegram if the bot is not reachable.

 

4th winner (NAF_CAT)

Yes – ARS.

 

What makes u decide to use an add-on for your Gunbot?

 

3rd Winner (BITROCKER07)

Once you go MM, you don’t go back

 

4th winner (NAF_CAT)

MM is too dangerous without add ons / AutoConfigs


 

Thanks for the interview, enroll in the current Gunbot Permanent Tournament still more than 13 days to finish it and you can be the next champion!

Join the Ranks and participate in the Gunbot Tournament Winners Interview, Share Your Experience!

As well check out the Interview with the Champion if you haven’t done so already!



Trade with GUNBOT - Gunbot Official Reseller
GunbotCommunity.com
https://tradewithgunbot.shop/project/gunbot-v20/

Cryptico

  • Newbie
  • Posts: 7
  • Country: ar
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: GUNBOT v20 - Crypto Trading Bot - Arbitrage - Market Maker
« Reply #7 on: November 11, 2020, 12:20:13 PM »
Join Gunbot Binance Futures Welcome Bonus Campaign



Sign Up for Your New Binance Futures Account and Take Advantage of the Futures Trading Bonus Campaign

Gunbot Binance Futures
For the First 200 Users Who Sign Up and Trade with Gunbot ( Do NOT use any Referral Link)

Binance is Paying up to 4K USDT as part of a Welcoming Program for New members, and Gunthy LTD is Announcing this Opportunity to all our Gunbot Members that have not signed up yet.

Here is your chance to win prizes!
The Gunbot Binance Futures Campaign is an Exclusive Opportunity for Gunbot Customers Only.

Binance will be granting 4,000 USDT to all users who open a Binance Futures Account during the campaign. These users will have a chance to be rewarded with up to 4,000 USDT each.

 

Read More about the Rules

Reward structure:

01 5USDT will be given as a welcome bonus for each new user’s cumulative transfer of 500 USDT.
02 5USDT will be given as a welcome bonus for each new user’s USDT-Maring futures trading volume of 5,000 USDT.
03 10USDT will be given as a welcome bonus for each new user’s Coin-Maring futures trading volume of 10,000 USDT.
 

Learn about Binance Futures:

How to open a Binance Futures in just 2-clicks

How to transfer funds to your Binance Futures account

 

Fine Print Notes:

Welcome bonuses will be credited into each user’s Binance Futures account when the event concludes.
Users can check the distribution of the welcome bonuses via Wallet > Futures Wallet
The welcome bonuses can be used as collateral for futures trading. Users will be able to withdraw or transfer out the profit earned from futures trading. Any losses incurred during futures trading can also be offset against the welcome bonus amounts.
The welcome bonuses can only be used on the Binance Futures trading platform.
Users Welcome Bonuses will be withdrawable once their trading volume reached 25 BTC.
Once the event has concluded, users will have 7 days in which to make a minimum of one trade utilizing the Welcome Bonus. If no trades are made within the 7 day period following the conclusion of the event, then the Welcome Bonus will be reclaimed from your account.
Binance reserves the right to disqualify Welcome Bonuses of users that are deemed to be participating in illegal bulk registration account, etc..
Binance reserves the right to cancel or amend the promotion rules at our sole discretion.
 

Capitalize on this Gunbot Binance Futures Bonus Now!

Remember, Do “NOT” use a referral link, just sign-up for a Binance Account and Trade with Gunbot to be Eligible for this Exclusive Gunbot Bonus.

 

To Buy Gunbot please visit: https://tradewithgunbot.shop/our-products/
« Last Edit: November 11, 2020, 12:29:34 PM by Cryptico »

Cryptico

  • Newbie
  • Posts: 7
  • Country: ar
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: GUNBOT v20 - Crypto Trading Bot - Arbitrage - Market Maker
« Reply #8 on: November 19, 2020, 12:22:16 AM »


Gunbot Black Friday Started at Gunthy

Hi all folks,

At #Gunbot we continually strive to provide for our community, especially this time of year.  With Christmas fast approaching, we would like to assist everyone with their expenses by offering steep Black Friday discounts on all our products beginning today! So starting 19 November of 2020 to 1 December of  2020 you will get 50% discount in Gunthy products, you can grab a new license for half the price of yesterday. Available at any reseller nearby. Select an official reseller to buy your new Gunthy license or upgrade your actual license.

Gunbot Starter: Black Friday Special Price: 0.010 ฿itcoin - 200 Gunthy Tokens Included - For All supported exchanges.

Gunbot Standard: Black Friday Special Price: 0.025  ฿itcoin - 500 Gunthy Tokens Included - For All supported exchanges.

Gunbot Pro: Black Friday Special Price: 0.0375 ฿itcoin - 750 Gunthy Tokens Included - For All supported exchanges.

Gunbot Ultimate: Black Friday Special Price: 0.0625 ฿itcoin - 1250 Gunthy Tokens Included - For All supported exchanges.



You can find further information about our portfolio at our resellers page.

And don’t panic even if your Reseller didn’t update the Black Friday Prices you’re covered and the New Promo is automatically updated on every Official reseller OTC link.

That’s all folks, happy gunbottin’.

 

To review our full range of Crypto Trading Bots, go to https://tradewithgunbot.shop/our-products/.


 

Bitcoin Garden 2013-2024, All rights reserved | Privacy Policy | DMCA | About Bitcoin Garden | Support & Services