> For the complete documentation index, see [llms.txt](https://gunthy.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gunthy.gitbook.io/wiki/about/whats-new/new-in-v6.md).

# New in v6

## New official GUI

Gunbot XT Edition includes a fully new browser based GUI. You no longer need to edit any configuration file to use Gunbot.

### New strategies

* **BB-RSI**: Trade on combined BB and RSI indicators, making sure buy orders are only placed on oversold market conditions, and sell orders are only placed when the market is overbought.
* **TSSL:** Introducing the concept of trailing stop - stop loss for buy and sell orders. Buy lower, sell higher! Maximize your gains by trailing price movements and only buy or sell when the trend has reached its tipping point.

The new strategies can be used as buying or selling strategy, Gunbot now has a total of 36 different trading strategies!

## New exchange: Bitfinex

Gunbot now supports trading at Bitfinex. Contact your reseller for a licence.

## Various

* **Much improved indicator calculation:** market info is now automatically pulled from Gunthy API when not available on the exchange, enabling fast and accurate calculation of indicators like Bollinger Bands.
* **Predictable pair cycling:** Gunbot now cycles through your pairs in the same sequence as in your configuration. You can prioritize pairs by changing the order in your configuration.
* **New trend watcher for stepgain:** Xtreme Trend Watcher does what it's supposed to do and is configurable by setting `PERIOD` and `SMAPERIOD` to your desired timeframe.
* **Configurable ratio for averaging down:** with `DOUBLE_UP_CAP` you can set a ratio for each `DOUBLE_UP` buy order, compared to your current balance for your pair. Use this if you want to average down in a slower, more controlled way.
* **New configurable trades timeout:** with `TRADES_TIMEOUT` you can define the minimum amount of time between trades for a pair, eliminating double buy orders during normal trading or fast consecutive buy orders when averaging down.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
