# New in v22

## Changes in v21

Only the most important changes are listed.

### Core / GUI

* **Bybit support:** you can now trade futures on Bybit
* **New strategies**: [spotGrid](/wiki/trading-strategy-options/regular-strategies-spot-trading/spotgrid.md), [futuresGrid](/wiki/trading-strategy-options/margin-trading-strategies/futures-grid.md), [spotGridAdvanced](/wiki/trading-strategy-options/regular-strategies-spot-trading/spotgrid-advanced.md), [tenkan](/wiki/trading-strategy-options/margin-trading-strategies/tenkan.md)
* **Custom strategies**: [code ](/wiki/trading-strategy-options/custom-strategies.md)your own trading strategies with JavaScript
* **DCA method for futures trading**: every futures strategy can now use the Tenkan method to DCA
* **Improved profit and loss stats**: in telegram alerts and in the interface

\*\*\*\*

### Bugfixes

* Fix various order execution problems
* Fix issue in "prevent crossover" when adding pairs with AutoConfig
* Fix various GUI bugs


---

# 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-v22.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.
