0

Gunbot v22 Download and Changelogs

You can purchase your Gunbot license at https://gunbot.shop

Here you will find download links for Gunbot 22:

Download Gunbot v22.0 Stable release for Windows

Download Gunbot v22.0 Stable release for Linux

Download Gunbot v22.0 Stable release for Mac

Download Gunbot v22.0 Stable release for ARM

 

New fixes and changes in v22.0:

This version includes several fixes that improve user experience compared to the last stable version, 21.1.0

– Improved and fixed PNL calculations for telegram bot.

– Migrated to Websockets system making Gunbot faster and increasing GUI performance.

– Updated to keep compatibility with latest api system changes of Binance, Kucoin etc…

Pullback strategy fixed.

ADX strategy fixed.

– Custom strategies: use require instead of requirejs for loading custom javascript modules.

– Give custom strats the option to draw trading targets as lines on the chart.

To use an external module, first place it in a folder called ‘user_modules’ in the Gunbot root folder.
Then require it in your strategy code, like this:

On Linux (and likely macOS):
const cryptopanic = gb.method.requirejs(gb.modulesPath + ‘/cryptopanic’)

On Windows:
const cryptopanic = gb.method.requirejs(gb.modulesPath + ‘\\cryptopanic’)

The above assumes you have a module in a folder called cryptopanic in the user_modules folder.
gb.modulesPath returns the path to whereever your gunbot folder is on your filesystem.

If you are updating from a previous 2x.x version, you can do it just by replacing the new Gunthy-win.exe file in your “old” Gunbot directory. For instructions on how to make a fresh installation, you can check this video.

Submit Your Comment

Contact us