# New in v20

Gunbot v20 introduces a completely new interface built around the TradingView charting library, with easier options to create and edit strategy settings. Also comes with a ton of other changes and stability improvements.

## **Upgrading** <a href="#upgrading" id="upgrading"></a>

**New: config import tool**

It's now really easy to upload a config.js or autoconfig.json file in the interface, and import the parts you need from it. You can use this to setup a clean v20 installation while migrating your old pairs, strategies and other settings.

**Steps to start with a clean installation:** unpack v20 and run, enter your Gunthy wallet address in the wizard and select "other" as exchange and save the changes. Then go to *Profile* > *Import settings* and select the parts from your old config to import.

There are no breaking config changes for v20. In case you are upgrading from v18.x.![](https://gblobscdn.gitbook.com/assets%2F-L_Rejuz9K0BDQxSQvUH%2Fsync%2F21ca85dbfb29432daa8c4043394a798b756b3721.png?alt=media)The GUI requires that password authentication is enabled in config.js. Set it like this.

New strategy parameters are automatically merged into your strategies, as soon as you login to the browser interface.

If you trade on **Binance**, you must set the appropriate [market type](https://wiki.gunthy.org/setup-and-general-settings/profile-settings/connect-exchange#market-selection) in the exchange settings.

In case you are upgrading from an older version than v18, refer to the changelogs of previous versions for instructions, or start with a fresh installation.[Download software/setup-and-general-settings/installation/download](https://wiki.gunthy.org/setup-and-general-settings/installation/download)

## Changes in v20 <a href="#changes-in-v20" id="changes-in-v20"></a>

Only the most important changes are listed.

### Core / GUI <a href="#core-gui" id="core-gui"></a>

* **Completely new GUI:** improved performance, easier to use, better charting, improved trading terminal, more stats, additional config wizard for novice users
* **Seamless config changes:** pair cycling is no longer interrupted when a config change happens. New settings take effect the next cycle
* **New partner exchanges:** Bitget and Nash
* **New strategy for spot trading**: [Support / Resistance](https://wiki.gunthy.org/trading-strategy-options/regular-strategies-spot-trading/support-resistance)​
* **PND close**: an alternative to ROE trailing to aim for bigger profits in margin strategies. PND attempts to wait until a move plays out before closing position
* **Alternate ROE trailing method for margin strats:** with `ROE_SCALPER` the trailing range is an absolute ROE value
* **Liquidity maker for spot trading:** provide [liquidity](https://wiki.gunthy.org/trading-strategy-options/misc-settings#liquidity-maker) and profit from bid/ask spread
* **Easier config sharing**: import parts of `config.js` or `autoconfig.json` using the GUI
* **Store more order history:** to improve profit/loss calculations and prevent unneeded "bought price" warnings, the complete order history is now locally saved over time
* **TradingView alerts**: option to change strategy by alert, enable `TV_TRADING_LIMIT_CAP` for Bitmex, better handling of multiple incoming emails
* **Alerts (beta):** build your own strategy in a visual way using built-in TradingView charts

#### New in v20.7: <a href="#new-in-v-20-7" id="new-in-v-20-7"></a>

* **New exchanges supported**: FTX, Beaxy and Txbit
* **Coin margined futures**: now supported on Binance Futures. Set [market type: delivery](https://wiki.gunthy.org/setup-and-general-settings/profile-settings/connect-exchange#market-selection)​
* **Improved resource usage and cycling speed:** migrating from Node v9 to v14. Delete your gunbotgui.db file and set a new password to take full advantage
* **Improved profit and loss stats**: in telegram alerts and in the interface
* **Improved GUI styling and behavior:** stability fixes, performance improvements, and saving more state info to local storage

### Market Maker <a href="#market-maker" id="market-maker"></a>

* **New strategy variants**: Grid, Support/Resistance, Fibonacci, Pullback, One Scalper, x125 & Moto

### AutoConfig <a href="#autoconfig" id="autoconfig"></a>

* **Editor and stats in the GUI**: every single AutoConfig feature is now editable through the GUI, every config change is visible on the AutoConfig dashboard
* **More filter types**: add pairs with linear regression filters, more [options](https://wiki.gunthy.org/how-to-work-with-gunbot/extras/autoconfig#generic-filters) to filter your own variables
* **Use your own logic:** most values in Autoconfig jobs can now optionally use [custom JavaScript expressions](https://wiki.gunthy.org/how-to-work-with-gunbot/extras/autoconfig#calculated-config-values-and-custom-filters). Expressions have access to almost all internal bot data
* **Silent mode**: disable console logs for AutoConfig

### Bugfixes <a href="#bugfixes" id="bugfixes"></a>

* Numerous exchange specific trading execution fixes
* Fix closelong / closeshort alerts for Kraken Futures and Binance Futures
* Work around Kraken cloudflare issue in ccxt library
* Add support for all new pairs on Kraken (on other exchange this happens automatically)
* Prevent firing orders if MM bots receive sudden strange balance or ROE values
* Fix problem that prevented proper handover from DU to RT

#### Fixed in v20.7: <a href="#fixed-in-v-20-7" id="fixed-in-v-20-7"></a>

* Fix MM orders at Bitget
* Various GUI bugfixes and small improvements
* Automatic fetching of pair lists for Binance Futures and Kraken
* Fix problem with execution of stop limit orders on Binance Futures
* Fix problem with execution of short alerts with TradingView add-ons
* Fix 'length of undefined' error that sometimes caused a restart when trying to read the gui auth databased

[Download software/setup-and-general-settings/installation/download](https://wiki.gunthy.org/setup-and-general-settings/installation/download)[<br>](https://wiki.gunthy.org/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gunthy.gitbook.io/wiki/about/whats-new/new-in-v20.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
